Content deleted Content added
Ohconfucius (talk | contribs) lone bug on October with brackets |
Ohconfucius (talk | contribs) Replace with templateScript |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4:
*** - adds a sidebar menu of user-defined scripts.
*************/
function Ohc_expand() {
Line 146:
}
$.when(mw.loader.using('mediawiki.util'), $.ready).done(function () {
if(document.forms.editform) {
mw.util.addPortletLink('p-tb', 'javascript:Ohc_run_expand()', 'EXPAND month', 't-addmetric', 'Month names in full', '', '');
mw.util.addPortletLink('p-tb', 'javascript:Ohc_run_abbreviate()', 'ABBREV month', 't-addmetric', 'Month names abbreviated', '', '');
}
});
|