10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) 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, "(ˌ)", "") | |||
end | |||
end | end | ||