Difference between revisions of "User:MC10/monobook.js"

From MHWiki
(fix)
(move functions before popups)
Line 1: Line 1:
 +
function siteArticlePath(){
 +
  return "wiki/index.php";
 +
};
 +
 +
function siteBotInterfacePath(){
 +
  return "wiki";
 +
};
 +
 
// [[User:Lupin/popups.js]]
 
// [[User:Lupin/popups.js]]
 
importScript("User:MC10/Popups.js");
 
importScript("User:MC10/Popups.js");
  
function siteArticlePath(){ return "wiki/index.php"; };
 
function siteBotInterfacePath(){ return "wiki"; };
 
 
popupFixRedirs=true;
 
popupFixRedirs=true;
 
popupRedlinkRemoval=true;
 
popupRedlinkRemoval=true;

Revision as of 04:35, 17 March 2010

function siteArticlePath(){
  return "wiki/index.php";
};

function siteBotInterfacePath(){
  return "wiki";
};

// [[User:Lupin/popups.js]]
importScript("User:MC10/Popups.js");

popupFixRedirs=true;
popupRedlinkRemoval=true;
popupFixDabs=true;
popupStructure='original';
popupAdminLinks=true;