Template:Infobox character/doc: Difference between revisions
Reverted 2 edits by 86.43.69.194 (talk): Invalid parameter. See Template talk:Infobox character |
rm cats |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters|Module:Formatted appearance}} | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters|Module:Formatted appearance}} | ||
Line 9: | Line 7: | ||
The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page. | The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page. | ||
{{Parameter names example | {{Parameter names example| affiliation | alias | alt | caption | children | creator | data1 | data2 | data3 | data4 | data5 | data21 | data22 | data23 | data24 | data25 | data31 | data32 | data33 | data34 | data35 | extra-hdr | family | full_name | gender | image | image_size | image_upright | info-hdr | lbl1 | lbl2 | lbl3 | lbl4 | lbl5 | lbl21 | lbl22 | lbl23 | lbl24 | lbl25 | lbl31 | lbl32 | lbl33 | lbl34 | lbl35 | name | occupation | relatives | significant_other | year_hatched | spouse | title }} | ||
<syntaxhighlight lang="wikitext" style="overflow: auto;"> | <syntaxhighlight lang="wikitext" style="overflow: auto;"> | ||
{{Infobox character | {{Infobox character | ||
| name = | | name = | ||
| image = | | image = | ||
| alt = | | alt = | ||
| caption = | | caption = | ||
| creator = <!-- only the credited creators; use adapted_by= for adaptations --> | | creator = <!-- only the credited creators; use adapted_by= for adaptations --> | ||
| full_name = | | full_name = | ||
| alias = <!-- or |aliases= --> | | alias = <!-- or |aliases= --> | ||
| gender = <!-- if not obvious --> | | gender = <!-- if not obvious --> | ||
| title = | | title = | ||
| occupation = <!-- or |position= or |class= --> | | occupation = <!-- or |position= or |class= --> | ||
| affiliation = <!-- or |alignment= --> | | affiliation = <!-- or |alignment= --> | ||
| family = | | family = | ||
| spouse = <!-- or |spouses= --> | | spouse = <!-- or |spouses= --> | ||
Line 48: | Line 27: | ||
| children = | | children = | ||
| relatives = | | relatives = | ||
| | | year_hatched = | ||
}}</syntaxhighlight> | }}</syntaxhighlight> | ||
Line 63: | Line 40: | ||
! scope="row" | name | ! scope="row" | name | ||
| Character name to display in top header (default = PAGENAME). | | Character name to display in top header (default = PAGENAME). | ||
|- | |- | ||
! scope="row" | image | ! scope="row" | image | ||
Line 80: | Line 48: | ||
|- | |- | ||
! scope="row" | alt | ! scope="row" | alt | ||
| Alt text for image | | Alt text for image. | ||
|- | |- | ||
! scope="row" | caption | ! scope="row" | caption | ||
| A caption explaining the image. | | A caption explaining the image. | ||
|- | |- | ||
! scope="row" | creator | ! scope="row" | creator | ||
| Name of the individuals who are credited with the creation of the character. | | Name of the individuals who are credited with the creation of the character. | ||
|- | |- | ||
! scope="row" | noinfo | ! scope="row" | noinfo | ||
Line 147: | Line 64: | ||
! scope="row" | full_name | ! scope="row" | full_name | ||
| The character's full name. | | The character's full name. | ||
|- | |- | ||
! scope="row" | {{Unbulleted list|alias|aliases}} | ! scope="row" | {{Unbulleted list|alias|aliases}} | ||
| Any aliases used by the character. | | Any aliases used by the character. | ||
|- | |- | ||
! scope="row" | | ! scope="row" | tribe | ||
| The | | The tribe of the character. | ||
|- | |- | ||
! scope="row" | gender | ! scope="row" | gender | ||
Line 162: | Line 76: | ||
! scope="row" | title | ! scope="row" | title | ||
| Titles the character was known by. | | Titles the character was known by. | ||
|- | |- | ||
! scope="row" | affiliation | ! scope="row" | affiliation | ||
| The | | The kingdom or nation the character belongs to. | ||
|- | |- | ||
! scope="row" | family | ! scope="row" | family | ||
| The character's family members. | | The character's family members. | ||
|- | |- | ||
! scope="row" | ! scope="row" | spouse | ||
| The character's | | The character's spouse. | ||
|- | |- | ||
! scope="row" | ! scope="row" | significant_other | ||
| The character's significant | | The character's significant other. | ||
|- | |- | ||
! scope="row" | children | ! scope="row" | children | ||
Line 196: | Line 95: | ||
| The characters's relatives. | | The characters's relatives. | ||
|- | |- | ||
! scope="row" | | ! scope="row" | year_hatched | ||
| The | | The year of the character's hatching. | ||
|- | |- | ||
! scope="row" | extra-hdr | ! scope="row" | extra-hdr | ||
Line 229: | Line 122: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "Character name to display in top header (default = PAGENAME)." | "description": "Character name to display in top header (default = PAGENAME)." | ||
}, | }, | ||
"image": { | "image": { | ||
Line 285: | Line 154: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "A caption explaining the image." | "description": "A caption explaining the image." | ||
}, | }, | ||
"creator": { | "creator": { | ||
Line 381: | Line 162: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "Name of the individuals who are credited with the creation of the character." | "description": "Name of the individuals who are credited with the creation of the character." | ||
}, | }, | ||
"lbl1": { | "lbl1": { | ||
Line 505: | Line 238: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The character's full name." | "description": "The character's full name." | ||
}, | }, | ||
"alias": { | "alias": { | ||
Line 538: | Line 255: | ||
"description": "Any aliases used by the character. If there is only one alias, use {{para|alias}}." | "description": "Any aliases used by the character. If there is only one alias, use {{para|alias}}." | ||
}, | }, | ||
" | "tribe": { | ||
"label": " | "label": "Tribe", | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The | "description": "The tribe of the character." | ||
}, | }, | ||
"gender": { | "gender": { | ||
Line 560: | Line 269: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The gender of the character | "description": "The gender of the character." | ||
}, | }, | ||
"title": { | "title": { | ||
Line 577: | Line 286: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The character's job or role." | "description": "The character's job or role." | ||
}, | }, | ||
"affiliation": { | "affiliation": { | ||
Line 600: | Line 293: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The | "description": "The kingdom or nation the character belongs to." | ||
}, | }, | ||
"family": { | "family": { | ||
Line 640: | Line 309: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The character's | "description": "The character's spouse." | ||
}, | }, | ||
"significant_other": { | "significant_other": { | ||
Line 656: | Line 317: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The character's significant | "description": "The character's significant other." | ||
}, | }, | ||
"children": { | "children": { | ||
Line 682: | Line 335: | ||
"description": "The characters's relatives" | "description": "The characters's relatives" | ||
}, | }, | ||
" | "year_hatched": { | ||
"label": " | "label": "Year of hatching", | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The character's | "description": "The year of the character's hatching" | ||
}, | }, | ||
"lbl21": { | "lbl21": { | ||
Line 823: | Line 452: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"image", | "image", | ||
"image_size", | "image_size", | ||
Line 831: | Line 457: | ||
"alt", | "alt", | ||
"caption", | "caption", | ||
"creator", | "creator", | ||
"lbl1", | "lbl1", | ||
"data1", | "data1", | ||
Line 862: | Line 471: | ||
"info-hdr", | "info-hdr", | ||
"full_name", | "full_name", | ||
"alias", | "alias", | ||
"aliases", | "aliases", | ||
" | "tribe", | ||
"gender", | "gender", | ||
"title", | "title", | ||
"occupation", | "occupation", | ||
"affiliation", | "affiliation", | ||
"family", | "family", | ||
"spouse", | "spouse", | ||
"significant_other", | "significant_other", | ||
"children", | "children", | ||
"relatives", | "relatives", | ||
" | "year_hatched", | ||
"lbl21", | "lbl21", | ||
"data21", | "data21", | ||
Line 919: | Line 515: | ||
{{Infobox character | {{Infobox character | ||
| name = | | name = | ||
| image = | | image = | ||
| image_upright = | | image_upright = | ||
| alt = | | alt = | ||
| caption = | | caption = | ||
| creator = | |||
| creator | |||
| lbl1 = | | lbl1 = | ||
| data1 = | | data1 = | ||
Line 954: | Line 533: | ||
| info-hdr = | | info-hdr = | ||
| full_name = | | full_name = | ||
| alias = <!-- or |aliases= --> | | alias = <!-- or |aliases= --> | ||
| | | tribe = | ||
| gender = <!-- if not obvious --> | | gender = <!-- if not obvious --> | ||
| title = | | title = | ||
| occupation = | | occupation = | ||
| affiliation | | affiliation = | ||
| family = | | family = | ||
| spouse = | | spouse = | ||
| significant_other = | | significant_other = | ||
| year_hatched = | |||
| children = | | children = | ||
| relatives = | | relatives = | ||
| lbl21 = | | lbl21 = | ||
| data21 = | | data21 = | ||
Line 998: | Line 572: | ||
{{Infobox character | {{Infobox character | ||
| name = John Doe | | name = John Doe | ||
| image = | | image = | ||
| caption = | | caption = | ||
| creator = [[Agnes Nixon]] | | creator = [[Agnes Nixon]] | ||
| alias = Jack Dew | | alias = Jack Dew | ||
| gender = Male | | gender = Male | ||
Line 1,022: | Line 587: | ||
* Nancy Doe (mother) | * Nancy Doe (mother) | ||
}} | }} | ||
}} | }} | ||
Line 1,029: | Line 592: | ||
{{Infobox character | {{Infobox character | ||
| name = John Doe | | name = John Doe | ||
| image = | | image = | ||
| caption = | | caption = | ||
| creator = [[Agnes Nixon]] | | creator = [[Agnes Nixon]] | ||
| alias = Jack Dew | | alias = Jack Dew | ||
| gender = Male | | gender = Male | ||
Line 1,053: | Line 607: | ||
* Nancy Doe (mother) | * Nancy Doe (mother) | ||
}} | }} | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 1,065: | Line 617: | ||
* {{tl|Infobox person}} | * {{tl|Infobox person}} | ||
<includeonly>{{Sandbox other|| | |||
<!-- Categories below this line, please; interwikis at Wikidata --> | <!-- Categories below this line, please; interwikis at Wikidata --> | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 01:44, 27 November 2024
File:OOjs UI icon book-ltr.png | This is a documentation subpage for Template:Infobox character. It contains usage information, categories and other content that is not part of the original Template page. |
[[Category:Template documentation pages{{#translation:}}]]
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}}}]] | |
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}}} |
Year of hatching | {{{year_hatched}}} |
{{{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/doc | |
---|---|
In-universe information |
</syntaxhighlight>
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}}