Difference between revisions of "Template:BWCharacterSheet/Beginner'sLuck"

From West Of Vipers Gate
m (Replaced content with "<table class="wikitable"> {{BWCharacterSheet/Beginner'sLuckRow/Wrapper |skill={{#explode: {{{1|}}} |,|0}} |root1={{#explode: {{#explode:{{{2|}}}|,|0}} |/|0}} |root2={{#exp...")
Tag: Replaced
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="wikitable">
+
<includeonly><table class="wikitable">
{{BWCharacterSheet/Beginner'sLuckRow/Wrapper
+
<tr><th>Skill</th><th>Root</th><th>Aptitude</th><th>Tests</th></tr>
|skill={{#explode: {{{1|}}} |,|0}}
+
{{ForEach|BWCharacterSheet/Beginner'sLuckRow/Wrapper
|root1={{#explode: {{#explode:{{{2|}}}|,|0}} |/|0}}
+
|{{{1 |}}}
|root2={{#explode: {{#explode:{{{2|}}}|,|0}} |/|1}}
+
|{{{2 |}}}
|tests={{#explode: {{{3|}}} |,|0}}
+
|{{{3 |}}}
|aptitude_override={{#explode: {{{4|}}} |,|0}}
+
|{{{4 |}}}
 +
|{{{5 |}}}
 +
|{{{6 |}}}
 +
|{{{7 |}}}
 +
|{{{8 |}}}
 +
|{{{9 |}}}
 +
|{{{10|}}}
 +
|{{{11|}}}
 +
|{{{12|}}}
 +
|{{{13|}}}
 +
|{{{14|}}}
 +
|{{{15|}}}
 +
|{{{16|}}}
 +
|{{{17|}}}
 +
|{{{18|}}}
 +
|{{{19|}}}
 +
|{{{20|}}}
 +
|{{{21|}}}
 +
|{{{22|}}}
 +
|{{{23|}}}
 +
|{{{24|}}}
 +
|{{{25|}}}
 +
|{{{26|}}}
 +
|{{{27|}}}
 +
|{{{28|}}}
 +
|{{{29|}}}
 +
|{{{30|}}}
 +
|{{{31|}}}
 +
|{{{32|}}}
 +
|{{{33|}}}
 +
|{{{34|}}}
 +
|{{{35|}}}
 +
|{{{36|}}}
 +
|{{{37|}}}
 +
|{{{38|}}}
 +
|{{{39|}}}
 +
|{{{40|}}}
 +
|{{{41|}}}
 +
|{{{42|}}}
 +
|{{{43|}}}
 +
|{{{44|}}}
 +
|{{{45|}}}
 +
|{{{46|}}}
 +
|{{{47|}}}
 +
|{{{48|}}}
 +
|{{{49|}}}
 +
|{{{50|}}}
 
}}
 
}}
</table>
+
</table></includeonly><noinclude>
 +
== Usage ==
 +
Arguments should come in the form:
 +
<pre>|beginners_luck#=<skill name>,<root1>[/<root2>],<tests made>[,<aptitude override>]</pre>
 +
([] indicate optional parameters)
 +
 
 +
For a character with stats
 +
{| class="wikitable"
 +
|-
 +
! Will !! Perception !! Power !! Forte !! Agility !! Speed
 +
|-
 +
| 1 || 2 || 3 || 4 || 5 || 6
 +
|}
 +
the invocation
 +
<pre>
 +
|beginners_luck1=Stealthy,Speed,1
 +
|beginners_luck2=Mounted Combat Training,Will/Power,2
 +
|beginners_luck3=Tanner,Agility/Forte,3,3
 +
</pre>
 +
should yield the below
 +
 
 +
{{BWCharacterSheet/Beginner'sLuck
 +
|Stealthy,6,1
 +
|Mounted Combat Training,1/3,2
 +
|Tanner,5/4,3,3
 +
}}
 +
</noinclude>

Latest revision as of 21:36, 1 February 2022

Usage

Arguments should come in the form:

|beginners_luck#=<skill name>,<root1>[/<root2>],<tests made>[,<aptitude override>]

([] indicate optional parameters)

For a character with stats

Will Perception Power Forte Agility Speed
1 2 3 4 5 6

the invocation

|beginners_luck1=Stealthy,Speed,1
|beginners_luck2=Mounted Combat Training,Will/Power,2
|beginners_luck3=Tanner,Agility/Forte,3,3

should yield the below

SkillRootAptitudeTests
Stealthy 6 4 1
Mounted Combat Training 1/3 8 2
Tanner 5/4 3 3