Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 214: | Line 214: | ||
local wikicode = navframe .. (data.g == "i" and inanimate or animate) | local wikicode = navframe .. (data.g == "i" and inanimate or animate) | ||
return gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl) .. (not data.nocat and | return gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl) .. (not data.nocat and require('Module:utilities').format_categories(data.categories, lang) or "") | ||
end | end | ||
return export | return export | ||