মডিউল:gender and number/templates
অবয়ব
এই মডিউলের জন্য মডিউল:gender and number/templates/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে
local export = {}
function export.format_one(frame)
local args = frame:getParent().args
local lang = args["lang"] and require("Module:languages").getByCode(args["lang"])
local html, cats = require("Module:gender and number").format_genders({{ spec = args[1] }}, lang, args["pos"])
return html .. require("Module:utilities/format_categories")(cats, lang)
end
return export