Module:Ns has subpages: Difference between revisions

match whitespace and underscores
en>Mr. Stradivarius
(tweak the string matching)
en>Mr. Stradivarius
(match whitespace and underscores)
Line 20:
-- thing as {{NAMESPACE}} in most cases.
if not nsTable and type(ns) == 'string' and not ns:find('[<>|%[%]{}]') then
local nsStripped = ns:gsub('^[_%s]*:', '')
nsStripped = nsStripped:gsub(':.*$', '')
nsTable = mw.site.namespaces[nsStripped]
Anonymous user