Template:Infobox character: Difference between revisions
fix text color in dark mode |
(No difference)
|
Revision as of 19:00, 18 June 2024
| File:Lua-Logo.svg | This template uses Lua: |
Infobox character is used to create an infobox for a fictional character of any type.
Usage
The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page.
| {{{name}}} | |
|---|---|
| [[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|upright={{{image_upright}}}]] {{{caption}}} | |
| Created by | {{{creator}}} |
| {{{lbl1}}} | {{{data1}}} |
| {{{lbl2}}} | {{{data2}}} |
| {{{lbl3}}} | {{{data3}}} |
| {{{lbl4}}} | {{{data4}}} |
| {{{lbl5}}} | {{{data5}}} |
| {{{info-hdr}}} | |
| Full name | {{{full_name}}} |
| Alias | {{{alias}}} |
| Gender | {{{gender}}} |
| Title | {{{title}}} |
| Occupation | {{{occupation}}} |
| Affiliation | {{{affiliation}}} |
| Family | {{{family}}} |
| Spouse | {{{spouse}}} |
| Significant other | {{{significant_other}}} |
| Children | {{{children}}} |
| Relatives | {{{relatives}}} |
| {{{lbl21}}} | {{{data21}}} |
| {{{lbl22}}} | {{{data22}}} |
| {{{lbl23}}} | {{{data23}}} |
| {{{lbl24}}} | {{{data24}}} |
| {{{lbl25}}} | {{{data25}}} |
| {{{extra-hdr}}} | |
| {{{lbl31}}} | {{{data31}}} |
| {{{lbl32}}} | {{{data32}}} |
| {{{lbl33}}} | {{{data33}}} |
| {{{lbl34}}} | {{{data34}}} |
| {{{lbl35}}} | {{{data35}}} |
<syntaxhighlight lang="wikitext" style="overflow: auto;">
| Infobox character |
|---|
Parameters
All parameters are optional. Separate multiple entries using {{Plainlist}}.
| Parameter | Notes |
|---|---|
| name | Character name to display in top header (default = PAGENAME). |
| image | Image of the character. "File:" and wikilinking is not required; i.e. use |image=Example.png.
|
| image_upright | The image size defaults to frameless (220px). The size should not be set to a value that would result in an image width greater than 270px. |
| alt | Alt text for image. |
| caption | A caption explaining the image. |
| creator | Name of the individuals who are credited with the creation of the character. |
| noinfo | Disable the first "In-universe information" header. |
| info-hdr | Text for display in second header (default = Information). |
| full_name | The character's full name. |
|
Any aliases used by the character. |
| tribe | The tribe of the character. |
| gender | The gender of the character. Use only if not obvious. |
| title | Titles the character was known by. |
| affiliation | The kingdom or nation the character belongs to. |
| family | The character's family members. |
| spouse | The character's spouse. |
| significant_other | The character's significant other. |
| children | The characters's children. |
| relatives | The characters's relatives. |
| year_hatched | The year of the character's hatching. |
| extra-hdr | Text for display in third header (default = No third header). |
| lbl# | Label to display in left column where "#" is 1-5, 21-25, or 31-35 for custom fields under the 1st, 2nd, or 3rd headers respectively. |
| data# | Text to display in the right column corresponding to the appropriate "lbl#". |
TemplateData
TemplateData
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates an infobox for a fictional character of any type.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
All parameters (not for general use)
Complete list of parameters
| ||
|---|---|---|
|
<syntaxhighlight lang="wikitext">
| ||
Example
| John Doe | |
|---|---|
| Created by | Agnes Nixon |
| In-universe information | |
| Alias | Jack Dew |
| Gender | Male |
| Title | Detective |
| Occupation | Law enforcement |
| Family | Doe |
| Spouse | Jane Doe |
| Children | John Doe, Jr. |
| Relatives |
|
<syntaxhighlight lang="wikitext">
| John Doe | |
|---|---|
| Created by | Agnes Nixon |
| In-universe information | |
| Alias | Jack Dew |
| Gender | Male |
| Title | Detective |
| Occupation | Law enforcement |
| Family | Doe |
| Spouse | Jane Doe |
| Children | John Doe, Jr. |
| Relatives |
* Nancy Doe (mother) |
</syntaxhighlight>
Tracking categories
- Category:Pages using infobox character with unknown parameters (0)
- Category:Articles using Infobox character with multiple unlabeled fields (1)
See also
- {{Infobox person}}
