Content deleted Content added
No edit summary |
Version 1.0 ready. Loads on main article pages. Does not load on talk pages, .js or .css and avoids template pages. |
||
Line 1:
/*******************************************************************************
,, ,,
Line 22 ⟶ 23:
* MIT licensed (http://en.wikipedia.org/wiki/MIT_License)
* http://halfaker.info
* Version 1.0
WikiGnome is a collection of utilities that allow for easy minor modifications
Line 77 ⟶ 79:
//Decide whether to import the body of the script or not.
if(
wgNamespaceNumber % 2 == 0 && //Main articles (not talk)
wgNamespaceNumber != 10 && //No templates
wgPageName.search("Sandbox") > -1 || //Sandboxes▼
getParameterByName('
getParameterByName('
▲ getParameterByName('oldid') == '' && //No old revisions
){
//Import CSS
//Import script Body
importScriptURI("http://www-users.cs.umn.edu/~halfak/wikignome/gadget/wg_system.cgi")
}
|