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' ) );