10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 38: | Line 38: | ||
if replace ~= "" then | if replace ~= "" then | ||
form = | form = mw.ustring.gsub(form, "́", "_") | ||
form = | form = mw.ustring.gsub(form, "[CV]", replace) | ||
form = mw.ustring.gsub(form, "_", "́") | |||
end | end | ||