User:AT
From Guild Wars 2 Wiki
Jump to navigationJump to search
When GW2 comes out, I'll probably be here. Until then, however, see here or here.
If you're looking for WikiSwap, I don't really maintain it anymore, but it should still work fine. To use it on this wiki, add the following to your monobook.js:
function importScript(page, lang) {
var url = wgScriptPath + '/index.php?title='
+ encodeURIComponent(page.replace(' ','_'))
+ '&action=raw&ctype=text/javascript&dontcountme=s';
if (lang) url = 'http://' + lang + '.wikipedia.org' + url;
var s = document.createElement('script');
s.src = url;
s.type='text/javascript';
document.getElementsByTagName('head')[0].appendChild(s);
}
//WikiSwap
importScript('User:AT/wikiswap.js');