Module:rad-IPA: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 1,597: Line 1,597:
if is_suffix then
if is_suffix then
outputIPA = "-" .. outputIPA
outputIPA = "-" .. outputIPA
if parameters["nostress"] then
outputIPA = mw.ustring.gsub(outputIPA, "(ˌ)", "")
outputIPA = mw.ustring.gsub(outputIPA, "(ˌ)", "")
end
end
end