Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="wikitable" style="float:right; width:300px; margin-left:1em;" |+ {{{title|{{PAGENAME}}}}} |- ! Image | [[File:{{{image|No image.png}}}|250px]] |- ! Name | {{{name|Unknown}}} |- ! Age | {{{age|Unknown}}} |- ! Occupation | {{{occupation|Unknown}}} |- ! Status | {{{status|Unknown}}} |}" |
No edit summary |
||
| Line 17: | Line 17: | ||
| {{{status|Unknown}}} | | {{{status|Unknown}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Displays a character infobox.", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The character's name", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image filename", | |||
"type": "wiki-file-name" | |||
}, | |||
"age": { | |||
"label": "Age", | |||
"type": "number" | |||
}, | |||
"occupation": { | |||
"label": "Occupation", | |||
"type": "string" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 17:57, 16 July 2026
| Image | File:No image.png |
|---|---|
| Name | Unknown |
| Age | Unknown |
| Occupation | Unknown |
| Status | Unknown |
Displays a character infobox.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The character's name | String | optional |
| Image | image | Image filename | File | optional |
| Age | age | no description | Number | optional |
| Occupation | occupation | no description | String | optional |
| Status | status | no description | String | optional |