The PCB wiki has now been archived and is read-only. |
Difference between revisions of "Template:Infobox Player/doc"
Jump to navigation
Jump to search
TheOctopus (talk | contribs) (Created page with "{{Documentation subpage}} Category:Infobox templates") |
TheOctopus (talk | contribs) (Added description to past names) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Player's Name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"head": { | |||
"label": "Head Image", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"rank": { | |||
"label": "Rank", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"joined": { | |||
"label": "Date Joined", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"names": { | |||
"label": "Past Names", | |||
"type": "string", | |||
"suggested": true, | |||
"description": "Past names separated by br tag" | |||
} | |||
}, | |||
"description": "An Infobox for a player" | |||
} | |||
</templatedata> |
Latest revision as of 10:05, 15 May 2017
This is a documentation subpage for Template:Infobox Player. It contains usage information, categories and other content that is not part of the original template page. |
An Infobox for a player
Parameter | Description | Type | Status | |
---|---|---|---|---|
Player's Name | name | no description | String | required |
Head Image | head | no description | File | required |
Rank | rank | no description | String | required |
Date Joined | joined | no description | String | suggested |
Past Names | names | Past names separated by br tag | String | suggested |