MediaWiki:If-pTitle.js

Us der alemannische Wikipedia, der freie Dialäkt-Enzyklopedy

Hywys: Nôch dyner Änderig muess no der Browser-Cache gleert wärde!
Mozilla/Safari/Konqueror: Strg-Umschalttaste-R (oder Umschalttaste drückt halte und uf’s Neu-Laden-Symbol klicke), IE: Strg-F5, Opera/Firefox: F5

 function pTitle() {
  if (wgIsArticle == true) {
   var pTitle = $("#pTitle").text();
   $t("h1")[0].id = "blackTitle";
   $t("h1")[0].firstChild.nodeValue = pTitle;
   $t("h1")[0].setAttribute("style", "color: #000000");
   document.title = pTitle+" - Alemannische Wikipedia";
  }
 }
 pTitle();