Template:Character: Difference between revisions

From Firrhna Project Wiki
Jump to navigationJump to search
mNo edit summary
Tag: Manual revert
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="infobox" border="0" cellspacing="0">
<includeonly><table class="infobox"><tr><th colspan="2" class="infobox-title">{{{name|{{PAGENAME}}}}}</th></tr>
<tr><th colspan="2" class="infobox-title">{{{name}}}</th></tr>
{{#if:{{{image|}}}|<tr><td colspan="2" class="infobox-image">[[File:{{{image}}}|260px]]
<tr><td colspan="2" class="infobox-image">[[File:{{{image}}}|260px]]</td></tr>
{{#if:{{{imagecaption|}}}|''{{{imagecaption}}}''}}</td>
</tr>}}
{{#if:{{{tabber|}}}|<tr>
    <td colspan="2" class="infobox-image">{{{tabber}}}</td>
</tr>}}
{{#if:{{{aliases|}}}|<tr>
{{#if:{{{aliases|}}}|<tr>
     <th>Aliases</th>
     <th class="infobox-label">Aliases</th>
     <td>{{{aliases}}}</td>
     <td class="infobox-data">{{{aliases}}}</td>
</tr>}}
</tr>}}
{{#if:{{{relatives|}}}|<tr>
{{#if:{{{relatives|}}}|<tr>
     <th>Relatives</th>
     <th class="infobox-label">Relatives</th>
     <td>{{{relatives}}}</td>
     <td class="infobox-data">{{{relatives}}}</td>
</tr>}}
</tr>}}
{{#if:{{{affiliation|}}}|<tr>
{{#if:{{{affiliation|}}}|<tr>
     <th>Affiliation</th>
     <th class="infobox-label">Affiliation</th>
     <td>{{{affiliation}}}</td>
     <td class="infobox-data">{{{affiliation}}}</td>
</tr>}}
</tr>}}
{{#if:{{{path|}}}|<tr>
{{#if:{{{path|}}}|<tr>
     <th>Path(s)</th>
     <th class="infobox-label">Path(s)</th>
     <td>{{{path}}}</td>
     <td class="infobox-data">{{{path}}}</td>
</tr>}}
</tr>}}
{{#if:{{{marital|}}}{{{residence|}}}{{{birthDate|}}}{{{birthPlace|}}}{{{deathDate|}}}{{{deathPlace|}}}|
<tr><th class="infobox-header" colspan="2">Biographical information</th></tr>
<tr><th class="infobox-header" colspan="2">Biographical information</th></tr>
{{#if:{{{marital|}}}|<tr>
{{#if:{{{marital|}}}|<tr>
     <th>Marital status</th>
     <th class="infobox-label">Marital status</th>
     <td>{{{marital}}}</td>
     <td class="infobox-data">{{{marital}}}</td>
</tr>}}
</tr>}}
{{#if:{{{residence|}}}|<tr>
{{#if:{{{residence|}}}|<tr>
     <th>Place of residence</th>
     <th class="infobox-label">Place of residence</th>
     <td>{{{residence}}}</td>
     <td class="infobox-data">{{{residence}}}</td>
</tr>}}
</tr>}}
{{#if:{{{birthDate|}}}|<tr>
{{#if:{{{birthDate|}}}|<tr>
     <th>Date of birth</th>
     <th class="infobox-label">Date of birth</th>
     <td>{{{birthDate}}}</td>
     <td class="infobox-data">{{{birthDate}}}</td>
</tr>}}
</tr>}}
{{#if:{{{birthPlace|}}}|<tr>
{{#if:{{{birthPlace|}}}|<tr>
     <th>Place of birth</th>
     <th class="infobox-label">Place of birth</th>
     <td>{{{birthPlace}}}</td>
     <td class="infobox-data">{{{birthPlace}}}</td>
</tr>}}
</tr>}}
{{#if:{{{deathDate|}}}|<tr>
{{#if:{{{deathDate|}}}|<tr>
     <th>Date of death</th>
     <th class="infobox-label">Date of death</th>
     <td>{{{deathDate}}}</td>
     <td class="infobox-data">{{{deathDate}}}</td>
</tr>}}
</tr>}}
{{#if:{{{deathPlace|}}}|<tr>
{{#if:{{{deathPlace|}}}|<tr>
     <th>Place of death</th>
     <th class="infobox-label">Place of death</th>
     <td>{{{deathPlace}}}</td>
     <td class="infobox-data">{{{deathPlace}}}</td>
</tr>}}
</tr>}}}}
{{#if:{{{species|}}}{{{gender|}}}{{{height|}}}{{{weight|}}}{{{fur|}}}{{{hair|}}}{{{eyes|}}}{{{furstock|}}}|
<tr><th class="infobox-header" colspan="2">Physical description</th></tr>
<tr><th class="infobox-header" colspan="2">Physical description</th></tr>
{{#if:{{{species|}}}|<tr>
{{#if:{{{species|}}}|<tr>
     <th>Species</th>
     <th class="infobox-label">Species</th>
     <td>{{{species}}}</td>
     <td class="infobox-data">{{{species}}}</td>
</tr>}}
</tr>}}
{{#if:{{{gender|}}}|<tr>
{{#if:{{{gender|}}}|<tr>
     <th>Gender</th>
     <th class="infobox-label">Gender</th>
     <td>{{{gender}}}</td>
     <td class="infobox-data">{{{gender}}}</td>
</tr>}}
</tr>}}
{{#if:{{{height|}}}|<tr>
{{#if:{{{height|}}}|<tr>
     <th>Height</th>
     <th class="infobox-label">Height</th>
     <td>{{{height}}}</td>
     <td class="infobox-data">{{{height}}}</td>
</tr>}}
</tr>}}
{{#if:{{{weight|}}}|<tr>
{{#if:{{{weight|}}}|<tr>
     <th>Weight</th>
     <th class="infobox-label">Weight</th>
     <td>{{{weight}}}</td>
     <td class="infobox-data">{{{weight}}}</td>
</tr>}}
{{#if:{{{fur|}}}|<tr>
    <th class="infobox-label">Fur color</th>
    <td class="infobox-data">{{{fur}}}</td>
</tr>}}
{{#if:{{{hair|}}}|<tr>
    <th class="infobox-label">Hair color</th>
    <td class="infobox-data">{{{hair}}}</td>
</tr>}}
</tr>}}
{{#if:{{{eyes|}}}|<tr>
{{#if:{{{eyes|}}}|<tr>
     <th>Eye color</th>
     <th class="infobox-label">Eye color</th>
     <td>{{{eyes}}}</td>
     <td class="infobox-data">{{{eyes}}}</td>
</tr>}}
</tr>}}
{{#if:{{{furstock|}}}|<tr>
{{#if:{{{furstock|}}}|<tr>
     <th>Furstock</th>
     <th class="infobox-label">Furstock</th>
     <td>{{{furstock}}}</td>
     <td class="infobox-data">{{{furstock}}}</td>
</tr>}}
</tr>}}}}
{{#if:{{{origin|}}}{{{residence|}}}{{{designer|}}}|
<tr><th class="infobox-header" colspan="2">Real World</th></tr>
<tr><th class="infobox-header" colspan="2">Real World</th></tr>
{{#if:{{{origin|}}}|<tr>
{{#if:{{{origin|}}}|<tr>
     <th>Origin</th>
     <th class="infobox-label">Origin</th>
     <td>{{{origin}}}</td>
     <td class="infobox-data">{{{origin}}}</td>
</tr>}}
</tr>}}
{{#if:{{{designer|}}}|<tr>
{{#if:{{{designer|}}}|<tr>
     <th>Designer</th>
     <th class="infobox-label">Designer</th>
     <td>{{{designer}}}</td>
     <td class="infobox-data">{{{designer}}}</td>
</tr>}}}}
{{#if:{{{image2|}}}|<tr><td colspan="2" class="infobox-image">[[File:{{{image2}}}|260px]]</td>
</tr>}}
{{#if:{{{tabber2|}}}|<tr>
    <td colspan="2" class="infobox-image">{{{tabber2}}}</td>
</tr>}}
</tr>}}
</table><includeonly>{{Namespace|main=[[Category:Characters]]}}</includeonly><noinclude>{{Documentation}}</noinclude>
</table></includeonly>
<includeonly>{{Namespace|main=[[Category:Characters]]}}</includeonly>
<noinclude>
{{Character
| name        = Chelsie
| image        = Chelsieportrait.png
| imagecaption = Yeah, as if.
| aliases      = The Hunter
| relatives    = Irrelevant
| affiliation  =
| path        = Hunter
| marital      =
| residence    = [[Imrah City]], [[Fhurai]]
| birthDate    =
| birthPlace  = Unknown
| deathDate    =
| deathPlace  =
| species      = Felin
| gender      = {{InfoFemale}}
| height      = 182 cm
| weight      =
| fur          = {{Color|Gold|#F0B80F}}
| hair        = {{Color|Auburn|#A7580D}}
| eyes        = {{Color|Gold|#FDA000}}
| furstock    = {{InfoCheetah}}
| origin      = [[Noxico]]
| designer    = [[User:Kawa-oneechan|Kawa]]
}}
<templatedata>
{
"params": {
"name": {
"example": "Chelsie",
"type": "string",
"label": "Name",
"required": true,
"autovalue": "{{PAGENAME}}"
},
"image": {
"type": "wiki-file-name",
"label": "Image"
},
"imagecaption": {
"type": "string",
"example": "Yeah, as if.",
"label": "Image caption"
},
"tabber": {
"example": "<tabber>|-|Daz=[[File:Chelsieportrait.png|260px]]|-|Koikatsu!=lol|-|Drawn=kek|-|Starbound=[[File:SBChelsie.png]]</tabber>",
"type": "content",
"label": "Tabber"
},
"aliases": {
"type": "string",
"example": "The Hunter",
"label": "Aliases"
},
"relatives": {
"type": "string",
"example": "Irrelevant",
"label": "Relatives"
},
"affiliation": {
"type": "string",
"label": "Affiliation"
},
"path": {
"example": "Hunter",
"type": "string",
"label": "Path"
},
"marital": {
"type": "string",
"label": "Marital status"
},
"residence": {
"example": "[[Imrah City]], [[Fhurai]]",
"type": "string",
"label": "Place of residence"
},
"birthDate": {
"type": "string",
"label": "Date of birth"
},
"birthPlace": {
"example": "Unknown",
"type": "string",
"label": "Place of birth"
},
"deathDate": {
"type": "string",
"label": "Date of death"
},
"deathPlace": {
"type": "string",
"label": "Place of death"
},
"species": {
"example": "Felin",
"type": "string",
"label": "Species"
},
"gender": {
"example": "{{InfoFemale}}",
"type": "wiki-template-name",
"label": "Gender",
"description": "Please use the {{InfoXXX}} template."
},
"height": {
"example": "182 cm",
"type": "string",
"label": "Height"
},
"weight": {
"type": "string",
"label": "Weight"
},
"fur": {
"example": "{{Color|Gold|#F0B80F}}",
"type": "wiki-template-name",
"label": "Fur color",
"description": "Please use the {{Color}} template."
},
"hair": {
"example": "{{Color|Auburn|#A7580D}}",
"type": "wiki-template-name",
"label": "Hair color",
"description": "Please use the {{Color}} template."
},
"eyes": {
"example": "{{Color|Gold|#FDA000}}",
"type": "wiki-template-name",
"label": "Eye color",
"description": "Please use the {{Color}} template."
},
"furstock": {
"example": "{{InfoCheetah}}",
"type": "wiki-template-name",
"label": "Furstock",
"description": "Please use the {{InfoXXX}} template."
},
"origin": {
"example": "[[Noxico]]",
"type": "string",
"label": "Origin"
},
"designer": {
"example": "[[User:Kawa-neechan|Kawa]]",
"type": "string",
"label": "Designer"
},
"image2": {
"type": "wiki-file-name",
"label": "Bottom image"
},
"tabber2": {
"type": "content",
"label": "Bottom tabber"
}
},
"description": "An infobox for characters."
}
</templatedata></noinclude>

Latest revision as of 15:17, 10 September 2023


Chelsie
Yeah, as if.
Aliases The Hunter
Relatives Irrelevant
Path(s) Hunter
Biographical information
Place of residence Imrah City, Fhurai
Place of birth Unknown
Physical description
Species Felin
Gender Female
Height 182 cm
Fur color   Gold
Hair color   Auburn
Eye color   Gold
Furstock Cheetah
Real World
Origin Noxico
Designer Kawa


An infobox for characters.

Template parameters

ParameterDescriptionTypeStatus
Namename

no description

Example
Chelsie
Auto value
{{PAGENAME}}
Stringrequired
Imageimage

no description

Fileoptional
Image captionimagecaption

no description

Example
Yeah, as if.
Stringoptional
Tabbertabber

no description

Example
<tabber>|-|Daz=[[File:Chelsieportrait.png|260px]]|-|Koikatsu!=lol|-|Drawn=kek|-|Starbound=[[File:SBChelsie.png]]</tabber>
Contentoptional
Aliasesaliases

no description

Example
The Hunter
Stringoptional
Relativesrelatives

no description

Example
Irrelevant
Stringoptional
Affiliationaffiliation

no description

Stringoptional
Pathpath

no description

Example
Hunter
Stringoptional
Marital statusmarital

no description

Stringoptional
Place of residenceresidence

no description

Example
[[Imrah City]], [[Fhurai]]
Stringoptional
Date of birthbirthDate

no description

Stringoptional
Place of birthbirthPlace

no description

Example
Unknown
Stringoptional
Date of deathdeathDate

no description

Stringoptional
Place of deathdeathPlace

no description

Stringoptional
Speciesspecies

no description

Example
Felin
Stringoptional
Gendergender

Please use the {{InfoXXX}} template.

Example
{{InfoFemale}}
Templateoptional
Heightheight

no description

Example
182 cm
Stringoptional
Weightweight

no description

Stringoptional
Fur colorfur

Please use the {{Color}} template.

Example
{{Color|Gold|#F0B80F}}
Templateoptional
Hair colorhair

Please use the {{Color}} template.

Example
{{Color|Auburn|#A7580D}}
Templateoptional
Eye coloreyes

Please use the {{Color}} template.

Example
{{Color|Gold|#FDA000}}
Templateoptional
Furstockfurstock

Please use the {{InfoXXX}} template.

Example
{{InfoCheetah}}
Templateoptional
Originorigin

no description

Example
[[Noxico]]
Stringoptional
Designerdesigner

no description

Example
[[User:Kawa-neechan|Kawa]]
Stringoptional
Bottom imageimage2

no description

Fileoptional
Bottom tabbertabber2

no description

Contentoptional