Spiderjjr45 (talk | contribs) No edit summary |
Spiderjjr45 (talk | contribs) No edit summary |
||
(30 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> |
<div class="infobox"> |
||
<div class="infobox-title">{{PAGENAME}}</div> |
<div class="infobox-title">{{{name|{{PAGENAME}}}}}</div> |
||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div> |
<div class="infobox-image">{{#if:{{{image|}}}|[[File:{{{image}}}|{{{imagesize|300px}}}|alt={{{alt|}}}]]}}</div> |
||
<table><tr> |
|||
<div style="text-align:center;">'' {{{caption|}}} ''</div> |
|||
<table>{{#if:{{{playerName|}}}|<tr> |
|||
<th>Player Name</th> |
<th>Player Name</th> |
||
<td>{{{ |
<td>{{{playerName}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{aliases|}}}|<tr> |
||
<th>Player Name</th> |
|||
<td>{{{aliases}}}</td> |
|||
</tr>|}}{{#if:{{{relatives|}}}|<tr> |
|||
<th>Relatives</th> |
<th>Relatives</th> |
||
<td>{{{relatives}}}</td> |
<td>{{{relatives}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{languages|}}}|<tr> |
||
<th>Languages</th> |
<th>Languages</th> |
||
<td>{{{languages}}}</td> |
<td>{{{languages}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{affilliation|}}}|<tr> |
||
<th>Affiliations</th> |
<th>Affiliations</th> |
||
<td>{{{affilliation}}}</td> |
<td>{{{affilliation}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{alias|}}}|<tr> |
||
<th>Aliases</th> |
<th>Aliases</th> |
||
<td>{{{alias}}}</td> |
<td>{{{alias}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{marital|}}}|<tr> |
||
<th>Marital Status</th> |
<th>Marital Status</th> |
||
<td>{{{marital}}}</td> |
<td>{{{marital}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{birthDate|}}}|<tr> |
||
<th>Date of Birth</th> |
<th>Date of Birth</th> |
||
<td>{{{birthDate}}}</td> |
<td>{{{birthDate}}}</td> |
||
</tr>}}{{<tr> |
</tr>|}}{{#if:{{{birthPlace|}}}|<tr> |
||
<th>Place of Birth</th> |
<th>Place of Birth</th> |
||
<td>{{{birthPlace}}}</td> |
<td>{{{birthPlace}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{deathDate|}}}|<tr> |
||
<th>Date of Death</th> |
<th>Date of Death</th> |
||
<td>{{{deathDate}}}</td> |
<td>{{{deathDate}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{deathPlace|}}}|<tr> |
||
<th>Place of Death</th> |
<th>Place of Death</th> |
||
<td>{{{deathPlace}}}</td> |
<td>{{{deathPlace}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{species|}}}|<tr> |
||
<th>Species</th> |
<th>Species</th> |
||
<td>{{{species}}}</td> |
<td>{{{species}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{gender|}}}|<tr> |
||
<th>Gender</th> |
<th>Gender</th> |
||
<td>{{{gender}}}</td> |
<td>{{{gender}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{height|}}}|<tr> |
||
<th>Height</th> |
<th>Height</th> |
||
<td>{{{height}}}</td> |
<td>{{{height}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{weight|}}}|<tr> |
||
<th>Weight</th> |
<th>Weight</th> |
||
<td>{{{weight}}}</td> |
<td>{{{weight}}}</td> |
||
</tr><tr> |
</tr>|}}{{#if:{{{eyes|}}}|<tr> |
||
<th>Eye Color</th> |
<th>Eye Color</th> |
||
<td>{{{eyes}}}</td> |
<td>{{{eyes}}}</td> |
||
</tr> |
</tr>|}} |
||
{{#if:{{{field1|}}}|<tr> |
|||
<th>{{{field1}}}</th> |
|||
<td>{{{value1}}}</td> |
|||
</tr>|}} |
|||
{{#if:{{{field2|}}}|<tr> |
|||
<th>{{{field2}}}</th> |
|||
<td>{{{value2}}}</td> |
|||
</tr>|}} |
|||
{{#if:{{{field3|}}}|<tr> |
|||
<th>{{{field3}}}</th> |
|||
<td>{{{value3}}}</td> |
|||
</tr>|}} |
|||
{{#if:{{{field4|}}}|<tr> |
|||
<th>{{{field4}}}</th> |
|||
<td>{{{value4}}}</td> |
|||
</tr>|}}</table> |
|||
</div> |
</div> |
||
<noinclude> |
|||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"name": {}, |
|||
"image": {}, |
|||
"imagesize": {}, |
|||
"caption": {}, |
|||
"playerName": {}, |
|||
"aliases": {}, |
|||
"relatives": {}, |
|||
"languages": {}, |
|||
"affilliation": {}, |
|||
"alias": {}, |
|||
"marital": {}, |
|||
"birthDate": {}, |
|||
"birthPlace": {}, |
|||
"deathDate": {}, |
|||
"deathPlace": {}, |
|||
"species": {}, |
|||
"gender": {}, |
|||
"height": {}, |
|||
"weight": {}, |
|||
"eyes": {}, |
|||
"field1": {}, |
|||
"field2": {}, |
|||
"field3": {}, |
|||
"field4": {}, |
|||
"value1": {}, |
|||
"value2": {}, |
|||
"value3": {}, |
|||
"value4": {}, |
|||
"alt": { |
|||
"label": "Alt Text", |
|||
"description": "For Accessibility ", |
|||
"example": "\"A White Male with a Green Shirt stands at attention\"" |
|||
} |
|||
}, |
|||
"paramOrder": [ |
|||
"name", |
|||
"image", |
|||
"alt", |
|||
"imagesize", |
|||
"caption", |
|||
"playerName", |
|||
"aliases", |
|||
"relatives", |
|||
"languages", |
|||
"affilliation", |
|||
"alias", |
|||
"marital", |
|||
"birthDate", |
|||
"birthPlace", |
|||
"deathDate", |
|||
"deathPlace", |
|||
"species", |
|||
"gender", |
|||
"height", |
|||
"weight", |
|||
"eyes", |
|||
"field1", |
|||
"field2", |
|||
"field3", |
|||
"field4", |
|||
"value1", |
|||
"value2", |
|||
"value3", |
|||
"value4" |
|||
] |
|||
} |
|||
</templatedata> |
|||
</noinclude> |
Latest revision as of 18:53, 19 April 2022
Infobox character
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | optional |
image | image | no description | Unknown | optional |
Alt Text | alt | For Accessibility
| Unknown | optional |
imagesize | imagesize | no description | Unknown | optional |
caption | caption | no description | Unknown | optional |
playerName | playerName | no description | Unknown | optional |
aliases | aliases | no description | Unknown | optional |
relatives | relatives | no description | Unknown | optional |
languages | languages | no description | Unknown | optional |
affilliation | affilliation | no description | Unknown | optional |
alias | alias | no description | Unknown | optional |
marital | marital | no description | Unknown | optional |
birthDate | birthDate | no description | Unknown | optional |
birthPlace | birthPlace | no description | Unknown | optional |
deathDate | deathDate | no description | Unknown | optional |
deathPlace | deathPlace | no description | Unknown | optional |
species | species | no description | Unknown | optional |
gender | gender | no description | Unknown | optional |
height | height | no description | Unknown | optional |
weight | weight | no description | Unknown | optional |
eyes | eyes | no description | Unknown | optional |
field1 | field1 | no description | Unknown | optional |
field2 | field2 | no description | Unknown | optional |
field3 | field3 | no description | Unknown | optional |
field4 | field4 | no description | Unknown | optional |
value1 | value1 | no description | Unknown | optional |
value2 | value2 | no description | Unknown | optional |
value3 | value3 | no description | Unknown | optional |
value4 | value4 | no description | Unknown | optional |