Gebruiker:Aleichem/monobook.js: verschil tussen versies

Verwijderde inhoud Toegevoegde inhoud
Aleichem (overleg | bijdragen)
Geen bewerkingssamenvatting
Aleichem (overleg | bijdragen)
Geen bewerkingssamenvatting
Regel 3: Regel 3:
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
/* Extra tabblad statistieken bovenaan iedere pagina */
function stats() {
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var year = currentTime.getFullYear()
addPortletLink('p-cactions', 'http://stats.grok.se/nl/'+year+month+"/"+wgPageName, "stats", "ca-stats", "See article stats");
}
addOnloadHook(stats);

Versie van 23 jul 2012 10:14

addOnloadHook(stats);
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
/* Extra tabblad statistieken bovenaan iedere pagina */
function stats() { 
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var year = currentTime.getFullYear()
addPortletLink('p-cactions', 'http://stats.grok.se/nl/'+year+month+"/"+wgPageName, "stats", "ca-stats", "See article stats"); 
}
addOnloadHook(stats);