User:Mike.lifeguard/vector.js

維基詞典,自由的多語言詞典

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer / Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5

本JavaScript腳本會在User:Mike.lifeguard使用Vector外觀時,在每次Mike.lifeguard載入頁面時執行。


function importAnyScript(lang,family,script) {
    mw.loader.load('http://'
        + encodeURIComponent(lang) + '.'
        + encodeURIComponent(family) + '.org/w/index.php?title='
        + encodeURIComponent(script) + '&action=raw&ctype=text/javascript');
}
importAnyScript('meta','wikimedia','User:Mike.lifeguard/remote.js');