Content deleted Content added
state_collapsed Tag: Reverted |
remove constant strings Tag: Reverted |
||
Line 11:
-- by parent navboxes. The result is that the category shows all pages
-- where a child navbox is not contained in a parent navbox.
local orphanCat = '[[Category:Navbox orphans]]'
if border == cfg.keyword.border_subgroup and
args[cfg.arg.orphan] ~= cfg.keyword.orphan_yes then
-- No change; striping occurs in outermost navbox.
return wikitext ..
end
local first, second = 'odd', 'even'
Line 43 ⟶ 44:
end
end
local regex =
-- () omits gsub count
return (wikitext:gsub(regex, ''):gsub(cfg.marker.regex, changer))
|