„Benutzer:Entheta/monobook.js“ – Versionsunterschied
Erscheinungsbild
Inhalt gelöscht Inhalt hinzugefügt
test |
(kein Unterschied)
|
Version vom 29. April 2010, 15:00 Uhr
// [[User:Lupin/popups.js]]
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>');
var statsTitle = 'Stats';
addOnloadHook( function() {
if (wgNamespaceNumber != -1) {
var cTime = new Date(),
month = cTime.getMonth() + 1,
year = cTime.getFullYear(),
month = month<10?'0'+month:month;
addPortletLink('p-cactions', 'http://stats.grok.se/de/'+ year + month + '/' + wgPageName, statsTitle, "ca-stats", "Se besöksstatistik för sidan");
}
});