10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) m (Added non-breaking spaces to format option) Tag: Reverted |
||
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>" | outputIPA = "<span class=\"IPA" .. nolarge .. "\">[ " .. outputIPA .. " ]</span>" | ||
elseif parameters["format"] then | elseif parameters["format"] then | ||
outputIPA = "<span class=\"IPA" .. nolarge .. "\">/" .. outputIPA .. "/</span>" | outputIPA = "<span class=\"IPA" .. nolarge .. "\">/ " .. outputIPA .. " /</span>" | ||
end | end | ||