Template:Character/Sheet: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:
| Surname, Name || {{#if: {{{surname|}}}|{{{surname|}}}|Missing Surname!}}, {{#if: {{{name|}}}|{{{name|}}}|Missing Name!}}
| Surname, Name || {{#if: {{{surname|}}}|{{{surname|}}}|Missing Surname!}}, {{#if: {{{name|}}}|{{{name|}}}|Missing Name!}}
|-
|-
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown Birthdate}} ({{#if: {{{age|}}}|{{{age|}}}|}} )
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown}} ({{#if: {{{age|}}}|{{{age|}}}|n/a}})
|-
|-
! colspan=2 | Physical Notes
! colspan=2 | Physical Notes
|-
|- {{#if: {{{haircolor|}}} | | style="display: none;" }}
| Hair Color || Example
| Hair Color || {{#if: {{{haircolor|}}}|{{{haircolor|}}}|unknown}}
|-
|- {{#if: {{{eyecolor|}}} | | style="display: none;" }}
| Eye Color || Example
| Eye Color || {{#if: {{{eyecolor|}}}|{{{eyecolor|}}}|unknown}}
|-
|- {{#if: {{{height|}}} | | style="display: none;" }}
| [[Height]] || Example
| [[Height]] || {{#if: {{{height|}}}|{{{height|}}}|unknown}}
|-
|-
! colspan=2 | Student Notes
! colspan=2 | Student Notes
Line 43: Line 43:
|name=<Name>
|name=<Name>
|surname=<Surname>
|surname=<Surname>
|birthdate=<Birthdate>
|age=<age>
|haircolor=<Haircolor>
|eyecolor=<Eyecolor>
|height=<Height>
}}
}}
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:53, 7 October 2020

Missing Name! Missing Surname!
Picture
Personal Information
Surname, Name Missing Surname!, Missing Name!
Birthday (Age) Unknown (n/a)
Physical Notes
Hair Color unknown
Eye Color unknown
Height unknown
Student Notes
Job(s) Example
Hobby(s) Example
Love(s) Example
Hate(s) Example
Family Example
First Appearance Example
Notables Example

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>
}}