User:Minhhuywiki/vector.js

From Baka-Tsuki
Revision as of 06:52, 1 January 2012 by Minhhuywiki (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
// **********************************************************************
// **                 ***WARNING GLOBAL GADGET FILE***                 **
// **             changes to this file affect many users.              **
// **           please discuss on the talk page before editing         **
// **                                                                  **
// **********************************************************************
 
// Cài đặt [[en:Wikipedia:Tools/Navigation popups]]
 
 
var enBase = 'http://en.wikipedia.org';
if ( mw.config.get( 'wgServer' ).indexOf('https://') == 0 ) {
        enBase = 'https://secure.wikimedia.org/wikipedia/en';
}
mw.loader.load( enBase + '/project/index.php?title=MediaWiki:Gadget-popups.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400' );
 
// Cài đặt bản dịch tiếng Việt của Navigation Popups từ
// [[Thành viên:Vinhtantran/strings-vi.js]]
importScript("User:Minhhuywiki/strings-vi.js");