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