User:Cshadd/monobook.js: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* This displays your username somewhere on the page */
/* This displays your username somewhere on the page */


document.write("<p id="pt-userpage" style='margin-left: 200px; margin-top: 0px; magin-bottom: 0px' ><b>User:" + wgUserName + "</b></p>");
document.write("<p id='pt-userpage' style='margin-left: 200px; margin-top: 0px; magin-bottom: 0px' ><b>User:" + wgUserName + "</b></p>");

Revision as of 15:40, August 12, 2010

/* This displays your username somewhere on the page */

document.write("<p id='pt-userpage' style='margin-left: 200px; margin-top: 0px; magin-bottom: 0px' ><b>User:" + wgUserName + "</b></p>");