checkuser, Administrators
2,635
edits
Zhuyifei1999 (talk | contribs) (discourage the anon sandboxes -- revert if you disagree) |
Zhuyifei1999 (talk | contribs) (Undid revision 177872 by Zhuyifei1999 (talk)) |
||
| Line 32: | Line 32: | ||
// Use Special:MyPage (as opposed to mw.user.getName()) so that it | // Use Special:MyPage (as opposed to mw.user.getName()) so that it | ||
// works for logged-out users as well. | // works for logged-out users as well. | ||
title = new mw.Title | title = new mw.Title( 'Special:MyPage/' + conf.subpageName ); | ||
url = new mw.Uri( title.getUrl() ); | url = new mw.Uri( title.getUrl() ); | ||