MediaWiki:Gadget-twinkleblock.js: Difference between revisions
Content deleted Content added
Amorymeltzer (talk | contribs) Repo at 65e9dea: Fix bug in block conversion display; Add additional partial blocking templates; disable partial block preset menu |
Amorymeltzer (talk | contribs) Repo at 75e6802: Don't overwrite wgFormattedNamespaces |
||
Line 5:
var api = new mw.Api(), relevantUserName;
var menuFormattedNamespaces = $.extend({}, mw.config.get('wgFormattedNamespaces'));
menuFormattedNamespaces[0] = '(Article)';
|