Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 315: Line 315:
local IPA_args = {{pron = '[' .. phonetic .. ']'}}
local IPA_args = {{pron = '[' .. phonetic .. ']'}}
table.insert(full_pronuns, format_IPA_full(IPA_args))
table.insert(full_pronuns, format_IPA_full(IPA_args))
return "(''" .. dials .. "'')" .. ' ' .. table.concat(full_pronuns, ' or ')
return showd(dials) .. ' ' .. table.concat(full_pronuns, ' or ')
end
end