User:Minhhuywiki/vector.js: Difference between revisions
Jump to navigation
Jump to search
Minhhuywiki (talk | contribs) Created page with "// wikipedia:User:Lupin/popups importScriptURI("//en.wikipedia.org/w/index.php?title=User:Lupin/popups.js&action=raw&ctype=text/javascript");" |
Minhhuywiki (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
// [[ | // ********************************************************************** | ||
// ** ***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"); |
Latest revision as of 06:52, 1 January 2012
// ********************************************************************** // ** ***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");