Please check our Instructions to Authors and send your manuscripts to nifs.journal@gmail.com. Next issue: March 2025.
MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
New page: →Any JavaScript here will be loaded for all users on every page load.: {{MediaWiki:Common.js/Core.js}} {{MediaWiki:Common.js/CoreObjects.js}} {{MediaWiki:JSconfig.js}} {{MediaWiki:... |
includePage( 'MediaWiki:Edittools.js' ); |
||
Line 14: | Line 14: | ||
{{MediaWiki:Common.js/Edit tools.js}} | {{MediaWiki:Common.js/Edit tools.js}} | ||
includePage( 'MediaWiki:Edittools.js' ); | |||
function includePage( name ) | |||
{ | |||
document.write('<script type="text/javascript" src="' + wgScript + '?title=' | |||
+ name | |||
+ '&action=raw&ctype=text/javascript"><\/script>' | |||
); | |||
} |
Revision as of 09:43, 22 October 2008
/* Any JavaScript here will be loaded for all users on every page load. */
{{MediaWiki:Common.js/Core.js}}
{{MediaWiki:Common.js/CoreObjects.js}}
{{MediaWiki:JSconfig.js}}
{{MediaWiki:Common.js/Edit section.js}}
{{MediaWiki:Common.js/Toolbox.js}}
{{MediaWiki:Common.js/Edit tools data.js}}
{{MediaWiki:Common.js/Edit tools.js}}
includePage( 'MediaWiki:Edittools.js' );
function includePage( name )
{
document.write('<script type="text/javascript" src="' + wgScript + '?title='
+ name
+ '&action=raw&ctype=text/javascript"><\/script>'
);
}