Back in business you guy's
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"example": "Tommy Parky, Jason Donald Madderom, Video Game Cartoon Police", | "example": "Tommy Parky, Jason Donald Madderom, Video Game Cartoon Police", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"suggested": true, | |||
"type": "string", | |||
"example": "103.png" | |||
}, | |||
"imagecaption": { | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"aliases": { | |||
"type": "string", | |||
"example": "Tommy Parky, PurpleHelmetAvenger" | |||
}, | |||
"relatives": { | |||
"type": "string" | |||
}, | |||
"affiliation": { | |||
"type": "string", | |||
"example": "UTTP, TPNG, KKTK" | |||
}, | |||
"platforms": { | |||
"type": "string" | |||
}, | |||
"marital": { | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "birthDate": { | ||
"type": "string", | |||
"description": "mm/dd/yyyy", | |||
" | "example": "02/12/2011" | ||
" | }, | ||
"birthPlace": { | |||
"type": "string" | |||
" | }, | ||
" | "deathDate": { | ||
" | "type": "string", | ||
"description": "mm/dd/yyyy", | |||
" | "example": "06/01/2024" | ||
}, | |||
" | "deathPlace": { | ||
"type": "string" | |||
}, | |||
"race": { | |||
"type": "string" | |||
}, | |||
"gender": { | |||
"type": "string" | |||
}, | |||
"height": { | |||
"type": "string" | |||
}, | |||
"founder": { | |||
"type": "string" | |||
} | |||
}, | }, | ||
"description": "UTubeTrollPolice Universal Infobox", | "description": "UTubeTrollPolice Universal Infobox", | ||
" | "paramOrder": [ | ||
"name", | |||
"image", | |||
"imagecaption", | |||
"aliases", | |||
"relatives", | |||
"affiliation", | |||
"platforms", | |||
"founder", | |||
"marital", | |||
"birthDate", | |||
"birthPlace", | |||
"deathDate", | |||
"deathPlace", | |||
"race", | |||
"gender", | |||
"height" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
<includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | <includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> |
Latest revision as of 21:10, 20 April 2025
UTubeTrollPolice Universal Infobox
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description
| String | required |
image | image | no description
| String | suggested |
imagecaption | imagecaption | no description | String | suggested |
aliases | aliases | no description
| String | optional |
relatives | relatives | no description | String | optional |
affiliation | affiliation | no description
| String | optional |
platforms | platforms | no description | String | optional |
founder | founder | no description | String | optional |
marital | marital | no description | String | optional |
birthDate | birthDate | mm/dd/yyyy
| String | optional |
birthPlace | birthPlace | no description | String | optional |
deathDate | deathDate | mm/dd/yyyy
| String | optional |
deathPlace | deathPlace | no description | String | optional |
race | race | no description | String | optional |
gender | gender | no description | String | optional |
height | height | no description | String | optional |