10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 59: | Line 59: | ||
for _, i in ipairs(word) do | for _, i in ipairs(word) do | ||
local new_link = rad_link(i['word']) | local new_link = rad_link(i['word']) | ||
if i['note'] then new_link = new_link .. " <small>( | if i['note'] then new_link = new_link .. " <small>(" .. i['note'] .. ")</small>" end | ||
table.insert(links, new_link) | table.insert(links, new_link) | ||
table.insert(IPAs, rad_IPA(i['word'])) | table.insert(IPAs, rad_IPA(i['word'])) |