MediaWiki:Tribalwars.js

De la Tribalwars Wiki RO
Jump to navigation

Notă: După publicare, trebuie să treceți peste memoria cache a navigatorului pentru a putea vedea modificările:

  • Firefox / Safari: Țineți apăsat pe Shift în timp ce faceți clic pe Reîncărcare ori apăsați Ctrl-F5 sau Ctrl-R (⌘-R pe un sistem Mac);
  • Google Chrome: Apăsați Ctrl-Shift-R (⌘-Shift-R pe un sistem Mac);
  • Internet Explorer / Edge: Țineți apăsat pe Ctrl în timp ce faceți clic pe Reîmprosptare sau apăsați Ctrl-F5;
  • Opera: Apăsați Ctrl-F5.
var anunt_list
var nr_anunturi
var anunt_curent
var anunt_timer, hint_timer;

function ch_hints() {
   var hint_nr=Math.round(Math.random()*45);
   $("#grepo_ro_hints").slideUp("slow");
   hint_nr++;
   $.get("/index.php",{title:"Script:Grepolis_FAQ ",action:"raw",section:hint_nr}, function(response,succes) {
      if (succes) {
      resp= "__NOEDITSECTION__" + response
      $.get("/api.php",{action:"parse",text:resp,format:"xml"},function(xresp,succ) {
          if (succ) {
              $("#grepo_ro_hints").html(xresp.getElementsByTagName("text")[0].childNodes[0].nodeValue);
          }
      },"xml");
      };
},"html");
   $("#grepo_ro_hints").slideDown("slow");
}


function ch_anunt() {
        $(anunt_list[anunt_curent]).fadeOut("normal",function() {
             anunt_curent++;
             if (anunt_curent >= nr_anunturi) {
                 anunt_curent=0;
             }
             $(anunt_list[anunt_curent]).fadeIn();
        });
}


$(document).ready(function() {
   $(".anunt_primapagina").hide();
   anunt_list = $(".anunt_primapagina").toArray();
   nr_anunturi=anunt_list.length;
   anunt_curent=0;
  // console.info("a:"+anunt_list+"; nr:"+nr_anunturi);
   if (nr_anunturi > 1) {
       $(anunt_list[0]).fadeIn();
       anunt_timer=window.setInterval("ch_anunt()",5000);
   } else {
       if (nr_anunturi > 0) {
            $(".anunt_primapagina").fadeIn();
        }
   }
   if ((wgAction != "edit") && (wgCanonicalNamespace != "Special") && (wgCanonicalNamespace != "Template") && (wgCanonicalNamespace != "Help") && (wgCanonicalNamespace != "Project") && (wgCanonicalNamespace != "File") && (wgTitle != "Global.js") && (wgTitle != "Script:Grepolis FAQ") ) {
$("#content").before("<div style='clear:both'></div><div id='grepo_ro_hints_container' style='padding: 10px 15px; background: url(&quot;/skins/grepolis/content_bg.jpg&quot;) repeat scroll 0% 0% transparent; width: 772px; min-height:100px; text-align: center;'><a title='Inchide' href='#' id='grepo_ro_close_hints'><img style='float:right; height:20px; width:20px;' src='http://wiki.ro.grepolis.com/images/2/2e/Close_btn.png' /></a><img id='grepo_ro_hints_image' style='position:relative; float:right; height:75px; width:75; top:35px; left:0px;' src='http://wiki.ro.grepolis.com/images/1/10/Faq_Button.png' alt='Ponturi' /> <span id='grepo_ro_hints' style='width:80%'></span></div>");
   ch_hints();
   hint_timer=window.setInterval("ch_hints()",30000);
   $("#grepo_ro_close_hints").click(function() {
        hint_timer=window.clearInterval(hint_timer);
        $("#grepo_ro_hints").slideUp("slow", function() {
             $("#grepo_ro_close_hints").hide();
             $("#grepo_ro_hints_image").hide();
             $("#grepo_ro_hints_container").css("min-height","0px");
        });
   });
        
   }
   
   if ((wgTitle == "Global.js") && (wgAction != "edit") && (wgAction != "history") && (wgAction != "historysubmit")) {
     $("#bodyContent").html("<p>Pentru evitarea eventualelor neplaceri am restrictionat accesul la aceasta pagina!<br>Documentare placuta in continuare!</p><p>Echipa <a href='http://ro.grepolis.com'>Grepolis.ro</a>!</p>");
    }


// Grepolis 2.0 stuff

//$("body").css("background","url:('/images/c/cb/Bg1.jpg') no-repeat scroll center 0 #000000");

var plogo=$("#p-logo");
plogo.css({
width: "550px",
left: "274px"
});

plogo.html('<style type="text/css">a img { border:none; }</style><style type="text/css"> a { text-decoration:none; } </style> <center>   <a href="http://forum.ro.grepolis.com/showthread.php?t=3821"> <!-- URL to the changelog --> <div style="background-image:url(http://stuff.grepolis.fr/images/grepolis_v_2/changelog/countdown.png); width:500px; height:82px">  <font size="4" face="calistomt" color="#273b5f">     <label id="Compte"></label><script type="text/JavaScript">     var Affiche=document.getElementById("Compte"); function Rebour() { var date1 = new Date();                   var date2 = new Date ("Apr 7 00:00:00 2011");                   var sec = (date2 - date1) / 1000;                  var n = 24 * 3600;                   if (sec > 0) {                 j = Math.floor (sec / n);                   h = Math.floor ((sec - (j * n)) / 3600);                   mn = Math.floor ((sec - ((j * n + h * 3600))) / 60);                   sec = Math.floor (sec - ((j * n + h * 3600 + mn * 60)));                   Affiche.innerHTML = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE, "+ sec + " SECUNDE";                  window.status = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE "+ sec + " SECUNDE";                 }                   tRebour=setTimeout ("Rebour();", 1000);                   }                   Rebour();                   if (date1 = new Date ("Apr 7 00:00:00 2011")) {                   Affiche.innerHTML = "AZI!";                   window.status = "AZI!";                    }                   </script>          </font>       </div>   </a></center>');
});

//function SigMods(text);
 

(function($) {
$(document).ready(function() {
var el=$(".AlizeeaSig")
textSigIndex = 0;
textSig = new Array;
textSig[0] = "Administrator Forum";
textSig[1] = "Speed Config";
textSig[2] = "Wiki Administrator";
el.each( function(index,elm) {
$(elm).css({height: "240px", width:"600px", background: "url('http://help.triburile.ro/images/d/d5/Alizeea.png')"});
$(elm).html("<label id='sigText' style='position: relative; top: 150px; left: 200px; font-size: 300%'>"+textSig[textSigIndex]+"</label>");
});
sigTimer= window.setInterval(function() {
    textSigIndex++;
    if (textSigIndex >= textSig.length) { textSigIndex = 0; }
    var elt = $(".AlizeeaSig #sigText");
    elt.each( function(index,elt) {
    $(elt).fadeOut("fast", function() {
    var elt = $(".AlizeeaSig #sigText");
    elt.html(textSig[textSigIndex]);
    elt.fadeIn("fast");
    });
    });
}, 5000);
})}(jQuery))