Content deleted Content added
Do not try to append paragraphs whose numbers which exceed the number actually present |
Get rid of more ref and footnote templates |
||
Line 27:
end
end
text = mw.ustring.gsub(text, "<%s*ref[^>]-/%s*>", "") -- remove refs cited elsewhere
text = mw.ustring.gsub(text, "<%s*ref.->.-<%s*/%s*ref%s*>", "") -- remove refs
|