Template:Characters: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
No edit summary
 
(Added hair color attribute)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox>
<infobox>
<title source="title">
<title source="title">
<default>{{{name}}}</default>
<default>{{{name|}}}</default>
</title>
</title>
<image source="image">
<image source="image">
<default>[[File:{{{image}}}|262px|link=]]</default>
<default>[[File:{{{image|}}}|262px|link=]]</default>
</image>
</image>
<data source="data1">
<data source="data1">
<label>Aliases</label>
<label>Aliases</label>
<default>{{{aliases}}}</default>
<default>{{{aliases|}}}</default>
</data>
</data>
<data source="data2">
<data source="data2">
<label>Relatives</label>
<label>Relatives</label>
<default>{{{relatives}}}</default>
<default>{{{relatives|}}}</default>
</data>
</data>
<data source="data3">
<data source="data3">
<label>Affiliation</label>
<label>Affiliation</label>
<default>{{{affiliation}}}</default>
<default>{{{affiliation|}}}</default>
</data>
</data>
<data source="data4">
<data source="data4">
<label>Occupation</label>
<label>Occupation</label>
<default>{{{occupation}}}</default>
<default>{{{occupation|}}}</default>
</data>
</data>
<data source="data5">
    <data source="data5">
<label>Age</label>
<default>{{{age|}}}</default>
</data>
<data source="data6">
<label>Marital Status</label>
<label>Marital Status</label>
<default>{{{marital}}}</default>
<default>{{{marital|}}}</default>
</data>
</data>
<data source="data6">
<data source="data7">
<label>Place of Birth</label>
<label>Place of Birth</label>
<default>{{{birthPlace}}}</default>
<default>{{{birthPlace|}}}</default>
</data>
</data>
<data source="data7">
<data source="data8">
<label>Species</label>
<label>Species</label>
<default>{{{species}}}</default>
<default>{{{species|}}}</default>
</data>
</data>
<data source="data8">
<data source="data9">
<label>Gender</label>
<label>Gender</label>
<default>{{{gender}}}</default>
<default>{{{gender|}}}</default>
</data>
</data>
<data source="data9">
<data source="data10">
<label>Height</label>
<label>Height</label>
<default>{{{height}}}</default>
<default>{{{height|}}}</default>
</data>
</data>
<data source="data10">
<data source="data11">
<label>Weight</label>
<label>Weight</label>
<default>{{{weight}}}</default>
<default>{{{weight|}}}</default>
</data>
</data>
<data source="data11">
<data source="data12">
<label>Eye Color</label>
<label>Eye Color</label>
<default>{{{eyes}}}</default>
<default>{{{eyes|}}}</default>
</data>
    <data source="data13">
<label>Hair Color</label>
<default>{{{hair|}}}</default>
</data>
</data>
<data source="data12">
<data source="data14">
<label>Cup Size</label>
<label>Cup Size</label>
<default>{{{cup size}}}</default>
<default>{{{cup size|}}}</default>
</data>
</data>
<data source="data13">
<data source="data15">
<label>Debut</label>
<label>Debut</label>
<default>{{{debut}}}</default>
<default>{{{debut|}}}</default>
</data>
</data>
</infobox>
</infobox>
<noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 14:20, 5 May 2026

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

This template creates a table to give a brief overview of character information.

Template parameters

ParameterDescriptionTypeStatus
Namename

The character's name (full name if possible)

Stringrequired
Imageimage

Image(s) of the character. For multiple, use the <gallery> tag

Stringoptional
Aliasesaliases

Other names that the character may commonly be referred as

Stringoptional
Relativesrelatives

Any familial relations that the character may have

Stringoptional
Affiliationaffiliation

Any non-familial relations that the character may have

Stringoptional
Occupationoccupation

The character's occupation, if applicable

Stringoptional
Ageage

The character's age (or best guess based on in-game clues/evidence)

Stringoptional
Marital Statusmarital

The character's canonical marital status at the start of a new save (Single, Married, Divorced)

Stringoptional
Place of BirthbirthPlace

The location the character is originally from (can be left blank if it's confirmed/implied to be Newfall)

Stringoptional
Speciesspecies

The species of the character (can be left blank if they're a human)

Stringoptional
Gendergender

The character's gender

Stringrequired
Heightheight

The character's height (can be left blank if they're non-human or the height is unknown)

Stringoptional
Eye Coloreyes

The character's eye color

Stringoptional
Hair Colorhair

The character's hair color

Stringoptional
Cup Sizecup size

If a human female, her cup size (with there being no official answers from the devs, this is primarily an educated guess)

Stringoptional
Debutdebut

The season the character officially debuted as an interactable character

Stringrequired


{{Characters
|name=Mrs. Lichtenstein
|image=
<gallery>
Mrs L S1.webp|Season 1
Mrs L S2.webp|Season 2
Mrs L Bikini.webp|Bikini
Mrs L Workout.webp|Workout
</gallery>
|aliases=Mrs. L
|relatives=Unnamed Father<br>Unnamed Mother<br>Unnamed Husband
|affiliation=[[Ria]] (Rival)
|occupation=Teacher
|age=Unknown
|marital=Married
|birthPlace=
|species=
|gender=Female
|height=5'7" (170 cm)
|eyes=Amber
|hair=Black
|cup size=F-G
|debut=Season 1
}}