MediaWiki:Gadget-twinkleblock.js: Difference between revisions
Content deleted Content added
Amorymeltzer (talk | contribs) Repo at f1b0573: Apply bugfix for always-on partialstatus |
Amorymeltzer (talk | contribs) Repo at f1135f6: Link pages in partial block template |
||
Line 1,399:
text += '|area=from certain ';
if (params.pagerestrictions.length) {
text += 'pages (' + makeSentence(params.pagerestrictions.map(function(p)
return '[[:' + p + ']]';
}));
text += params.namespacerestrictions.length ? ') and certain ' : ')';
}
Line 1,407 ⟶ 1,409:
return menuFormattedNamespaces[id];
});
text += '[[Wikipedia:Namespace|namespaces]] (' + makeSentence(namespaceNames) + ')';
}
} else if (params.area) {
|