https://bugzilla.wikimedia.org/show_bug.cgi?id=27281
--- Comment #2 from Liangent <[email protected]> 2011-02-15 05:45:26 UTC --- (In reply to comment #1) > mw.loader.wikiLoad( 'User:Liangent/Scripts/a.js' ), which internally will use > the same as used for "MediaWiki:Common.js" and "User:Liangent/vector.js" They're loaded as modules=site and modules=user, not something generic. > Regarding mw.loader.pageGo(), you can use an array of modules in > mw.loader.load Can modules have parameters (to specify the page names) currently? > However, again, it should not map to mw.loader.load( > http://.org/w/?title=TITLE&action=raw&ctype=text/javascript); Actually I don't know why we invented this. There's already jQuery.getScript. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
