User:Conrad.Irwin/creation.js

Hello, you have come here looking for the meaning of the word User:Conrad.Irwin/creation.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Conrad.Irwin/creation.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Conrad.Irwin/creation.js in singular and plural. Everything you need to know about the word User:Conrad.Irwin/creation.js you have here. The definition of the word User:Conrad.Irwin/creation.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Conrad.Irwin/creation.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
// Enable the WT:ACCEL gadget for users who import this script.

// Note, you can safely remove this script from your common.js, vector.js or monobook.js.

if (!mw.user.options.get('gadget-AcceleratedFormCreation')) {

	var params = {
		action: 'options',
		optionname: 'gadget-AcceleratedFormCreation',
		optionvalue: '1',
		format: 'json'
	},
	api = new mw.Api();

	api.postWithToken( 'csrf', params ).done( function ( data ) {
		console.log( data );
	} );
}