Module:lnk-pro-morph: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 35: Line 35:
end
end
local link = data[mw.ustring.gsub(form, "V%'", "V́")]
local link = data[form]
if replace ~= "" then
if replace ~= "" then
form = mw.ustring.gsub(form, "[CV]", replace)
form = mw.ustring.gsub(form, "[CV]", replace)
form = mw.ustring.gsub(form, "%'", "́")
end
end