View source for Module:National squad
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- This module implements [[Template:National squad]] and
-- [[Template:National squad no numbers]] to avoid articles being added to
-- [[:Category:Pages where template include size is exceeded]]
-- when the template is used many times.
local p = {}
local prefixes = {
['male'] = ' men\'s',
['men'] = ' men\'s',
['mens'] = ' men\'s',
['men\'s'] = ' men\'s',
['female'] = ' women\'s',
['women'] = ' women\'s',
['womens'] = ' women\'s',
['women\'s'] = ' women\'s',
[''] = ''
}
function p.main(frame)
local getArgs = require('Module:Arguments').getArgs
local args = getArgs(frame, {parentFirst = true})
local country = args.country or '{{{country}}}'
local coach_label = args.coach_type or 'Coach'
local comp = args.comp or '{{{comp}}}'
000
1:0
Template used on this page:
Return to Module:National squad.