Template:AgilityCourseTable/doc: Difference between revisions

no edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Allows you to get a table by listing the relevant obstacles.  
Allows you to get a table by listing the relevant obstacles.  


== Parameters ==
{| class="wikitable"
|-
! Parameter
! Default Value
! Description
|-
| showtotals
| <code>false</code>
| Indicates whether total costs/requirements/bonusses should be shown.
|-
| showbonus
| <code>true</code>
| Indicates whether the bonuses column should be shown.
|-
| showrequirements
| <code>true</code>
| Indicates whether the requirements column should be shown.
|-
| showcosts
| <code>true</code>
| Indicates whether the costs column should be shown.
|-
| gpCostReduction
| <code>0</code>
| The amount of GP cost reduction, if any. (0-100)
|-
| scCostReduction
| <code>0</code>
| The amount of SC cost reduction, if any. (0-100)
|-
| itemCostReduction
| <code>0</code>
| The amount of item cost reduction, if any. (0-100)
|}
== Example ==
== Example ==
<pre>
<pre>
Line 8: Line 43:
|Balance Seesaw
|Balance Seesaw
|Elite Pillar of Conflict
|Elite Pillar of Conflict
|showtotals = true
|showtotals = false
|gpCostReduction = 0
|gpCostReduction = 0
|scCostReduction = 0
|scCostReduction = 0
Line 22: Line 57:
|Balance Seesaw
|Balance Seesaw
|Elite Pillar of Conflict
|Elite Pillar of Conflict
|showtotals = true
|showtotals = false
|gpCostReduction = 0
|gpCostReduction = 0
|scCostReduction = 0
|scCostReduction = 0
|itemCostReduction = 0
|itemCostReduction = 0
}}
}}
915

edits