10,795
edits
TheNightAvl (talk | contribs) m (Added non-breaking spaces to format option) Tag: Reverted |
TheNightAvl (talk | contribs) m (Undo revision 4541 by TheNightAvl (talk)) Tag: Undo |
||
Line 1,550: | Line 1,550: | ||
end | end | ||
if parameters["phon"] and parameters["format"] then | if parameters["phon"] and parameters["format"] then | ||
outputIPA = "<span class=\"IPA" .. nolarge .. "\">[ | outputIPA = "<span class=\"IPA" .. nolarge .. "\">[" .. outputIPA .. "]</span>" | ||
elseif parameters["format"] then | elseif parameters["format"] then | ||
outputIPA = "<span class=\"IPA" .. nolarge .. "\">/ | outputIPA = "<span class=\"IPA" .. nolarge .. "\">/" .. outputIPA .. "/</span>" | ||
end | end | ||