The Demopaedia team will be present at the next International Population Conference in Busan.
If you attend the conference, please, come to our oral communication which will be held on Tuesday August 27, from 15:30 to 17:00 (Bexco, room 213). The new Korean dictionary will also be presented in a side meeting organized by the Planned Population Federation of Korea (PPFK) on "Population Issues & Official development assistance" (open to all) at 19:00 (Bexco, room 110).

Difference between revisions of "MediaWiki:Gadget-wikEd.js"

From Demopædia
Jump to: navigation, search
m (1 revision)
m (1 revision: From en-ii.demopaedia)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
+
// _________________________________________________________________________________________
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+
// |                                                                                        |
+ '&action=raw&ctype=text/javascript');
+
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
 +
// |                  Changes to this page affect many users.                                |
 +
// | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. |
 +
// |_________________________________________________________________________________________|
 +
//
 +
// Imports [[User:Cacycle/wikEd.js]]
 +
// wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]]
 +
 
 +
// disable loading for IE, not needed, but might save a few milliseconds
 +
if ( navigator.appName !== 'Microsoft Internet Explorer' ) {
 +
  // load [[User:Cacycle/wikEd]] in-browser text editor
 +
  importScript('User:Cacycle/wikEd.js');
 +
}

Revision as of 09:48, 2 October 2012

//  _________________________________________________________________________________________
// |                                                                                         |
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
// |                  Changes to this page affect many users.                                |
// | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. |
// |_________________________________________________________________________________________|
//
// Imports [[User:Cacycle/wikEd.js]]
// wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]]

// disable loading for IE, not needed, but might save a few milliseconds
if ( navigator.appName !== 'Microsoft Internet Explorer' ) {
  // load [[User:Cacycle/wikEd]] in-browser text editor
  importScript('User:Cacycle/wikEd.js');
}