10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 192: | Line 192: | ||
pos = args["pos"], | pos = args["pos"], | ||
nobold = true, | nobold = true, | ||
"term" | |||
} | } | ||
if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language) end | if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language) end | ||
Line 211: | Line 212: | ||
showlanguage = true, | showlanguage = true, | ||
nobold = true, | nobold = true, | ||
"term" | |||
} | } | ||
if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language_to, language_from) end | if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language_to, language_from) end | ||
Line 252: | Line 254: | ||
showlanguage = (language_from and true), | showlanguage = (language_from and true), | ||
nobold = true, | nobold = true, | ||
"term" | |||
}) | }) | ||
end | end |