Jump to content

Template:Infobox person/doc: Difference between revisions

Lemuria (talk | contribs)
No edit summary
Lemuria (talk | contribs)
Line 7: Line 7:
== Usage ==
== Usage ==
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.
 
{{Infobox person
{{Infobox character
| image                    = {{{image}}}
| name              = {{{name}}}
| image_size              = {{{image_size}}}
| series           = {{{series}}}
| image_upright            = {{{image_upright}}}
| image            = {{{image}}}
| image_alt                = {{{image_alt}}}
| alt              = {{{alt}}}
| image_caption           = {{{image_caption}}}
| caption          = {{{caption}}}
| joined                  = {{{joined}}}
| first_major      = {{{first_major}}}
| alias                    = {{{alias}}}
| first_minor      = {{{first_minor}}}
| age                      = {{{age}}}
| first_date        = {{{first_date}}}
| gender                  = {{{gender}}}
| last_major        = {{{last_major}}}
| canvas_color            = {{{canvas_color}}}
| last_minor        = {{{last_minor}}}
| chat_color              = {{{chat_color}}}
| last_date        = {{{last_date}}}
| known_for                = {{{known_for}}}
| creator          = {{{creator}}}
| worlds                  = {{{worlds}}}
| based_on          = {{{based_on}}}
| active                  = {{{active}}}
| adapted_by        = {{{adapted_by}}}
| active_date              = {{{active_date}}}
| designer          = {{{designer}}}
| active_time              = {{{active_time}}}
| portrayer        = {{{portrayer}}}
<!-- Community -->
| voice             = {{{voice}}}
| mod_rank                = {{{mod_rank}}}
| motion_actor      = {{{motion_actor}}}
| discord_roles            = {{{discord_roles}}}
| full_name        = {{{full_name}}}
| roles                    = {{{roles}}}
| nickname          = {{{nickname}}}
| affiliations             = {{{affiliations}}}
| alias            = {{{alias}}}
<!-- Socials -->
| species          = {{{species}}}
| webpage                  = {{{webpage}}}
| gender            = {{{gender}}}
| other_socials            = {{{other_socials}}}
| title            = {{{title}}}
<!-- Other general information -->
| occupation        = {{{occupation}}}
<!-- Remember, this isn't Lemuria's wiki, so privacy actually matters here -->
| affiliation      = {{{affiliation}}}
| sexual_orientation      = {{{sexual_orientation}}}
| fighting_style    = {{{fighting_style}}}
| race                    = {{{race}}}  
| weapon            = {{{weapon}}}
| residence                = {{{residence}}}  
| family            = {{{family}}}
| nationality              = {{{nationality}}}  
| spouse            = {{{spouse}}}
| origin                  = {{{origin}}}  
| significant_other = {{{significant_other}}}
| religion                = {{{religion}}}  
| children          = {{{children}}}
| birth_date              = {{{birth_date}}}
| relatives        = {{{relatives}}}
| birth_place              = {{{birth_place}}}
| religion          = {{{religion}}}
| death_date              = {{{death_date}}}
| origin            = {{{origin}}}
| death_place              = {{{death_place}}}
| nationality      = {{{nationality}}}
| real_name                = {{{real_name}}}  
| occupation              = {{{occupation}}}
| marital                  = {{{marital}}}
<!-- use one at a time-->
| significant_other        = {{{significant_other}}} <!-- or significant_others -->
| height                  = {{{height}}}
| weight                  = {{{weight}}}
| eyes                    = {{{eyes}}}
}}
}}


<syntaxhighlight lang="html" style="overflow:auto">{{Infobox character
<syntaxhighlight lang="html" style="overflow:auto">{{Infobox person
| color            = <!-- headers background color; the foreground color is automatically computed -->
| image                    =  
| name              =  
| image_size              =
| series           = <!-- or |franchise=; use without the italic on the outside -->
| image_upright           =
| image            =  
| image_alt                =
| alt              =  
| image_caption            =
| caption          =  
| joined                  =
| first_major      = <!-- per [[MOS:MAJORWORK]] - major works include TV series, films, books, albums and games -->
| alias                    =
| first_minor      = <!-- or |first_issue=; Per [[MOS:MINORWORK]] - minor works include TV episodes, chapters, songs and game missions -->
| age                      =
| first_date        =  
| gender                  =
| first            = <!-- Use instead of first_major= etc. when custom or complex formatting is needed. -->
| canvas_color            =
| last_major        =  
| chat_color              =
| last_minor        = <!-- or |last_issue= -->
| known_for                =
| last_date        =  
| worlds                  =
| last             = <!-- Use instead of last_major= etc. when custom or complex formatting is needed. -->
| active                  =
| creator          = <!-- only the credited creators; use adapted_by= for adaptations -->
| active_date              =
| based_on          = <!-- if not an original creation, use {{based on|character|author}} -->
| active_time             =
| adapted_by        = <!-- for character adaption articles -->
<!-- Community -->
| designer          =  
| mod_rank                =
| portrayer        =  
| discord_roles            =
| voice            =
| roles                    =
| motion_actor      =
| affiliations            =
| full_name        =
<!-- Socials -->
| nickname          = <!-- or |nicknames= -->
| webpage                  =
| alias            = <!-- or |aliases= -->
| other_socials            =
| species          = <!-- or |race=; for non-humans only -->
<!-- Other general information -->
| gender            = <!-- if not obvious -->
<!-- Remember, this isn't Lemuria's wiki, so privacy actually matters here -->
| title            =  
| sexual_orientation      =
| occupation        = <!-- or |position= or |class= -->
| race                     =  
| affiliation      = <!-- or |alignment= -->
| residence                =  
| fighting_style    =  
| nationality              =  
| weapon            =  
| origin                  =  
| family            =  
| religion                =  
| spouse            = <!-- or |spouses= -->
| birth_date              =
| significant_other = <!-- or |significant_others= -->
| birth_place              =
| children          =
| death_date              =
| relatives        =  
| death_place              =
| religion          =  
| real_name                =  
| origin            = <!-- or |home= -->
| occupation              =
| nationality      =  
| marital                  =
| significant_other       = <!-- or significant_others -->
| height                  =
| weight                  =
| eyes                    =
}}</syntaxhighlight>
}}</syntaxhighlight>