Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
local export = {}
local export = {}


function format_pos(poscat)
function format_pos(term, poscat)
if poscat == "noun" then
if poscat == "noun" then
return "'''" .. args[1] .. "'''"
return "'''" .. term .. "'''"
end
end
end
end