Bureaucrats, checkuser, interwiki, Administrators
146
edits
No edit summary |
Jack Phoenix (talk | contribs) (cleanup + removed the reskin parser hack (originally imported from Uncyclopedia) -- it's a rather nasty piece of code and you really should _not_ implement per-page CSS like that) |
||
Line 52: | Line 52: | ||
ta['ca-nstab-category'] = new Array('c','View the category page'); | ta['ca-nstab-category'] = new Array('c','View the category page'); | ||
// Redirect button in the editing toolbar on ?action=edit | |||
//Redirect | |||
mwCustomEditButtons[mwCustomEditButtons.length] = { | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
'imageFile': 'http://wikiindex.org/images/c/c8/Button_redirect.png', | |||
'speedTip': 'Redirect to another page', | |||
'tagOpen': '#REDIRECT[[', | |||
'tagClose': ']]', | |||
'sampleText': 'Destination' | |||
} | } | ||
/* </nowiki></pre> */ | /* </nowiki></pre> */ |