User:Skizzerz/Scripts: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
m
no edit summary
(expanding)
mNo edit summary
Line 5: Line 5:
<pre>
<pre>
//Common library functions used by many of the scripts below
//Common library functions used by many of the scripts below
document.write('<script type="text/javascript" src=" \
importScript('User:Ryan Schmidt/Scripts/library.js');
http://strategywiki.org/w/index.php?title=User:Skizzerz/Scripts/library.js \
&action=raw&ctype=text/javascript"></script>');
</pre>
</pre>


Line 42: Line 40:
** AutoEdit Script **
** AutoEdit Script **
********************/
********************/
document.write('<script type="text/javascript" src=" \
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Lupin/autoedit.js&oldid=35475035');
http://en.wikipedia.org/w/index.php?title=User:Lupin/autoedit.js \
&action=raw&ctype=text/javascript"></script>');
</pre>
</pre>


Line 53: Line 49:
** Find and Replace Script **
** Find and Replace Script **
****************************/
****************************/
document.write('<script type="text/javascript" src=" \
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Zocky/SearchBoxDev.js');
http://en.wikipedia.org/w/index.php?title=User:Zocky/SearchBox.js \
&action=raw&ctype=text/javascript"></script>');
</pre>
</pre>