Gebruiker:Kalta3/monobook.js: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(zeus werkt niet ;)) |
|||
Regel 1: | Regel 1: | ||
− | |||
− | |||
− | |||
//Editcountitis-script van Sumurai8 | //Editcountitis-script van Sumurai8 | ||
document.write('<script type="text/javascript" src="' | document.write('<script type="text/javascript" src="' | ||
Regel 11: | Regel 8: | ||
function stats() { | function stats() { | ||
addPortletLink('p-cactions', 'http://wikikids.wiki.kennisnet.nl/Speciaal:EditCount?user='+wgPageName, "editcount", "edits", "Totaal Edits"); | addPortletLink('p-cactions', 'http://wikikids.wiki.kennisnet.nl/Speciaal:EditCount?user='+wgPageName, "editcount", "edits", "Totaal Edits"); | ||
+ | } | ||
+ | addOnloadHook(stats); | ||
+ | |||
+ | } | ||
+ | |||
+ | if ( wgNamespaceNumber == 2 || wgNamespaceNumber == 3) { | ||
+ | |||
+ | function stats() { | ||
+ | addPortletLink('p-cactions', 'http://wikikids.wiki.kennisnet.nl/Speciaal:IPblokkeren/'+wgPageName, "blokkeer", "blok", "Blokkeer Gebruiker"); | ||
+ | } | ||
+ | addOnloadHook(stats); | ||
+ | |||
+ | } | ||
+ | |||
+ | if ( wgNamespaceNumber == 2 || wgNamespaceNumber == 3) { | ||
+ | |||
+ | function stats() { | ||
+ | addPortletLink('p-cactions', 'http://wikikids.wiki.kennisnet.nl/Speciaal:Bijdragen/'+wgPageName, "bijdragen", "bijdragen", "Bijdragen Gebruiker"); | ||
} | } | ||
addOnloadHook(stats); | addOnloadHook(stats); | ||
} | } |
Versie van 14 nov 2009 13:30
//Editcountitis-script van Sumurai8
document.write('<script type="text/javascript" src="'
+ 'http://wikikids.wiki.kennisnet.nl/Gebruiker:Sumurai8/editcount.js'
+ '?action=raw&ctype=text/javascript&dontcountme=s"></sc'+'ript>');
if ( wgNamespaceNumber == 2 || wgNamespaceNumber == 3) {
function stats() {
addPortletLink('p-cactions', 'http://wikikids.wiki.kennisnet.nl/Speciaal:EditCount?user='+wgPageName, "editcount", "edits", "Totaal Edits");
}
addOnloadHook(stats);
}
if ( wgNamespaceNumber == 2 || wgNamespaceNumber == 3) {
function stats() {
addPortletLink('p-cactions', 'http://wikikids.wiki.kennisnet.nl/Speciaal:IPblokkeren/'+wgPageName, "blokkeer", "blok", "Blokkeer Gebruiker");
}
addOnloadHook(stats);
}
if ( wgNamespaceNumber == 2 || wgNamespaceNumber == 3) {
function stats() {
addPortletLink('p-cactions', 'http://wikikids.wiki.kennisnet.nl/Speciaal:Bijdragen/'+wgPageName, "bijdragen", "bijdragen", "Bijdragen Gebruiker");
}
addOnloadHook(stats);
}