Difference between revisions of "Template:CharacterSheet/Attributes"

From Jackpoint
(Created page with "{| class="wikitable" style="text-align:center;" |+ Attributes |- ! Body !! Agility !! Reaction !! Strength |- | {{{Body|-}}} || {{...")
 
m (Typo)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<includeonly>
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
  |+ Attributes
 
  |+ Attributes
Line 28: Line 29:
 
  | {{#ifexpr: not( {{{Magic|0}}} or {{{Resonance|0}}} ) | colspan=2 {{!}} |}} {{{Edge|0}}}/{{{EdgeMax|-}}}
 
  | {{#ifexpr: not( {{{Magic|0}}} or {{{Resonance|0}}} ) | colspan=2 {{!}} |}} {{{Edge|0}}}/{{{EdgeMax|-}}}
 
|}
 
|}
 +
</includeonly>
 +
<noinclude>
 +
== Usage ==
 +
<pre>
 +
{{CharacterSheet/Attributes
 +
| Body    = 2 | Agility  = 3 | Reaction  = 2 | Strength  = 1
 +
| Charisma = 5 | Intuition = 6 | Logic      = 7 | Willpower = 5
 +
| Essence  = 6 | EdgeMax  = 5 | Edge = 5
 +
}}
 +
</pre>
 +
yields:
 +
{{CharacterSheet/Attributes
 +
| Body    = 2 | Agility  = 3 | Reaction  = 2 | Strength  = 1
 +
| Charisma = 5 | Intuition = 6 | Logic      = 7 | Willpower = 5
 +
| Essence  = 6 | EdgeMax  = 5 | Edge = 5
 +
}}
 +
You can also include Magic and Initiate parameters:
 +
{{CharacterSheet/Attributes
 +
| Body    = 2 | Agility  = 3 | Reaction  = 2 | Strength  = 1
 +
| Charisma = 5 | Intuition = 6 | Logic      = 7 | Willpower = 5
 +
| Essence  = 6 | Magic = 6 | Initiate = 3 | EdgeMax  = 5 | Edge = 5
 +
}}
 +
or Resonance and Submersion parameters:
 +
{{CharacterSheet/Attributes
 +
| Body    = 2 | Agility  = 3 | Reaction  = 2 | Strength  = 1
 +
| Charisma = 5 | Intuition = 6 | Logic      = 7 | Willpower = 5
 +
| Essence  = 6 | Resonance = 7 | Submersion = 2 | EdgeMax  = 5 | Edge = 5
 +
}}
 +
</noinclude>

Latest revision as of 19:52, 24 July 2021


Usage

 {{CharacterSheet/Attributes
 | Body     = 2 | Agility   = 3 | Reaction   = 2 | Strength  = 1
 | Charisma = 5 | Intuition = 6 | Logic      = 7 | Willpower = 5
 | Essence  = 6 | EdgeMax   = 5 | Edge = 5
 }}

yields:

Attributes
Body Agility Reaction Strength
2 3 2 1
Charisma Intuition Logic Willpower
5 6 7 5
Essence Edge
6 5/5


You can also include Magic and Initiate parameters:

Attributes
Body Agility Reaction Strength
2 3 2 1
Charisma Intuition Logic Willpower
5 6 7 5
Essence Magic Initiate Edge
6 6 3 5/5


or Resonance and Submersion parameters:

Attributes
Body Agility Reaction Strength
2 3 2 1
Charisma Intuition Logic Willpower
(Attack) (Sleaze) (Data Processing) (Firewall)
5 6 7 5
Essence Resonance Submersion Edge
6 7 2 5/5