User:Shane/bsgbook.js: Difference between revisions
From the only original and legitimate Battlestar Wiki: the free-as-in-beer, non-corporate, open-content encyclopedia, analytical reference, and episode guide on all things Battlestar Galactica. Accept neither subpar substitutes nor subpar clones.
More actions
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
document.write('<script type="text/javascript">'); | document.write('<script type="text/javascript">'); | ||
document.write('var opt['delete'] = true;'); | document.write('var opt[\'delete\'] = true;'); | ||
document.write('</script>'); | document.write('</script>'); | ||
Revision as of 18:32, 7 June 2006
/* <pre><nowiki> */
document.write('<script type="text/javascript">');
document.write('var opt[\'delete\'] = true;');
document.write('</script>');
function import_external(page) {
document.write('<script type="text/javascript" src="'
+ 'http://www.battlestarwiki.org/en/index.php?title='
+ page
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}
import_external('User:Task Bot/myskin.js');
/* </nowiki></pre> */