Module:pollasena-roots/templates: Difference between revisions

Melinoë (talk | contribs)
No edit summary
Melinoë (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 172: Line 172:
return concat_etymologies(args, evolution) .. categories
return concat_etymologies(args, evolution) .. categories
end
end
function export.tevo(frame)
local parent_args = frame:getParent().args
local ancestor_codes = {
{code = "chle-pro", options = {}},
{code = "ine-pro", options = {optional = true}},
}
local evolution, args, categories = m_pr.parse_args(parent_args, "tevo", ancestor_codes)
return concat_etymologies(args, evolution) .. categories
end


return export
return export