afch-zhwp/misc/loader.js

15 lines
616 B
JavaScript
Raw Normal View History

2014-11-08 08:11:09 -06:00
// Since AFCH is currently stored in the userspace, this script should be used
// to load AFCH from another place (e.g., the core Gadget file).
///////////////////////////////////////////////
//////// Yet Another AfC Helper Script ////////
//// https://en.wikipedia.org/wiki/WP:AFCH ////
//// https://github.com/WPAFC/afch-rewrite ////
///////////////////////////////////////////////
( function ( mw, importScript ) {
if ( /^(?:User:|Draft:|Wikipedia(?:_talk)?:Articles_for_creation)/.test( mw.config.get( 'wgPageName' ) ) ) {
importScript( 'MediaWiki:Gadget-afchelper.js' );
}
}( mediaWiki, importScript ) );