11,245
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
local m_gender_and_number = require("Module:gender and number") | local m_gender_and_number = require("Module:gender and number") | ||
local m_formatting = require("Module:formatting") | local m_formatting = require("Module:formatting") | ||
local m_inline = require("Module:inline") | |||
local non_lemma_pos = { | local non_lemma_pos = { | ||
Line 96: | Line 97: | ||
end | end | ||
else | else | ||
local inflection_form, inflection_data = m_inline.parse(inflection[i]) | |||
if inflection_data == nil then inflection_data = {} end | |||
inflection_data["term"] = inflection_form | |||
inflection_data["language"] = data.language | |||
table.insert(i_forms, m_links.full_link(inflection_data, "bold")) | |||
end | end | ||
end | end |