Template:Character/Sheet: Difference between revisions

No edit summary
mNo edit summary
 
(25 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Delete}}
<onlyinclude>{| class="wikitable" style="top: 0; clear:right; float:right;"
<onlyinclude>{| class="wikitable" style="top: 0; clear:right; float:right;"
|+ {{#if: {{{name|}}}|{{{name|}}}|Missing Name!}} {{#if: {{{surname|}}}|{{{surname|}}}|Missing Surname!}}
|+ {{#if: {{{name|}}}|{{{name|}}}|Missing Name!}} {{#if: {{{surname|}}}|{{{surname|}}}|}}
|-
|-
| colspan=2 style="text-align:center;" | Picture
| colspan=2 | [[File:{{{picture|}}}{{!}}center{{!}}border{{!}}250px]]
|-
|-
! colspan=2 | Personal Information
! colspan=2 | Personal Information
|-
|-
| Surname, Name || {{#if: {{{surname|}}}|{{{surname|}}}|Surname}}, {{#if: {{{name|}}}|{{{name|}}}|Name}}
| {{#if: {{{surname|}}}|Surname&#32; |}}Name || {{#if: {{{surname|}}}|{{{surname|}}}|}} {{#if: {{{name|}}}|{{{name|}}}|Name}}  
|-
|- {{#if: {{{birthdate|}}} || style="display: none;" }}
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown}} ({{#if: {{{age|}}}|{{{age|}}}|n/a}})
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown}} ({{#if: {{{age|}}}|{{{age|}}}|n/a}})
|- {{#if: {{{birthredacted|}}}|{{{ }}}|style="display:none;"}}
| Birthday (Age)
| style="background-color: black; text-color: #fff; padding: 0 0 0 10px" | [redacte(d )]
|-
|-
| Type of Character || {{#if: {{{chartype|}}}|{{{chartype|}}}|Unknown}}  
| Type of Character || {{#if: {{{chartype|}}}|[[{{{chartype|}}}]]|Unknown}}
|-
|-
! colspan=2 | Additional Information
! colspan=2 | Additional Information
Line 29: Line 33:
|- {{#if: {{{family|}}} || style="display: none;" }}
|- {{#if: {{{family|}}} || style="display: none;" }}
| Family || {{#if: {{{family|}}}|{{{family|}}}|unknown}}
| Family || {{#if: {{{family|}}}|{{{family|}}}|unknown}}
|- {{#if: {{{affiliation|}}} || style="display: none;" }}
| Affiliation || {{#if: {{{affiliation|}}}|{{{affiliation|}}}|unknown}}
|- {{#if: {{{firstappear|}}} || style="display: none;" }}
|- {{#if: {{{firstappear|}}} || style="display: none;" }}
| First Appearance || {{#if: {{{firstappear|}}}|{{{firstappear|}}}|unknown}}
| First Appearance || {{#if: {{{firstappear|}}}|{{{firstappear|}}}|unknown}}
Line 34: Line 40:
| Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}}
| Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}}
|}</onlyinclude><!--
|}</onlyinclude><!--
-->
--><noinclude>
== Documentation ==
== Documentation ==
=== Information ==
=== Information ===
Rows without information are omitted.
Rows without information are omitted.


Line 44: Line 50:
|name=<Name>
|name=<Name>
|surname=<Surname>
|surname=<Surname>
|picture=<filename.extension>
|chartype=<[[Main Cast]], [[Side Cast]] or [[Mentioned Cast]]>
|chartype=<[[Main Cast]], [[Side Cast]] or [[Mentioned Cast]]>
|birthdate=<Birthdate>
|birthdate=<Birthdate>
Line 55: Line 62:
|dislikes=<Dislikes>
|dislikes=<Dislikes>
|family=<Family>
|family=<Family>
|affiliation=<Any groups character is part of or is affiliated with.>
|firstappear=<Event of first appearance>
|firstappear=<Event of first appearance>
|notes=<Any other short Note>
|notes=<Any other short Note>
Line 65: Line 73:
|name=Edward
|name=Edward
|surname=Elric
|surname=Elric
|picture=edward.png
|chartype=[[Main Cast]]
|chartype=[[Main Cast]]
|birthdate=01.01.1990
|birthdate=01.01.1990
Line 74: Line 83:
|hobbys=Alchemy
|hobbys=Alchemy
|likes=
|likes=
|dislikes=Being called short
|dislikes=* Being called short
* Stuff.
* Stuff.
|family=[[Alphonse Elric]] (Brother)
|affiliation=State
|family=* [[Alphonse Elric]] (Brother)
* [[Hohenheim Elric]] (Father)
* [[Hohenheim Elric]] (Father)
* [[Trisha Elric]] (Mother)
* [[Trisha Elric]] (Mother)
Line 83: Line 93:
}}
}}
</syntaxhighlight>
</syntaxhighlight>
[[Category: Templates]][[Category: Utility]][[Category: Charactersheet]]</noinclude>

Latest revision as of 18:08, 6 April 2024

Missing Name!
[[File:|center|border|250px]]
Personal Information
Name Name
Birthday (Age) Unknown (n/a)
Birthday (Age) [redacte(d )]
Type of Character Unknown
Additional Information
Hair Color unknown
Eye Color unknown
Height unknown
Job(s) unknown
Hobby(s) unknown
Like(s) unknown
Dislike(s) unknown
Family unknown
Affiliation unknown
First Appearance unknown
Notes unknown

Documentation

Information

Rows without information are omitted.

How to use this template:

{{CharacterSheet
|name=<Name>
|surname=<Surname>
|picture=<filename.extension>
|chartype=<[[Main Cast]], [[Side Cast]] or [[Mentioned Cast]]>
|birthdate=<Birthdate>
|age=<age>
|haircolor=<Haircolor>
|eyecolor=<Eyecolor>
|height=<Height>
|jobs=<Jobs>
|hobbys=<Hobbys>
|likes=<Likes>
|dislikes=<Dislikes>
|family=<Family>
|affiliation=<Any groups character is part of or is affiliated with.>
|firstappear=<Event of first appearance>
|notes=<Any other short Note>
}}

Example:

{{CharacterSheet
|name=Edward
|surname=Elric
|picture=edward.png
|chartype=[[Main Cast]]
|birthdate=01.01.1990
|age=30
|haircolor=blond
|eyecolor=green
|height=1,64m
|jobs=State Alchemist
|hobbys=Alchemy
|likes=
|dislikes=* Being called short
* Stuff.
|affiliation=State
|family=* [[Alphonse Elric]] (Brother)
* [[Hohenheim Elric]] (Father)
* [[Trisha Elric]] (Mother)
|firstappear=[[First Episode]]
|notes=This is just an example!
}}