User:Joe Beaudoin Jr./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
seeing the popup script... |
cool new text editor! w00t! |
||
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
var debug = "false"; | var debug = "false"; | ||
/ | /* </nowiki></pre> */ | ||
/ | // install [[User:Cacycle/wikEd]] in-browser text editor | ||
document.write('<script type="text/javascript" src="' | |||
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' | |||
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); | |||
Latest revision as of 18:09, 23 April 2007
/* <pre><nowiki> */
function import_external(page) {
document.write('<script type="text/javascript" src="http://en.battlestarwiki.org/w/index.php?title=' + page + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}
import_external('User:Shane/bsgbook.js/default.js');
import_external('User:Shane/bsgbook.js/tabs.js');
import_external('User:Shane/bsgbook.js/autoreport.js');
// Test Java Script Only
import_external('User:Shane/bsgbook.js/test.js');
var admin = "true";
var checkuser = "true";
var debug = "false";
/* </nowiki></pre> */
// install [[User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');