Module:pollasena-roots: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 278: | Line 278: | ||
nocat = args.nocat, | nocat = args.nocat, | ||
conj = lang_options.roots and separator or nil, | conj = lang_options.roots and separator or nil, | ||
nocap = args.mid or args.old | nocap = args.mid or args.old or args.nocap, | ||
} | } | ||
else | else | ||
| Line 288: | Line 288: | ||
conj = lang_options.roots and separator or nil, | conj = lang_options.roots and separator or nil, | ||
} | } | ||
etymology = "from " .. etymology | |||
end | end | ||
| Line 310: | Line 311: | ||
end | end | ||
local | local categories = m_utils.format_categories(cats, dest_lang) | ||
return etymologies, args, categories | return etymologies, args, parent_args.nocat and "" or categories | ||
end | end | ||
return export | return export | ||