Module:qhv-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 59: Line 59:
return term
return term
end
local function format_IPA(items)
return "[[w:IPA chart|IPA]]<sup>([[IPA for High Valyrian|key]])</sup>:&#32;" .. IPA_span(items)
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>:&#32;" .. IPA_span(items)
end
end