Template:Character/Sheet: Difference between revisions
Thanathros (talk | contribs) No edit summary |
Thanathros (talk | contribs) 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 | | ! 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;" }} | ||
| Job(s) || {{#if: {{{jobs|}}}|{{{jobs|}}}|unknown}} | |||
| | |- {{#if: {{{hobbys|}}} || style="display: none;" }} | ||
| Job(s) || | | Hobby(s) || {{#if: {{{hobbys|}}}|{{{hobbys|}}}|unknown}} | ||
|- | |- {{#if: {{{likes|}}} || style="display: none;" }} | ||
| Hobby(s) || | | Like(s) || {{#if: {{{likes|}}}|{{{likes|}}}|unknown}} | ||
|- | |- {{#if: {{{dislikes|}}} || style="display: none;" }} | ||
| | | Dislike(s) || {{#if: {{{dislikes|}}}|{{{dislikes|}}}|unknown}} | ||
|- | |- {{#if: {{{family|}}} || style="display: none;" }} | ||
| | | Family || {{#if: {{{family|}}}|{{{family|}}}|unknown}} | ||
|- | |- {{#if: {{{firstappear|}}} || style="display: none;" }} | ||
| Family || | | First Appearance || {{#if: {{{firstappear|}}}|{{{firstappear|}}}|unknown}} | ||
|- | |- {{#if: {{{notes|}}} || style="display: none;" }} | ||
| First Appearance || | | Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}} | ||
|- | |||
| | |||
|}</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
Picture | |
Personal Information | |
---|---|
Surname, Name | Missing Surname!, Missing Name! |
Birthday (Age) | Unknown (n/a) |
Student Notes |
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>
}}