Wikipedia:WikiProject User scripts/Scripts/Get user name

Source: Wikipedia, the free encyclopedia.
<
Scripts
/*<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]]*/