No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{|cellpadding=3 style="border:1px solid #e5e5e5; background:#F9F9F9; vertical-align:top;"
<includeonly>{|class="wikitable"
|-
!colspan=2 style="width:250px"|Max XP
|bgcolor=#d0d0d0 align=center valign=top| '''Task Required'''
!Task
|bgcolor=#d0d0d0 align=center valign=top| '''{{#ifeq:{{lc:{{{Repeat Differs|}}}}}|true|First Run|}} Max Experience'''
{{#ifeq:{{lc:{{{Repeat Differs|}}}}}|true|!Repeat Max XP|}}
|bgcolor=#d0d0d0 align=center valign=top| '''Percentage & Level Cap'''
|-style="height:40px"
{{#ifeq:{{lc:{{{Repeat Differs|}}}}}|true||{{!}}-}}
{{#ifeq:{{lc:{{{Repeat Differs|}}}}}|true|{{!}}bgcolor=#d0d0d0 align=center valign=top{{!}} '''Repeated Run Max XP'''|}}
{{#ifeq:{{lc:{{{Repeat Differs|}}}}}|true|{{!}}bgcolor=#d0d0d0 align=center valign=top{{!}} '''Repeated Run Percentage & Level Cap'''|}}
|-
{{{Table Rows|}}}
{{{Table Rows|}}}
|-
|-
|colspan=4| ''<small>See [[Level Costs]] for per level information.</small>''
|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.