Template:Character/Sheet: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{| class="wikitable" style="top: 0; clear:right; float:right;"
<includeonly>{| class="wikitable" style="top: 0; clear:right; float:right;"
|+ Name Surname {{#if: {{{Name}}} | {{{Name}}} | Missing Name! }}
|+ Name Surname {{#if: {{{Name}}} | {{{Name}}} | Missing Name! }}
|-
|-
Line 33: Line 33:
|-
|-
| Notables || Example
| Notables || Example
|}
|}</includeonly>
Example to use this:
 
<syntaxhighlight lang="html">
{{CharacterSheet
|name=<Name>
|surname=<Surname>
}}
</syntaxhighlight>

Revision as of 21:28, 7 October 2020

Example to use this:

{{CharacterSheet
|name=<Name>
|surname=<Surname>
}}