This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

@@ -1298,7 +1298,7 @@ class IndexableSpecial {
class IndexableSpecialPages extends IndexableSpecial {
pGetIndex () {
return Object.entries(UrlUtil.PG_TO_NAME)
.filter(([page]) => ![UrlUtil.PG_CLASS_SUBCLASS_FEATURES].includes(page))
.filter(([page]) => !UrlUtil.FAUX_PAGES[page])
.map(([page, name]) => ({
n: name,
c: Parser.CAT_ID_PAGE,