Bước tới nội dung

Thành viên:Mikimik/monobook.js

Bách khoa toàn thư mở Wikipedia

Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.

/* This function is used to include scripts from other pages in wiki. */
function mImportScript (page, site)
{
    if ( !site ) site = wgServer;
    page = page.replace(/^\[\[/, "").replace(/]]$/, "");
 
    importScriptURI ( site + wgScript + "?title=" + page + "&action=raw&ctype=text/javascript" );
}
 
 
mImportScript ("User:Mikimik/js/shared.js", "http://en.wikipedia.org");        /* importing shared.js */