More actions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
for id, ns in pairs(mw.site.namespaces) do | for id, ns in pairs(mw.site.namespaces) do | ||
if id >= 0 and ns.name and ns.name ~= '' and not ns.isTalk then | if id >= 0 and ns.name and ns.name ~= '' and not ns.isTalk then | ||
table.insert(out, "* " .. ns.name) | |||
table.insert(out, ns.name) | |||
end | end | ||
end | end | ||
Latest revision as of 09:26, 6 February 2026
Documentation for this module may be created at Module:Namespaces/doc