Module:pages: Difference between revisions

76 bytes removed ,  15 November 2025
no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 285: Line 285:
end
end
local ns = title.namespace
local ns = title.namespace
-- (main), Appendix, Thesaurus, Citations, Reconstruction.
-- (main), Contionary
return (ns == 0 or ns == 100 or ns == 110 or ns == 114 or ns == 118) and
return (ns == 0 or ns == 120) and
title.contentModel == "wikitext"
title.contentModel == "wikitext"
end
end