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)
 
wikicode = gsub(wikicode, "ð", "d")
return gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl) .. (not data.nocat and m_u.format_categories(data.categories, lang) or "")
return gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl) .. (not data.nocat and m_u.format_categories(data.categories, lang) or "")
end
end


return export
return export