Submit your research to the International Journal "Notes on Intuitionistic Fuzzy Sets". Contact us at nifs.journal@gmail.com

Call for Papers for the 27th International Conference on Intuitionistic Fuzzy Sets is now open!
Conference: 5–6 July 2024, Burgas, Bulgaria • EXTENDED DEADLINE for submissions: 15 APRIL 2024.

MediaWiki:Common.js: Difference between revisions

From Ifigenia, the wiki for intuitionistic fuzzy sets and generalized nets
Jump to navigation Jump to search
No edit summary
No edit summary
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}}
 
*/
includePage( 'MediaWiki:Edittools.js' );
includePage( 'MediaWiki:Edittools.js' );
function includePage( name )
function includePage( name )

Revision as of 18:20, 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}}
*/
includePage( 'MediaWiki:Edittools.js' );
function includePage( name )
{
 document.write('<script type="text/javascript" src="' + wgScript + '?title='
  + name 
  + '&action=raw&ctype=text/javascript"><\/script>' 
 );
}

{{MediaWiki:Common.js/CopyMe.js}}