Template:Infobox Character: Difference between revisions

From The Talos Principle Wiki
File: before image
Added aliases field
Line 1: Line 1:
{| class="infobox"
{| class="infobox"
! style="align:center; background-color: #ccc; color:black;" colspan=2| {{BASEPAGENAME|}}
! style="align:center; background-color: #ccc; color:black;" colspan=2| {{BASEPAGENAME}}
|-
|-
|colspan=2|{{#if:{{{image|}}}|[[File:{{{image}}}|frameless|250px|thumb|]]|}}
|colspan=2|{{#if:{{{image|}}}|[[File:{{{image}}}|frameless|250px|thumb|]]|}}
|-
|-
{{#if: {{{othernames|}}} |
  {{!}}-
  {{!}} Aliases:
  {{!}} style="text-align:right;" {{!}} {{{othernames}}}
  |
{{!}}
}}
|-
| Species:
| style="text-align:right;" | {{{species|''Unknown''}}}
{{#if: {{{number|}}} |
{{#if: {{{number|}}} |
   {{!}}-
   {{!}}-
   {{!}} Serial number:
   {{!}} Serial number:
   {{!}} style="text-align:right;" {{!}} {{{number}}}
   {{!}} style="text-align:right;" {{!}} {{{number}}}
   |  
   |  
Line 20: Line 30:
{{#if: {{{actor|}}} |
{{#if: {{{actor|}}} |
   {{!}}-
   {{!}}-
   {{!}} Voice actor:
   {{!}} Voice actor:
   {{!}} style="text-align:right;" {{!}} {{{actor}}}
   {{!}} style="text-align:right;" {{!}} {{{actor}}}
   |  
   |  
Line 26: Line 36:
}}
}}
|}
|}
<noinclude>
<noinclude>== Usage ==
Example with number:


New Human example:
<pre>
{{Infobox Character
| species = New Human
| image = Yaqut with cat.jpg
| number = 764
| affiliations = Megastructure expedition team
| status = Alive
| actor = Adam Green
}}</pre>
creates
{{Infobox Character
{{Infobox Character
|name=Athena
| species = New Human
|number=1
| image = Yaqut with cat.jpg
|appearances= [[The Talos Principle]]
| number = 764
[[The Talos Principle 2]]
| affiliations = Megastructure expedition team
| status = Alive
| actor = Adam Green
}}
}}


Example without number:


Ancient Human example:
<pre>{{Infobox Character
|name=Alexandra Drennan
|species=Ancient Human
|affiliations=Applied Institute for Noematics
|status=Deceased
|othernames=Alex, The Progenitor
|actor=Erin Fitzgerald
}}</pre>
creates
{{Infobox Character
{{Infobox Character
|name=B.T. Odhiambo
|name=Alexandra Drennan
|image=File:East 2-1.jpg
|species=Ancient Human
|affiliations=Applied Institute for Noematics
|status=Deceased
|othernames=Alex, The Progenitor
|actor=Erin Fitzgerald
}}
}}


Line 53: Line 88:
"number": {
"number": {
"label": "Serial number",
"label": "Serial number",
"description": "Can be \"Unknown\". Omit completely for ancient humans.",
"description": "Can be \"Unknown\". For ancient humans, omit this field completely (UNCHECK the box for it).",
"type": "string",
"type": "string",
"suggestedvalues": [
"Unknown"
],
"suggested": true
"suggested": true
},
},
Line 84: Line 116:
"label": "Voice Actor",
"label": "Voice Actor",
"type": "string"
"type": "string"
},
"species": {
"label": "Species",
"suggestedvalues": [
"New Human",
"Ancient Human",
"Cat",
"Program"
],
"default": "New Human",
"required": true
}
}
},
},
Line 89: Line 132:
"paramOrder": [
"paramOrder": [
"image",
"image",
"species",
"number",
"number",
"affiliations",
"affiliations",

Revision as of 17:49, 22 November 2023

Infobox Character
Species: Unknown
Affiliations: None
Status: Unknown

Usage

New Human example:

{{Infobox Character
| species = New Human
| image = Yaqut with cat.jpg
| number = 764
| affiliations = Megastructure expedition team
| status = Alive
| actor = Adam Green
}}

creates

Infobox Character
File:Yaqut with cat.jpg
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

Infobox Character
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

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Imageimage

no description

Filesuggested
Speciesspecies

no description

Suggested values
New Human Ancient Human Cat Program
Default
New Human
Unknownrequired
Serial numbernumber

Can be "Unknown". For ancient humans, omit this field completely (UNCHECK the box for it).

Stringsuggested
Affiliationsaffiliations

Comma-separated list of groups to which this person belongs

Suggested values
Applied Institute for Noematics Mayor's office Megastructure expedition team
Unknownsuggested
Statusstatus

no description

Suggested values
Alive Deceased Unknown
Default
Alive
Example
Alive
Unknownsuggested
Voice Actoractor

no description

Stringoptional