Template:AgilityCourseTable/doc: Difference between revisions

From Melvor Idle
No edit summary
No edit summary
 
(5 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 = false
|gpCostReduction = 0
|scCostReduction = 0
|itemCostReduction = 0
}}
}}
</pre>
</pre>


turns into the following table:
Turns into the following table:
 


{{AgilityCourseTable
{{AgilityCourseTable
Line 19: Line 57:
|Balance Seesaw
|Balance Seesaw
|Elite Pillar of Conflict
|Elite Pillar of Conflict
|showtotals = false
|gpCostReduction = 0
|scCostReduction = 0
|itemCostReduction = 0
}}
}}

Latest revision as of 17:12, 27 April 2024

Allows you to get a table by listing the relevant obstacles.

Parameters

Parameter Default Value Description
showtotals false Indicates whether total costs/requirements/bonusses should be shown.
showbonus true Indicates whether the bonuses column should be shown.
showrequirements true Indicates whether the requirements column should be shown.
showcosts true Indicates whether the costs column should be shown.
gpCostReduction 0 The amount of GP cost reduction, if any. (0-100)
scCostReduction 0 The amount of SC cost reduction, if any. (0-100)
itemCostReduction 0 The amount of item cost reduction, if any. (0-100)

Example

{{AgilityCourseTable
|Rope Climb
|Monkey Bars
|Balance Seesaw
|Elite Pillar of Conflict
|showtotals = false
|gpCostReduction = 0
|scCostReduction = 0
|itemCostReduction = 0
}}

Turns into the following table: