Difference between revisions of "Main Page"

From Aetherion Wiki
Jump to: navigation, search
Line 18: Line 18:
 
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
 
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
 
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 +
 +
function efLoginFormMessage( &$template ) {
 +
$template->set( 'header', "(For an account to edit articles with, contact Mrs. Nurdsbaum in room B-303, nelda.nurdsbaum@example.com )");
 +
return true;
 +
}
 +
$wgHooks['UserLoginForm'][]='efLoginFormMessage';

Revision as of 19:55, 16 June 2017

Welcome to the Aetherion ether information page

You have to register as a user first to get access to this site. Please register first as a user and then send me an email with you rusername, I will grand you access if applicable.

If you are registered with me you can go to the First page.




general mediawiki info

Getting started

function efLoginFormMessage( &$template ) { $template->set( 'header', "(For an account to edit articles with, contact Mrs. Nurdsbaum in room B-303, nelda.nurdsbaum@example.com )"); return true; } $wgHooks['UserLoginForm'][]='efLoginFormMessage';