Template:Infobox Character: Difference between revisions
Appearance
m TemplateData |
m removed line break before <noinclude> |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="infobox" | {| class="infobox" | ||
! style="background-color: #ccc; color:black;" colspan=2| {{BASEPAGENAME}} | ! style="background-color: #ccc; color:black;" colspan=2| {{{name|{{BASEPAGENAME}}}}} | ||
|- | |- | ||
|colspan=2|{{#if:{{{image|}}}|[[File:{{{image}}}|frameless|250px|thumb|]]|}} | |colspan=2|{{#if:{{{image|}}}|[[File:{{{image}}}|frameless|250px|thumb|]]|}} | ||
| Line 15: | Line 15: | ||
{{#if: {{{number|}}} | | {{#if: {{{number|}}} | | ||
{{!}}- | {{!}}- | ||
{{!}} Serial | {{!}} style="min-width:100px;" {{!}}Serial number: | ||
{{!}} {{{number}}} | {{!}} {{{number}}} | ||
| | | | ||
| Line 27: | Line 27: | ||
|- | |- | ||
{{#if: {{{actor|}}} | | {{#if: {{{actor|}}} | | ||
{{!}}- | {{!}}- style="border-top: 1px solid #ccc;" | ||
{{!}} Voice | {{!}} style="min-width:100px;" {{!}} Voice actor: | ||
{{!}} {{{actor}}} | {{!}} {{{actor}}} | ||
| | | | ||
}} | }} | ||
|} | |}<noinclude>== Usage == | ||
<noinclude>== Usage == | |||
New Human example: | New Human example: | ||
<pre> | <pre> | ||
{{Infobox Character | {{Infobox Character | ||
| name = Yaqut | |||
| species = New Human | | species = New Human | ||
| image = Yaqut | | image = Yaqut and Bruce.jpg | ||
| number = 764 | | number = 764 | ||
| affiliations = Megastructure expedition team | | affiliations = Megastructure expedition team | ||
| Line 47: | Line 47: | ||
creates | creates | ||
{{Infobox Character | {{Infobox Character | ||
| name = Yaqut | |||
| species = New Human | | species = New Human | ||
| image = Yaqut | | image = Yaqut and Bruce.jpg | ||
| number = 764 | | number = 764 | ||
| affiliations = Megastructure expedition team | | affiliations = Megastructure expedition team | ||
| Line 97: | Line 98: | ||
"Megastructure expedition team" | "Megastructure expedition team" | ||
], | ], | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"status": { | "status": { | ||
| Line 130: | Line 132: | ||
"example": "The Founder", | "example": "The Founder", | ||
"type": "string" | "type": "string" | ||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "For new humans, do NOT include the serial number here.", | |||
"required": true | |||
} | } | ||
}, | }, | ||
"description": "Infobox for a character from either game", | "description": "Infobox for a character from either game", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | |||
"number", | |||
"image", | "image", | ||
"species", | "species", | ||
"othernames", | "othernames", | ||
"affiliations", | "affiliations", | ||
Latest revision as of 17:29, 22 November 2023
| Infobox Character | |
|---|---|
| Species: | Unknown |
| Affiliations: | None |
| Status: | Unknown |
== Usage ==
New Human example:
{{Infobox Character
| name = Yaqut
| species = New Human
| image = Yaqut and Bruce.jpg
| number = 764
| affiliations = Megastructure expedition team
| status = Alive
| actor = Adam Green
}}
creates
| Yaqut | |
|---|---|
| Species: | New Human |
| Serial number: | 764 |
| Affiliations: | Megastructure expedition team |
| Status: | Alive |
| Voice actor: | Adam Green |
Ancient Human example:
{{Infobox Character
|name=Alexandra Drennan
|species=Ancient Human
|affiliations=Applied Institute for Noematics
|status=Deceased
|othernames=Alex, The Progenitor
|actor=Erin Fitzgerald
}}
creates
| Alexandra Drennan | |
|---|---|
| Aliases: | Alex, The Progenitor |
| Species: | Ancient Human |
| Affiliations: | Applied Institute for Noematics |
| Status: | Deceased |
| Voice actor: | Erin Fitzgerald |
Infobox for a character from either game
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | For new humans, do NOT include the serial number here. | Unknown | required |
| Serial number | number | Can be "Unknown". For ancient humans, omit this field completely (UNCHECK the box for it). | String | suggested |
| Image | image | no description | File | suggested |
| Species | species | no description
| Unknown | required |
| Aliases | othernames | Other names this character is called. (List with commas.)
| String | optional |
| Affiliations | affiliations | Groups to which this person belongs. (List with commas.)
| String | suggested |
| Status | status | no description
| Unknown | suggested |
| Voice Actor | actor | no description | String | optional |