Modul:en-utilities/templates
Napohlad
- This module 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("Modul:unsubst")
end
local export = {}
local process_params = require("Modul:parameters").process
function export.pluralize_t(frame)
return require("Modul:en-utilities").pluralize(process_params(frame:getParent().args, {
[1] = true
})[1])
end
return export