45,647
edits
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
return term | return term | ||
end | end | ||
Line 72: | Line 68: | ||
end | end | ||
return table.concat(bits) | return table.concat(bits) | ||
end | |||
local function format_IPA(items) | |||
return "[[w:IPA chart|IPA]]<sup>([[IPA for High Valyrian|key]])</sup>: " .. IPA_span(items) | |||
end | end | ||