455
edits
The PCB wiki has now been archived and is read-only. |
TheOctopus (talk | contribs) (Created page with "{{Documentation subpage}} Category:Infobox templates") |
TheOctopus (talk | contribs) (Added template info) |
||
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 | |||
} | |||
}, | |||
"description": "An Infobox for a player" | |||
} | |||
</templatedata> |