Usuario:Mikimik/monobook.js

Nota:
Tras guardar el fichero, debes refrescar la caché de tu navegador para ver los cambios.
  • Mozilla: Pulsa el botón Recargar (o ctrl-r)
  • Internet Explorer / Opera: ctrl-f5, *Safari: cmd-r,
  • Konqueror ctrl-r.
/* 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 */