45,660
edits
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 "'''" .. | return "'''" .. term .. "'''" | ||
end | end | ||
end | end |