Template:Infobox person: Difference between revisions
Dat Hack3r (talk | contribs) Added "origin" field, singular form of "aliases" field, and plural form of "significantOther" field. |
Dat Hack3r (talk | contribs) Switching from camel case to snake case for parameter names to avoid capitalization issues and maintain consistency with {{Infobox website}}. |
||
| Line 7: | Line 7: | ||
| autoheaders = y | | autoheaders = y | ||
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{ | | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=300px|upright={{{image_upright|1}}}|alt={{{image_alt|}}}}} | ||
| caption1 = {{{imageCaption|}}} | | caption1 = {{#if:{{{image_caption|}}}|{{{image_caption}}}|{{{imageCaption|}}}}} | ||
| label1 = Real name | | label1 = Real name | ||
| data1 = {{{realName|}}} | | data1 = {{#if:{{{real_name|}}}|{{{real_name}}}|{{{realName|}}}}} | ||
| label2 = {{#if:{{{alias|}}}|Alias|Aliases}} | | label2 = {{#if:{{{alias|}}}|Alias|Aliases}} | ||
| Line 17: | Line 17: | ||
| label3 = Known for | | label3 = Known for | ||
| data3 = {{{knownFor|}}} | | data3 = {{#if:{{{known_for|}}}|{{{known_for}}}|{{{knownFor|}}}}} | ||
| label4 = Family members | | label4 = Family members | ||
| Line 43: | Line 43: | ||
| label12 = Sexual orientation | | label12 = Sexual orientation | ||
| data12 = {{{sexualOrientation|}}} | | data12 = {{#if:{{{sexual_orientation|}}}|{{{sexual_orientation}}}|{{{sexualOrientation|}}}}} | ||
| label13 = Race | | label13 = Race | ||
| Line 63: | Line 63: | ||
| data18 = {{{marital|}}} | | data18 = {{{marital|}}} | ||
| label19 = {{#if:{{{significantOther|}}}|Significant other|Significant others}} | | label19 = {{#if:{{{significant_other|}}}|Significant other|{{#if:{{{significantOther|}}}|Significant other|Significant others}}}} | ||
| data19 | | data19 = {{#if:{{{significant_other|}}}|{{{significant_other}}}|{{#if:{{{significantOther|}}}|{{{significantOther}}}|{{{significant_others|}}}}}}} | ||
| label20 = Occupation | | label20 = Occupation | ||
| Line 76: | Line 76: | ||
| label23 = Date of birth | | label23 = Date of birth | ||
| data23 = {{{birthDate|}}} | | data23 = {{#if:{{{birth_date|}}}|{{{birth_date}}}|{{{birthDate|}}}}} | ||
| label24 = Place of birth | | label24 = Place of birth | ||
| data24 = {{{birthPlace|}}} | | data24 = {{#if:{{{birth_place|}}}|{{{birth_place}}}|{{{birthPlace|}}}}} | ||
| label25 = Date of death | | label25 = Date of death | ||
| data25 = {{{deathDate|}}} | | data25 = {{#if:{{{death_date|}}}|{{{death_date}}}|{{{deathDate|}}}}} | ||
| label26 = Place of death | | label26 = Place of death | ||
| data26 = {{{deathPlace|}}} | | data26 = {{#if:{{{death_place|}}}|{{{death_place}}}|{{{deathPlace|}}}}} | ||
| header27 = Physical description | | header27 = Physical description | ||
| Line 104: | Line 104: | ||
| label33 = Others | | label33 = Others | ||
| data33 = {{{otherSocials|}}} | | data33 = {{#if:{{{other_socials|}}}|{{{other_socials}}}|{{{otherSocials|}}}}} | ||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 20:52, 25 November 2024
| Infobox person |
|---|
| This template adds an automatically generated short description. If the automatic short description is not optimal, replace it by adding {{Short description}} at the top of the article. |
Lua error in Module:Lua_banner at line 112: attempt to index field 'edit' (a nil value).
Infobox person is used to create an infobox for an OWOT member. It has been significantly modified from the Wikipedia infobox, and many pages on users are in need of updates.
Usage
The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page.
| Infobox person | |
|---|---|
| [[File:{{{image}}}|{{{image_size}}}|alt={{{image_alt}}}|upright={{{image_upright}}}]] {{{image_caption}}} | |
| Real name | {{{real_name}}} |
| Alias | {{{alias}}} |
| Known for | {{{known_for}}} |
| Affiliations | {{{affiliations}}} |
| General information | |
| Age | {{{age}}} |
| Gender | {{{gender}}} |
| Race | {{{race}}} |
| Religion | {{{religion}}} |
| Country of origin | {{{origin}}} |
| Nationality | {{{nationality}}} |
| City or country of residence | {{{residence}}} |
| Marital status | {{{marital}}} |
| Significant other | {{{significant_other}}} |
| Occupation | {{{occupation}}} |
| Date of birth | {{{birth_date}}} |
| Place of birth | {{{birth_place}}} |
| Date of death | {{{death_date}}} |
| Place of death | {{{death_place}}} |
| Physical description | |
| Height | {{{height}}} |
| Weight | {{{weight}}} |
| Eye color | {{{eyes}}} |
| Socials | |
| Webpage | {{{webpage}}} |
| Others | {{{other_socials}}} |
{{Infobox person
| image =
| image_size =
| image_upright =
| image_alt =
| image_caption =
| joined =
| origin =
| alias =
| age =
| gender =
| canvas_color =
| chat_color =
| known_for =
| worlds =
| active =
| active_date =
| active_time =
<!-- Community -->
| mod_rank =
| discord_roles =
| roles =
| affiliations =
<!-- Socials -->
| webpage =
| other_socials =
<!-- Other general information -->
<!-- Remember, this isn't Lemuria's wiki, so privacy actually matters here -->
| race =
| residence =
| nationality =
| religion =
| birth_date =
| birth_place =
| death_date =
| death_place =
| real_name =
| occupation =
| marital =
| significant_other = <!-- or significant_others -->
| height =
| weight =
| eyes =
}}
Parameters
All parameters are optional. Separate multiple entries using {{Plainlist}}.
ꜝDo not fill in if the person is not comfortable with this on their wiki page. (this is a given, but is especially important for parameters with this tag)
ꜝꜝUnless the user explicitly consents, do not fill this in.
| Parameter | Notes |
|---|---|
| image | An image representing the user. |
| image_size | |
| image_upright | |
| image_alt | Alt text for the image. |
| image_caption | Caption for the image. |
| joined | When they joined OWOT. |
| alias | Other usernames. |
| age | ꜝ How old they are. |
| gender | ꜝ Their gender. |
| canvas_color | The text color they use when writing on the canvas. |
| chat_color | The color of their username in chat. |
| color | The text color for headers. Lets you personalize infoboxes. |
| background_color | The background color for headers. Lets you personalize infoboxes. |
| known_for | Have they caused drama? Have they done something good for the site? |
| worlds | Their (notable) worlds on OWOT. |
| active | Places/dates the person is/was active at. Put anywhere on OWoT at the start of the list, followed by the OWoT Discord, followed by anywhere else. |
| active_date | Dates they were/are active. |
| active_time | Times in a usual day that they are active. (for example: 1am ~ 3am) |
| mod_rank | Moderation rank on the website. (for example: Member, Admin, OP) |
| discord_roles | Roles on the OWOT Discord. |
| roles | The roles they play in contributing to the website, if any. (for example: artist, scripter, contributor, moderator) |
| affiliations | Affiliated users, like friends, and enemies. Significant others are covered below. |
| webpage | Their website. |
| other_socials | |
| race | |
| residence | ꜝꜝ Where they live. Do not publish home addresses; mention only the name of a city at most. |
| nationality | Their nationality. |
| origin | Website that they were most active on when finding OWOT. |
| religion | |
| birth_date | ꜝꜝ |
| birth_place | ꜝꜝ |
| death_date | |
| death_place | |
| real_name | ꜝꜝ Their real name. Remember, this isn't the Lemuria Wiki, so privacy actually matters here. |
| occupation | ꜝꜝ |
| marital | ꜝꜝ |
| significant_other | ꜝꜝ |
| height | ꜝ |
| weight | ꜝ |
| eyes | ꜝ |
TemplateData
TemplateData
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Click here to see a monthly parameter usage report for this template based on this TemplateData.
TemplateData for Infobox person Creates an infobox for a fictional character of any type.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
All parameters (not for general use)
Complete list of parameters
| ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox character
| color = <!-- headers background colour; the foreground colour is automatically computed -->
| name =
| series = <!-- or |franchise=; use without the italic on the outside -->
| multiple =
| image =
| image_upright =
| alt =
| caption =
| first_major = <!-- per [[MOS:MAJORWORK]] - major works include TV series, films, books, albums and games -->
| first_minor = <!-- or |first_issue=; Per [[MOS:MINORWORK]] - minor works include TV episodes, chapters, songs and game missions -->
| first_date =
| last_major =
| last_minor = <!-- or |last_issue= -->
| last_date =
| first =
| firstgame =
| last =
| creator = <!-- only the credited creators; use adapted_by= for adaptations -->
| based_on = <!-- if not an original creation, use {{based on|character|author}} -->
| adapted_by = <!-- for character adaption articles -->
| designer =
| portrayer =
| voice =
| motion_actor =
| lbl1 =
| data1 =
| lbl2 =
| data2 =
| lbl3 =
| data3 =
| lbl4 =
| data4 =
| lbl5 =
| data5 =
| noinfo =
| info-hdr =
| full_name =
| nickname = <!-- or |nicknames= -->
| alias = <!-- or |aliases= -->
| species = <!-- or |race=; for non-humans only -->
| gender = <!-- if not obvious -->
| title =
| occupation = <!-- or |position= or |class= -->
| affiliation = <!-- or |alignment= -->
| fighting_style =
| weapon =
| family =
| spouse = <!-- or |spouses= -->
| significant_other = <!-- or |significant_others= -->
| children =
| relatives =
| religion =
| origin = <!-- or |home= -->
| nationality =
| lbl21 =
| data21 =
| lbl22 =
| data22 =
| lbl23 =
| data23 =
| lbl24 =
| data24 =
| lbl25 =
| data25 =
| extra-hdr =
| lbl31 =
| data31 =
| lbl32 =
| data32 =
| lbl33 =
| data33 =
| lbl34 =
| data34 =
| lbl35 =
| data35 =
}}
| ||||||||||||||||||||||||
Example
| John Doe | |
|---|---|
| Alias | Jack Dew |
| Family members | Doe |
| General information | |
| Gender | Male |
| Religion | Christian |
| Nationality | American |
| Occupation | Law enforcement |
{{Infobox character
| name = John Doe
| series = [[Criminal Minds]]
| image =
| caption =
| first_major = Criminal Minds
| first_minor = Pilot
| first_date = 2005
| last_major = Criminal Minds
| last_minor = Last One
| last_date = 2018
| creator = [[Agnes Nixon]]
| portrayer = [[Soupy Sales]]
| nickname = Doeboy
| alias = Jack Dew
| gender = Male
| title = Detective
| occupation = Law enforcement
| family = Doe
| spouse = Jane Doe
| significant_other =
| children = John Doe, Jr.
| relatives = {{Plainlist|
* Phil Doe (father)
* Nancy Doe (mother)
}}
| religion = [[Christianity|Christian]]
| nationality = American
}}
Tracking categories
- Category:Pages using infobox character with unknown parameters (0)
- Category:Articles using Infobox character with multiple unlabeled fields (0)
- Category:Articles using infoboxes for fictional elements with invalid color combination (0)
Supporting templates
See also
- {{Infobox person}}
{{{body}}}