Misplaced Pages

User:Animum/headers.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Animum Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 02:01, 31 May 2009 view sourceAnimum (talk | contribs)30,489 editsm Change← Previous edit Revision as of 23:43, 21 July 2015 view source Animum (talk | contribs)30,489 edits Kate's tool has diedNext edit →
Line 1: Line 1:
addOnloadHook(function () { addOnloadHook(function () {
addPortletLink('p-personal', 'http://toolserver.org/~river/cgi-bin/count_edits', addPortletLink('p-personal', 'http://tools.wmflabs.org/supercount/index.php',
'Kate\'s tool', 'pt-kate', 'Kate\'s tool', null, document.getElementById('pt-preferences')); 'editcount', 'pt-editcount', 'editcount', null, document.getElementById('pt-preferences'));
addPortletLink('p-personal', 'http://en.wikipedia.org/search/?title=Special:Log&user=' + encodeURIComponent(wgUserName), addPortletLink('p-personal', 'http://en.wikipedia.org/search/?title=Special:Log&user=' + encodeURIComponent(wgUserName),
'logs', 'pt-mylogs', 'logs', null, document.getElementById('pt-watchlist')); 'logs', 'pt-mylogs', 'logs', null, document.getElementById('pt-watchlist'));

Revision as of 23:43, 21 July 2015

addOnloadHook(function () {
    addPortletLink('p-personal', 'http://tools.wmflabs.org/supercount/index.php',
        'editcount', 'pt-editcount', 'editcount', null, document.getElementById('pt-preferences'));
    addPortletLink('p-personal', 'http://en.wikipedia.org/search/?title=Special:Log&user=' + encodeURIComponent(wgUserName),
        'logs', 'pt-mylogs', 'logs', null, document.getElementById('pt-watchlist'));
    addPortletLink('p-personal', wgArticlePath.replace(/\$1/, 'Misplaced Pages:Administrator intervention against vandalism'),
        'AIV', 'pt-AIV', 'AIV', null, document.getElementById('pt-preferences'));
    addPortletLink('p-personal', wgArticlePath.replace(/\$1/, 'User:' + encodeURIComponent(wgUserName) + '/monobook.js'),
        'monobook', 'pt-monobook', 'monobook', null, document.getElementById('pt-preferences'));
});