มอดูล:en-utilities/templates
หน้าตา
- This มอดูล lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
-- Prevent substitution.
if mw.isSubsting() then
return require("Module:unsubst")
end
local export = {}
local process_params = require("Module:parameters").process
function export.pluralize_t(frame)
return require("Module:en-utilities").pluralize(process_params(frame:getParent().args, {
[1] = true
})[1])
end
return export