10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 57: | Line 57: | ||
while inflection[i] do | while inflection[i] do | ||
if inflection.nolink then | if inflection.nolink then | ||
table.insert(i_forms, | table.insert(i_forms, "<b>" .. inflection[i] .. "</b>") | ||
else | else | ||
table.insert(i_forms, m_links.full_link({term = inflection[i], language = data.language}, "bold")) | table.insert(i_forms, m_links.full_link({term = inflection[i], language = data.language}, "bold")) |