Gebruiker:Koms/monobook.js: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Fix) |
|||
Regel 1: | Regel 1: | ||
− | + | importScript('User:Sumurai8/editcount.js'); | |
− | + | importScript('MediaWiki:Qui.js'); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
//Define these two before your script! | //Define these two before your script! | ||
− | sidebar = [] | + | sidebar = []; |
− | sidebar['useSomeStandard'] = true | + | sidebar['useSomeStandard'] = true; |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | importScript('Gebruiker:Apoo/customsidebar.js'); | |
− | |||
− | |||
addOnloadHook(stats); | addOnloadHook(stats); | ||
} | } |
Versie van 4 mrt 2011 08:57
importScript('User:Sumurai8/editcount.js');
importScript('MediaWiki:Qui.js');
//Define these two before your script!
sidebar = [];
sidebar['useSomeStandard'] = true;
importScript('Gebruiker:Apoo/customsidebar.js');
addOnloadHook(stats);
}