10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 35: | Line 35: | ||
end | end | ||
local link = data[form] | local link = data[mw.ustring.gsub(form, "V%'", "V́")] | ||
if replace ~= "" then | if replace ~= "" then | ||
form = | form = mw.ustring.gsub(form, "[CV]", replace) | ||
form = | form = mw.ustring.gsub(form, "%'", "́") | ||
end | end | ||