https://bugzilla.wikimedia.org/show_bug.cgi?id=22990
--- Comment #1 from Michael Dale <[email protected]> 2010-03-28 23:18:10 UTC --- You can enable it as gadget for testing. By having an admin on mirror the en setup. Specifically: page: http://en.wikipedia.org/wiki/MediaWiki:Common.js include the utility function: getURLParamValue( paramName, url) && the code: var extraJS = getURLParamValue("withJS"); if ( extraJS && extraJS.match("^MediaWiki:[^&<>=%]*\.js$") ) { importScript(extraJS); } Then you have to add the gadget mediaWiki:: Page: http://en.wikipedia.org/wiki/MediaWiki:MwEmbed.js http://en.wikipedia.org/wiki/MediaWiki:Gadget-mwEmbed.js and add to the gadget list: http://en.wikipedia.org/wiki/MediaWiki:Gadgets-definition and translate description: http://en.wikipedia.org/wiki/MediaWiki:Gadget-mwEmbed -- 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
