Module:siwa-pron: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 268: Line 268:
for _, item in ipairs(items) do
for _, item in ipairs(items) do
local bit = "<span style=\"font-size:110%;font-family:Gentium,'DejaVu Sans','Segoe UI',sans-serif>" .. item.pron .. "</span>"
local bit = "<span style=\"font-size:110%;font-family:Gentium,'DejaVu Sans','Segoe UI',sans-serif>" .. item.pron .. "</span>"
table.insert(bits, bit)
end
end
return table.concat(bits)
return table.concat(bits)
end
end
Line 300: Line 302:
if args.a then
if args.a then
ipa = ipa .. make_row(export.crux(term, false, false), accent and #accent > 0 or {'Aingo'}) .. "hey"
ipa = ipa .. make_row(export.crux(term, false, false), accent and #accent > 0 or {'Aingo'})
end
end