MediaWiki:Gadget-formWizard.js
Appearance
![]() | This page is loaded as a part of the formWizard gadget, which is enabled by default. |
/* ______________________________________________________________________________________
* | |
* | === 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.
*/
//<nowiki>
$(function(){
var namespace = mw.config.get('wgCanonicalNamespace');
if ( namespace == 'Project' ){
mw.loader.load( 'ext.gadget.formWizard-core' );
}
});