Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
function format_pos(term, poscat)
function format_pos(term, poscat)
if poscat == "noun" then
if poscat == "noun" then
return "'''" .. term .. "'''"
--return "'''" .. term .. "'''"
end
end
return "'''" .. term .. "'''"
end
end