Module:form of: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 135: Line 135:
end
end
if data.terminfo then
if data.terminfo then
table.insert(parts, "<span class='" .. terminfo_classes .. "' style='font-weight: normal;'>")
table.insert(parts, "<span class='" .. terminfo_classes .. "'>")
if type(data.terminfo) == "string" then
if type(data.terminfo) == "string" then
table.insert(parts, data.terminfo)
table.insert(parts, data.terminfo)
Line 847: Line 847:
local link = export.format_form_of(format_data)
local link = export.format_form_of(format_data)
local text_classes = data.text_classes or "form-of-definition"
local text_classes = data.text_classes or "form-of-definition"
return link .."\n## <span class='" .. text_classes .. "'>" ..
return link .."\n## <span class='" .. text_classes .. "' style='font-weight: bold;'>" ..
table.concat(inflections, "</span>\n## <span class='" .. text_classes .. "'>") .. "</span>"
table.concat(inflections, "</span>\n## <span class='" .. text_classes .. "'>") .. "</span>"
end
end

Navigation menu