Content deleted Content added
Remove a line which is just a template: typically used for navboxes in footer etc. |
Fix bug: when a line contains both nested templates and template with a |ref parameter, e.g. Somalia, remove both |
||
Line 263:
-- If a wanted template has unwanted nested templates, purge them too
noref = mw.ustring.sub(noref, 1, 2) .. mw.ustring.gsub(mw.ustring.sub(
if noref ~= t then return noref end
|