Module:head: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
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
table.insert(i_forms, m_links.full_link({term = inflection[i], language = data.language}, "bold"))
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

Navigation menu