„Benutzer:Entheta/vector.js“ – Versionsunterschied
Erscheinungsbild
Inhalt gelöscht Inhalt hinzugefügt
AZ: Die Seite wurde neu angelegt: var statsTitle = 'Stats'; addOnloadHook( function() { if (wgNamespaceNumber != -1) { var cTime = new … |
(kein Unterschied)
|
Version vom 8. August 2010, 19:29 Uhr
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");
}
});