MediaWiki:Mobile.js
外觀
注意:儲存後,更改可能不會立即生效。點選此處,瞭解如何繞過瀏覽器的快取。
- Mozilla / Firefox / Safari:按住Shift鍵的同時單擊重新載入,或按Ctrl-Shift-R(在 Apple Mac 上為 Cmd-Shift-R);
- Internet Explorer:按住Ctrl鍵的同時單擊重新整理,或按Ctrl-F5;
- Konqueror:直接單擊重新載入按鈕,或按F5;
- Opera 使用者可能需要在 工具→首選項中徹底清除他們的快取。
/* Any JavaScript here will be loaded for users using the mobile site */
var importScript = function (s) {
mw.loader.load( '/w/index.php?title=' + encodeURIComponent(s) + '&action=raw&ctype=text/javascript' );
};
var importStylesheet = function (s) {
mw.loader.load( '/w/index.php?title=' + encodeURIComponent(s) + '&action=raw&ctype=text/css', 'text/css' );
};
// page-specific
// original idea was [[User:TheFearow]]'s
// lynchpin for [[Help:Dialog|dialog]] [[Category:Dialog javascript pages]]
importScript( 'MediaWiki:Common.js/w/' + mw.config.get( 'wgPageName' ) );