Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Mercifull/myskin.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.
Mercifull (talk | contribs)
No edit summary
Mercifull (talk | contribs)
Trying this now
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* <pre><nowiki> */
function import_external(page) {
function import_external(page) {
document.write('<script type="text/javascript" src="'
document.write('<script type="text/javascript" src="http://www.battlestarwiki.org/en/index.php?title=' + page + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
      + 'http://www.battlestarwiki.org/en/index.php?title='  
      + page  
      + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}  
}  
import_external('User:Shane/myskin.js');
import_external('User:Shane/myskin.js/tabs.js');
 
/* </nowiki></pre> */

Latest revision as of 22:08, 12 June 2006

/* <pre><nowiki> */

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:Shane/myskin.js/tabs.js');

/* </nowiki></pre> */