Kairosoft Wiki
No edit summary
No edit summary
Tag: sourceedit
Line 6: Line 6:
 
/* Table of Contents
 
/* Table of Contents
 
-----------------------
 
-----------------------
  +
* (X00) Relocate wiki page tally
 
* (Y00) importArticles
 
* (Y00) importArticles
 
*/
 
*/
  +
  +
//##############################################################
  +
/* ==Relocate wiki page tally== (X00)*/
  +
  +
var $tally = $("#WikiaPageHeader .tally").remove();
  +
$tally.css({"display":"inline-block", "vertical-align":"top", "padding-right":"5px"});
  +
$("#WikiHeader .buttons").prepend($tally);
   
 
//##############################################################
 
//##############################################################

Revision as of 16:43, 22 March 2015

/*
Any JavaScript here will be loaded for all users on the oasis skin.
See MediaWiki:Common.js for scripts that affect every skin.
*/

/* Table of Contents
-----------------------
 * (X00) Relocate wiki page tally
 * (Y00) importArticles
*/

//##############################################################
/* ==Relocate wiki page tally== (X00)*/

var $tally = $("#WikiaPageHeader .tally").remove();
$tally.css({"display":"inline-block", "vertical-align":"top", "padding-right":"5px"});
$("#WikiHeader .buttons").prepend($tally);

//##############################################################
/* ==importArticles== (Y00)*/
// Imports scripts from other pages/wikis.

/*importArticles({
    type: 'script',
    articles: [
        ''
    ]
});*/