Template:Infobox Character: Difference between revisions
OrangeJedi (talk | contribs) added template date |
OrangeJedi (talk | contribs) started to move over to new infobox |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Use this info box for all characters in the series. Each parameter is optional, and will only be displayed if provided. | Use this info box for all characters in the series. Each parameter is optional, and will only be displayed if provided. | ||
</noinclude> | </noinclude><includeonly> | ||
{| | {{Infobox|title={{{name}}}| | ||
{{#if:{{{alias|}}}|{{IBR|Alias|{{{alias}}}}}}} | |||
| | {{#if:{{{gender|}}}|{{IBR|Gender|{{{gender}}}}}}} | ||
{{#if:{{{resides|}}}|{{IBR|Resides|{{{resides}}}}}}} | |||
}}</includeonly><noinclude> | |||
| | |||
| {{ | |||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 127: | Line 104: | ||
} | } | ||
</templatedata> | </templatedata> | ||
'''Example''' | |||
<pre> | |||
</pre> | |||
{{Infobox Character | |||
| name = Emma M. Lion | |||
| alias = | |||
| gender = Female | |||
| birthday = 1863-01-13 | |||
| family = Declan Lion (father), Mirabel Lion (mother), [[Arabella Spencer]] (cousin), [[Damian Spencer]] (cousin), [[Lady Eugenia Spencer|Aunt Eugenia]] (aunt) | |||
| first_appearance= {{Journal ref text|3|5|1883}} | |||
| occupation = | |||
| resides = [[Lapis Lazuli House]] | |||
}} | |||
'''old''' | |||
<pre> | |||
{| class="infobox" style="width: 23em; text-align: left; border: 1px solid #ddd; background-color: #f9f9f9; font-size: 90%; float: right;" | |||
|+ align="center" style="font-size: 120%; font-weight: bold;" | {{{name}}} | |||
|- | |||
| align="center" colspan="2" | {{#if:{{{image|}}}|[[File:{{{image}}}|250px|thumb|{{{caption|}}}]]}} | |||
|- | |||
| {{#if:{{{alias|}}}|'''Alias:''' {{{alias}}}}} | |||
|- | |||
| align="center" | {{#if:{{{birthday|}}}| {{Age|birthday={{{birthday}}}|deathdate={{{deathdate|}}}}}}} | |||
|- | |||
| {{#if:{{{age_year|}}}|'''Age:''' {{{age_year}}}}} | |||
|- | |||
| {{#if:{{{gender|}}}|'''Gender:''' {{{gender}}}}} | |||
|- | |||
| {{#if:{{{resides|}}}|'''Resides:''' {{{resides}}}}} | |||
|- | |||
| {{#if:{{{occupation|}}}|'''Occupation:''' {{{occupation}}}}} | |||
|- | |||
| {{#if:{{{family|}}}|'''Family:''' {{{family}}}}} | |||
|- | |||
| {{#if:{{{notable_relations|}}}|'''Notable Relations:''' {{{notable_relations}}}}} | |||
|- | |||
| {{#if:{{{first_appearance|}}}|<p style="margin: 0;">'''First Appearance:''' {{{first_appearance}}}</p> }} | |||
|- | |||
| {{#if:{{{first_mentioned|}}}|<p style="margin: 0;">'''First Mentioned:''' {{{first_mentioned}}}</p> }} | |||
|- | |||
| {{#if:{{{lives_in|}}}|'''Lives In:''' {{{lives_in}}}}} | |||
|} | |||
</pre> | |||
</noinclude> | </noinclude> |
Revision as of 16:49, 3 February 2025
Use this info box for all characters in the series. Each parameter is optional, and will only be displayed if provided.
Infobox for characters in the series. Displays information such as name, image, alias, birthday, and more.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the character (mandatory for the title, but can be left empty). | String | required |
Image | image | The image file for the character (e.g., 'CharacterImage.png'). | String | optional |
Caption | caption | A caption for the image. | String | optional |
Alias | alias | Any known aliases of the character. Optional. | String | optional |
Birthday | birthday | The birth date of the character. Optional. | String | optional |
Death Date | deathdate | The death date of the character. Optional. | String | optional |
Age | age_year | The age of the character. Use only if the birthday is not known. | String | optional |
Resides | resides | The location where the character resides. | String | optional |
Occupation | occupation | The character's occupation. | String | optional |
Family | family | Information about the character's family. | String | optional |
Notable Relations | notable_relations | Notable relationships the character has (e.g., friends, enemies). | String | optional |
First Appearance | first_appearance | The first appearance of the character in the series. | String | optional |
First Mentioned | first_mentioned | The first mention of the character in the series. | String | optional |
Significant Events | significant_events | Key events that are notable in the character's life. | String | optional |
Lives In | lives_in | Where the character lives. | String | optional |
Example
Emma M. Lion | |
---|---|
Gender | Female |
Resides | Lapis Lazuli House |
old
{| class="infobox" style="width: 23em; text-align: left; border: 1px solid #ddd; background-color: #f9f9f9; font-size: 90%; float: right;" |+ align="center" style="font-size: 120%; font-weight: bold;" | {{{name}}} |- | align="center" colspan="2" | {{#if:{{{image|}}}|[[File:{{{image}}}|250px|thumb|{{{caption|}}}]]}} |- | {{#if:{{{alias|}}}|'''Alias:''' {{{alias}}}}} |- | align="center" | {{#if:{{{birthday|}}}| {{Age|birthday={{{birthday}}}|deathdate={{{deathdate|}}}}}}} |- | {{#if:{{{age_year|}}}|'''Age:''' {{{age_year}}}}} |- | {{#if:{{{gender|}}}|'''Gender:''' {{{gender}}}}} |- | {{#if:{{{resides|}}}|'''Resides:''' {{{resides}}}}} |- | {{#if:{{{occupation|}}}|'''Occupation:''' {{{occupation}}}}} |- | {{#if:{{{family|}}}|'''Family:''' {{{family}}}}} |- | {{#if:{{{notable_relations|}}}|'''Notable Relations:''' {{{notable_relations}}}}} |- | {{#if:{{{first_appearance|}}}|<p style="margin: 0;">'''First Appearance:''' {{{first_appearance}}}</p> }} |- | {{#if:{{{first_mentioned|}}}|<p style="margin: 0;">'''First Mentioned:''' {{{first_mentioned}}}</p> }} |- | {{#if:{{{lives_in|}}}|'''Lives In:''' {{{lives_in}}}}} |}