Main Page

From Aetherion Wiki
Revision as of 19:55, 16 June 2017 by AdminPepijn (talk | contribs)
Jump to: navigation, search

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';