MediaWiki:Gadget-formWizard.js

From Ava Zinn Wiki
Jump to: navigation, search
/*  ______________________________________________________________________________________
 * |                                                                                     |
 * |                    === WARNING: GADGET FILE ===                                     |
 * |                  Changes to this page affect many users.                            |
 * | Please discuss changes on the talk page or on [[MediaWiki_talk:Gadgets-definition]] |
 * |	 before editing.                                                                 |
 * |_____________________________________________________________________________________|
 *
 * See https://meta.wikimedia.org/wiki/Meta:FormWizard for usage and description.
 */

/* global mw */
if ( mw.config.get('wgCanonicalNamespace') == 'Project' ) {
	mw.loader.load( 'ext.gadget.formWizard-core' );
}