Content deleted Content added
add partial block support |
improve partial block support |
||
Line 410:
return `<a href="/w/index.php?title=Special:AllPages&namespace=${ns}" title="Special:AllPages">(${display})</a>`;
});
const firstWord = block.action === "reblock" ? "blocking" : "from";
const pageText = pageLinks.length ? ` from the page${pages.length === 1 ? '' : 's'} ${textList(pageLinks)} ` : '';▼
const
▲ const
if (pageText && nsText) {
restrictions = `${pageText}and${nsText}`;
|