Template:Character/Sheet: Difference between revisions

No edit summary
No edit summary
Line 6: Line 6:
! colspan=2 | Personal Information
! colspan=2 | Personal Information
|-
|-
| Surname, Name || {{#if: {{{surname|}}}|{{{surname|}}}|Missing Surname!}}, {{#if: {{{name|}}}|{{{name|}}}|Missing Name!}}
| Surname, Name || {{#if: {{{surname|}}}|{{{surname|}}}|Surname}}, {{#if: {{{name|}}}|{{{name|}}}|Name}}
|-
|-
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown}} ({{#if: {{{age|}}}|{{{age|}}}|n/a}})
| Birthday (Age) || {{#if: {{{birthdate|}}}|{{{birthdate|}}}|Unknown}} ({{#if: {{{age|}}}|{{{age|}}}|n/a}})

Revision as of 21:58, 7 October 2020

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

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