Weitere Optionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 40: | Zeile 40: | ||
} | } | ||
importScript('Vorlage:Mentorenliste'); | importScript('Vorlage:Mentorenliste'); | ||
addOnloadHook(function() | |||
{ | |||
if (wgPageName != "Kategorie:Stargate_Kommando_SG-1_Wichtige_Episode") return; | |||
$("div#mw-pages h3").html(function(i, text) | |||
{ | |||
return (text.substr(0, 1) == "@")?"10"+text.substr(1):text; | |||
}); | |||
}); | |||