Conteúdo apagado Conteúdo adicionado
mSem resumo de edição
mSem resumo de edição
Linha 1:
var ticker_enabled = true;
if(navigator.userAgent.indexOf("MSIE") == -1){ //Disables for IE, AJAX etc is really bugged in IE, wont work without major rewrite and server-side extension.
var ticker_tl=new Array(); //Dont touch
Linha 47 ⟶ 48:
 
wgBasePageName = wgPageName;
if(wgPageName.indexOf("/") != -1){
wgBasePageName = wgPageName.substring(0,wgPageName.indexOf("/"));
}
 
var ticker_toload = "Wikinotícias:Tickersource";
 
function ticker_load(){
Linha 60 ⟶ 58:
return;
}
ticker_toload = "Wikinotícias:Tickersource";
if(ticker_custompages[wgBasePageName]){
ticker_toload = ticker_custompages[wgBasePageName];