The Demopædia Encyclopedia on Population is under heavy modernization and maintenance. Outputs could look bizarre, sorry for the temporary inconvenience

Kamus Demografi Pelbagai Bahasa, Edisi Kedua, Volum Bahasa Malaysia

MediaWiki:Common.js

Daripada Demopædia.
Semakan 557 pada 17:00, 25 Jun 2017 oleh Nicolas Brouard (Perbincangan | sumb.) (Back to minimum)
Lompat ke: pandu arah, cari

Catatan: Selepas menyimpan laman ini, anda mungkin perlu membersihkan cache pelayar web anda terlebih dahulu untuk mengenakan perubahan.

  • Firefox/Safari: Tekan terus Shift sambil klik Reload, atau tekan Ctrl+F5 atau tekan Ctrl+R (⌘+R bagi Mac)
  • Google Chrome: Tekan Ctrl+Shift+R (⌘+Shift+R bagi Mac)
  • Internet Explorer: Tekan terus Ctrl sambil klik Refresh, atau tekan Ctrl+F5
  • Opera: Kosongkan cache di menu Tools → Preferences
/**
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally
 * loaded for all users on every wiki page. If possible create a gadget that is
 * enabled by default instead of adding it here (since gadgets are fully
 * optimized ResourceLoader modules with possibility to add dependencies etc.)
 *
 * Since Common.js isn't a gadget, there is no place to declare its
 * dependencies, so we have to lazy load them with mw.loader.using on demand and
 * then execute the rest in the callback. In most cases these dependencies will
 * be loaded (or loading) already and the callback will not be delayed. In case a
 * dependency hasn't arrived yet it'll make sure those are loaded before this.
 */