45,641
edits
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
local lang = require("Module:languages").getByCode("qhv") | local lang = require("Module:languages").getByCode("qhv") | ||
local export = {} | local export = {} | ||
Line 34: | Line 33: | ||
["ir"] = "c-5", ["rjin"] = "p-5", | ["ir"] = "c-5", ["rjin"] = "p-5", | ||
} | } | ||
function export.detect_decl(word, number, class, reanalyzed) | function export.detect_decl(word, number, class, reanalyzed) | ||
Line 193: | Line 183: | ||
|}]=] | |}]=] | ||
return (gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl)) .. | return (gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl)) .. require("Module:utilities").format_categories(lang, pass.categories) | ||
end | end | ||
return export | return export |