10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 1,493: | Line 1,493: | ||
else | else | ||
local nolarge = "" | |||
if parameters["nolarge"] then | |||
nolarge = " nolarge" | |||
end | |||
if parameters["phon"] and parameters["format"] then | if parameters["phon"] and parameters["format"] then | ||
outputIPA = "<span class=\"IPA\">[" .. outputIPA .. "]</span>" | outputIPA = "<span class=\"IPA" .. nolarge .. "\">[" .. outputIPA .. "]</span>" | ||
elseif parameters["format"] then | elseif parameters["format"] then | ||
outputIPA = "<span class=\"IPA\">/" .. outputIPA .. "/</span>" | outputIPA = "<span class=\"IPA" .. nolarge .. "\">/" .. outputIPA .. "/</span>" | ||
end | end | ||