Template:Character/Sheet: Difference between revisions

No edit summary
No edit summary
Line 37: Line 37:
== Documentation ==
== Documentation ==
=== How to use this template: ===
=== How to use this template: ===
Example to use this:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
{{CharacterSheet
{{CharacterSheet
Line 56: Line 54:
|firstappear=<Event of first appearance>
|firstappear=<Event of first appearance>
|notes=<Any other short Note>
|notes=<Any other short Note>
}}
</syntaxhighlight>
=== Example: ===
<syntaxhighlight lang="html">
{{CharacterSheet
|name=Edward
|surname=Elric
|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.
|family=[[Alphonse Elric]] (Brother)
* [[Hohenheim Elric]] (Father)
* [[Trisha Elric]] (Mother)
|firstappear=[[First Episode]]
|notes=This is just an example!
}}
}}
</syntaxhighlight>
</syntaxhighlight>

Revision as of 22:02, 7 October 2020

Missing Name! Missing Surname!
Picture
Personal Information
Surname, Name Surname, Name
Birthday (Age) Unknown (n/a)
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
First Appearance unknown
Notes unknown

Documentation

How to use this template:

{{CharacterSheet
|name=<Name>
|surname=<Surname>
|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>
|firstappear=<Event of first appearance>
|notes=<Any other short Note>
}}

Example:

{{CharacterSheet
|name=Edward
|surname=Elric
|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.
|family=[[Alphonse Elric]] (Brother)
* [[Hohenheim Elric]] (Father)
* [[Trisha Elric]] (Mother)
|firstappear=[[First Episode]]
|notes=This is just an example!
}}