Template:Quest Experience Table: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{| | <includeonly>{|class="wikitable" | ||
!colspan=2 style="width:250px"|Max XP | |||
!Task | |||
{{#ifeq:{{lc:{{{Repeat Differs|}}}}}|true|!Repeat Max XP|}} | |||
|-style="height:40px" | |||
{{#ifeq:{{lc:{{{Repeat Differs|}}}}}|true| | |||
{{{Table Rows|}}} | {{{Table Rows|}}} | ||
|- | |- | ||
|colspan= | |colspan=3| ''<small>See [[Level Costs]] for per level information.</small>'' | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
{{Related|Wiki Templates|Quest Guide Template|{{mtl|Quest Task}}}} | {{Related|Wiki Templates|Quest Guide Template|{{mtl|Quest Task}}}} |
Revision as of 17:50, 19 January 2014
Related topics: Wiki Templates, Quest Guide Template, {{Quest Task}}
Syntax
Experience is a %, repeating task is different:
{{Quest Experience Table | Repeat Differs = True | Table Rows = {{Quest Task | Description = | Max XP = | Percent of Level = | Level Cap = | Repeat Max XP = | Repeat Percent of Level = | Repeat Level Cap = }} }}
Experience is a %, repeats are the same:
{{Quest Experience Table | Repeat Differs = False | Table Rows = {{Quest Task | Description = | Max XP = | Percent of Level = | Level Cap = }} }}
Experience is fixed and not a %, repeats are the same:
{{Quest Experience Table | Repeat Differs = False | Table Rows = {{Quest Task | Description = | Max XP = | Percent of Level = N/A }} }}
Usage
This template is one component of the page template Quest Guide Template, full details and an example can be found there.