Template:Character/Sheet: Difference between revisions

No edit summary
No edit summary
Line 10: Line 10:
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown}} ({{#if: {{{age|}}}|{{{age|}}}|n/a}})
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown}} ({{#if: {{{age|}}}|{{{age|}}}|n/a}})
|-
|-
! colspan=2 | Physical Notes
! colspan=2 | Student Notes
|- {{#if: {{{haircolor|}}} | | style="display: none;" }}
|- {{#if: {{{haircolor|}}} || style="display: none;" }}
| Hair Color || {{#if: {{{haircolor|}}}|{{{haircolor|}}}|unknown}}
| Hair Color || {{#if: {{{haircolor|}}}|{{{haircolor|}}}|unknown}}
|- {{#if: {{{eyecolor|}}} | | style="display: none;" }}
|- {{#if: {{{eyecolor|}}} || style="display: none;" }}
| Eye Color || {{#if: {{{eyecolor|}}}|{{{eyecolor|}}}|unknown}}
| Eye Color || {{#if: {{{eyecolor|}}}|{{{eyecolor|}}}|unknown}}
|- {{#if: {{{height|}}} | | style="display: none;" }}
|- {{#if: {{{height|}}} || style="display: none;" }}
| [[Height]] || {{#if: {{{height|}}}|{{{height|}}}|unknown}}
| [[Height]] || {{#if: {{{height|}}}|{{{height|}}}|unknown}}
|-
|- {{#if: {{{jobs|}}} || style="display: none;" }}
! colspan=2 | Student Notes
| Job(s) || {{#if: {{{jobs|}}}|{{{jobs|}}}|unknown}}
|-
|- {{#if: {{{hobbys|}}} || style="display: none;" }}
| Job(s) || Example
| Hobby(s) || {{#if: {{{hobbys|}}}|{{{hobbys|}}}|unknown}}
|-
|- {{#if: {{{likes|}}} || style="display: none;" }}
| Hobby(s) || Example
| Like(s) || {{#if: {{{likes|}}}|{{{likes|}}}|unknown}}
|-
|- {{#if: {{{dislikes|}}} || style="display: none;" }}
| Love(s) || Example
| Dislike(s) || {{#if: {{{dislikes|}}}|{{{dislikes|}}}|unknown}}
|-
|- {{#if: {{{family|}}} || style="display: none;" }}
| Hate(s) || Example
| Family || {{#if: {{{family|}}}|{{{family|}}}|unknown}}
|-
|- {{#if: {{{firstappear|}}} || style="display: none;" }}
| Family || Example
| First Appearance || {{#if: {{{firstappear|}}}|{{{firstappear|}}}|unknown}}
|-
|- {{#if: {{{notes|}}} || style="display: none;" }}
| First Appearance || Example
| Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}}
|-
| Notables || Example
|}</onlyinclude><!--
|}</onlyinclude><!--
-->
-->
Line 48: Line 46:
|eyecolor=<Eyecolor>
|eyecolor=<Eyecolor>
|height=<Height>
|height=<Height>
|jobs=<Jobs>
|hobbys=<Hobbys>
|likes=<Likes>
|dislikes=<Dislikes>
|family=<Family>
|firstappear=<Event of first appearance>
|notes=<Any other short Note>
}}
}}
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:57, 7 October 2020

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

Example to use this:

{{CharacterSheet
|name=<Name>
|surname=<Surname>
|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>
}}