12,564
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
local glosslet_format = gloss_code:gsub("(%d+)", "<small>%1</small>") | local glosslet_format = gloss_code:gsub("(%d+)", "<small>%1</small>") | ||
if m_data.aliases[gloss_code] then | if m_data.aliases[gloss_code] then | ||
local l_gloss = m_data.aliases[gloss_code] | local l_gloss = m_data.aliases[gloss_code] | ||
local l = m_data.labels[l_gloss] | |||
if l then | if l then | ||
l_gloss = type(l.glossary) == "string" and l.glossary or l.label | l_gloss = type(l.glossary) == "string" and l.glossary or l.label | ||