Lưu ý: Đây chưa phải phiên bản chính thức.

Từ điển nhân khẩu học đa ngữ, bản in lần thứ hai

MediaWiki:Common.js

Từ Demopædia
Phiên bản vào lúc 17:00, ngày 25 tháng 6 năm 2017 của Nicolas Brouard (Thảo luận | đóng góp) (Back to minimum)
Bước tới: chuyển hướng, tìm kiếm

Chú ý: Sau khi lưu trang, có thể bạn sẽ phải xóa bộ nhớ đệm của trình duyệt để xem các thay đổi.

  • Firefox / Safari: Nhấn giữ phím Shift trong khi nhấn Tải lại (Reload), hoặc nhấn tổ hợp Ctrl-F5 hay Ctrl-R (⌘R trên Mac)
  • Google Chrome: Nhấn tổ hợp Ctrl-Shift-R (⇧⌘R trên Mac)
  • Internet Explorer: Nhấn giữ phím Ctrl trong khi nhấn Làm tươi, hoặc nhấn tổ hợp Ctrl-F5
  • Opera: Mở Menu → Cài đặt (Opera → Tùy chỉnh trên Mac), mở tab Quyền riêng tư & bảo mật, bấm Xóa dữ liệu duyệt web và đánh hộp kiểm Hình ảnh và tệp trong cache.
/**
 * 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.
 */