Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
| [[File:{{{image|No image.png}}}|250px]] | | [[File:{{{image|No image.png}}}|250px]] | ||
|- | |- | ||
! | ! Religion | ||
| {{{ | | {{{Religion|Unknown}}} | ||
|- | |- | ||
! | ! Gender | ||
| {{{ | | {{{Gender|Unknown}}} | ||
|- | |- | ||
! | ! Ethnicity | ||
| {{{ | | {{{Ethnicity|Unknown}}} | ||
|- | |- | ||
! | ! Title(s) | ||
| {{{status|Unknown}}} | | {{{status|Unknown}}} | ||
|- | |||
! Age | |||
| {{{Age|Unknown}}} | |||
|- | |||
! Player | |||
| {{{Player|Unknown}}} | |||
|} | |} | ||
| Line 23: | Line 29: | ||
"description": "Displays a character infobox.", | "description": "Displays a character infobox.", | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
| Line 33: | Line 34: | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
" | "Religion": { | ||
"label": "Religion", | |||
"type": "string" | |||
}, | |||
"Gender": { | |||
"label": "Gender", | |||
"type": "string" | |||
}, | |||
"Ethnicity": { | |||
"label": "Ethnicity", | |||
"type": "string" | |||
}, | |||
"Title(s)": { | |||
"label": "Title(s)", | |||
"type": "string" | |||
}, | |||
"Age": { | |||
"label": "Age", | "label": "Age", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "Player": { | ||
"label": " | "label": "Player", | ||
"type": "string" | "type": "string" | ||
} | } | ||
Revision as of 18:16, 16 July 2026
| Image | File:No image.png |
|---|---|
| Religion | Unknown |
| Gender | Unknown |
| Ethnicity | Unknown |
| Title(s) | Unknown |
| Age | Unknown |
| Player | Unknown |
Displays a character infobox.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | Image filename | File | optional |
| Religion | Religion | no description | String | optional |
| Gender | Gender | no description | String | optional |
| Ethnicity | Ethnicity | no description | String | optional |
| Title(s) | Title(s) | no description | String | optional |
| Age | Age | no description | Number | optional |
| Player | Player | no description | String | optional |