From Wikipedia, the free encyclopedia

/*<pre>*/

/*This script gets a username from the current page

Example: On [[User:Digitalme/getusername.js]], getUserName() would return Digitalme

*/



function getUserName(){

    return mw.config.get('wgRelevantUserName');

}

/*</pre>[[Category:Wikipedia scripts]]*/