https://bugzilla.wikimedia.org/show_bug.cgi?id=68723
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|shell | --- Comment #8 from Bawolff (Brian Wolff) <[email protected]> --- There's no person to request it from. This is something that enwikipedia admins just did by themselves. Any admin on ta.wikipedia can create the needed pages in the MediaWiki namespace at ta.wikipedia. In addition to [[MediaWiki:FileUploadWizard.js]] and [[MediaWiki:FileUploadWizard.css]], you also need the following lines from [[MediaWiki:Common.js]] var extraJS = mw.util.getParamValue( 'withJS' ); if ( extraJS ) { if ( extraJS.match( /^MediaWiki:[^&<>=%#]*\.js$/ ) ) { importScript( extraJS ); } else { mw.notify( 'Only pages from the MediaWiki namespace are allowed.', { title: 'Invalid withJS value' } ); } } -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
