Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
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>(<i>" .. i['note'] .. "</i>)</small>" end
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']))

Navigation menu