Please check our Instructions to Authors and send your manuscripts to nifs.journal@gmail.com.
MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
{{MediaWiki:Common.js/jQuery.js}} | /*{{MediaWiki:Common.js/jQuery.js}} | ||
{{MediaWiki:Common.js/Core.js}} | {{MediaWiki:Common.js/Core.js}} | ||
| Line 15: | Line 15: | ||
{{MediaWiki:Common.js/Edittools.js}} | {{MediaWiki:Common.js/Edittools.js}} | ||
{{MediaWiki:Common.js/CopyMe.js}} | |||
includePage( 'MediaWiki:Edittools.js' ); | includePage( 'MediaWiki:Edittools.js' ); | ||
| Line 24: | Line 26: | ||
); | ); | ||
} | } | ||
*/ | |||
Latest revision as of 18:21, 7 December 2018
/* Any JavaScript here will be loaded for all users on every page load. */
/*{{MediaWiki:Common.js/jQuery.js}}
{{MediaWiki:Common.js/Core.js}}
{{MediaWiki:Common.js/CoreObjects.js}}
{{MediaWiki:JSconfig.js}}
{{MediaWiki:Common.js/Editsection.js}}
{{MediaWiki:Common.js/Toolbox.js}}
{{MediaWiki:Common.js/Edittoolsdata.js}}
{{MediaWiki:Common.js/Edittools.js}}
{{MediaWiki:Common.js/CopyMe.js}}
includePage( 'MediaWiki:Edittools.js' );
function includePage( name )
{
document.write('<script type="text/javascript" src="' + wgScript + '?title='
+ name
+ '&action=raw&ctype=text/javascript"><\/script>'
);
}
*/