Difference between revisions of "Template:Quest"

From DDO Compendium
 
(183 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
<noinclude>
<noinclude>
== How To Use This Template ==
The basic template for quests in DDO.<br>
Example of the Template in Use: [[The Lords of Dust]]
<pre>
<pre>
{{Template:Quest</nowiki>
{{Template:Quest
|title = <The name of the quest>
|title =  
|advpack = <Which adventure pack it is in>
|advpack =  
|update = <What update the quest was released in>
|update =  
|arc = <Which quest arc/chain this is part of>
|arc =  
|dungeonname = <The name of the dungeon it takes place in>
|dungeonname =  
|length = <short, medium, long or very long>
|length =  
|noreaper = <Set to True if no reaper available, like korthos or tangleroot>
|noreaper =  
|hlvl = <Heroic Normal Level>
|hlvl =  
|elvl = <Epic Normal Level>
|elvl =  
|llvl = <Legendary Normal Level>
|llvl =  
|bestowed = <Who gave the quest>
|bestowed =  
|flavortext = <Some DM text that is said or written at the beginning of the quest>
|bestowed2 =
|zone = <The public or wilderness area the entrance is in>
|NPCContact=
|hexp = <Heroic Experience - use Template:QuestExp>
|flavortext =  
|eexp = <Epic Experience - use Template:QuestExp>
|zone =  
|lexp = <Legendary Experience - use Template:QuestExp>
|entrance=
|favor = <The favor rewards, use the Template:QuestFavor>
|entrance2=
|overview = <A textual overview of the quest>
|hexp =  
|traps = <A list of traps>
|eexp =  
|objectives = <List of objectives, as given in the quest>
|lexp =  
|notes = <Any notes about the quest>
|favor =  
|patchhistory = <Any changes in specific patches>
|overview =  
|bonusxp = <The Bonus XP that can be rewarded for kills, breakables, etc - Use Template:QuestBonus>
|traps =  
|walkthrough = <A walkthrough of how to complete this quest>
|objectives =  
|mapcount = <The number of maps - default is 1, at most it is 5>
|notes =  
|links = <Links to either youtube or the forums - use template:ExternalLink>
|patchhistory =  
|monsters = <Bulleted list of monsters - use template:QuestMonster>
|bonusxp =  
|walkthrough =  
|mapcount =  
|mapext=
|links =  
|monsters =  
|puzzlecount=
|puzzlelinks=
|locks=
|requiredquests=
|isflaggingfor=
|maxpartysize=
|saga=
|puzzletitle=
|loot=
|arcpos=
|mapname=
|leadsto=
}}
}}
</pre>
</pre>
 
{{TemplateDocumentation
----
|name = Quest
 
|description = This template is used to render information about a quest. Example of the Template in Use: [[The Lords of Dust]].
== The Template ==
|category=Quest and Area Templates
</noinclude>
|usesnamedparameters = true
<div>
|parameter1name = title
<div class="quest">
|parameter1description = The title of the quest.
<div class="box outer-box">
|parameter2name = advpack
<div class="box inner-box">
|parameter2description = The adventure pack that in which this quest is a part. Leave blank if it is Free to Play. Use [[Template:PageLink]] if the page name is not the same as the name.
{{#if: {{{advpack|}}}|'''Pack:''' [[{{{advpack}}}]]<br>|Free To Play<br>}}{{#if: {{{arc|}}} |'''Arc:''' [[{{{arc|}}}]]}}
|parameter3name = update
|parameter3description = Which update was this quest released in.
|parameter4name = arc
|parameter4description = Enter the name of the story arc which this quest is a part. Use [[Template:PageLink]] if the page name is not the same as the name.
|parameter5name = dungeonname
|parameter5description = Enter the name of the dungeon where this quest takes place.
|parameter6name = length
|parameter6description = Enter the length of the quest.
|parameter6values =
* Short
* Medium
* Long
* Very Long
|parameter7name = noreaper
|parameter7description = If this quest cannot be played on reaper mode, enter "True" here.
|parameter8name = hlvl
|parameter8description = What is the heroic normal level of the quest - leave blank if there isn't a heroic version..
|parameter9name = elvl
|parameter9description = What is the epic normal level of the quest - leave blank if there isn't an epic version.
|parameter10name = llvl
|parameter10description = What is the legendary normal level of the quest - leave blank if there isn't a legendary version.
|parameter11name = bestowed
|parameter11description = Who is the quest giver for the quest. Use [[Template:PageLink]] if the page name is not the same as the name.
|parameter12name = flavortext
|parameter12description = Enter the DM text that is displayed in the chat or said when you enter the quest.
|parameter13name = zone
|parameter13description = The public area the quest is in. Use [[Template:PageLink]] if the page name is not the same as the name.
|parameter14name = entrance
|parameter14description = If the quest entrance is not in the public area defined in zone, put the name of that area here. Use [[Template:PageLink]] if the page name is not the same as the name.
|parameter15name = entrance2
|parameter15description = If this quest has two entrances is not in the public area defined in zone, put the name of that area here. For example, if there is an epic and heroic, and the entrance is in a wilderness where there are different epic an heroic versions Use [[Template:PageLink]] if the page name is not the same as the name.
|parameter16name = hexp
|parameter16description = Enter the experience gained by completing the heroic version of this quest.  Use [[Template:QuestExp]] to specify the values for all the difficulties.
|parameter17name = eexp
|parameter17description = Enter the experience gained by completing the epic version of this quest.  Use [[Template:QuestExp]] to specify the values for all the difficulties.
|parameter18name = lexp
|parameter18description = Enter the experience gained by completing the legendary version of this quest.  Use [[Template:QuestExp]] to specify the values for all the difficulties.
|parameter19name = favor
|parameter19description = Enter the favor information about this quest.  Use [[Template:QuestFavor]] to format this correctly.
|parameter20name = overview
|parameter20description = A textual overview of the quest.
|parameter21name = traps
|parameter21description = Enter information about the traps that are in this quest.  Use [[Template:QuestTrap]].
|parameter22name = objectives
|parameter22description = Enter the objectives that the quest has, as a bulleted list.
|parameter23name = notes
|parameter23description = Any notes about the quest.
|parameter24name = patchhistory
|parameter24description = Any changes in specific patches to the quest.
|parameter25name = bonusxp
|parameter25description = Enter the bonus XP gained from breakables, traps, etc.  Use multiple [[Template:QuestBonus]], one for each type.
|parameter26name = walkthrough
|parameter26description = Use this to give a user a walkthrough on how to complete the quest.
|parameter27name = mapcount
|parameter27description = Specify how many maps.  If this is blank, it will default to 1.  The max you can have is 5.
|parameter28name = links
|parameter28description = Any links to external sources.  Use the template [[Template:ExternalLink]].
|parameter29name = monsters
|parameter29description = Enter a bulleted list of non-named monsters that are in the quest.  Use [[Template:QuestMonster]] to populate.
|parameter30name = puzzlecount
|parameter30description = Specify how many images you have for puzzles.  If it is blank there are none.
|parameter31name = puzzlelinks
|parameter31description = A bulleted list of links to pages that help describe more complicated puzzles.  Use [[Template:QuestPuzzles]] for this.
|parameter32name = locks
|parameter32description = Enter information about the locks that are in this quest. Use [[Template:QuestLock]].
|parameter33name = requiredquests
|parameter33description = A list of quests required before you can run this.  Enter them with links and a <br> between each one.
|parameter34name = isflaggingfor
|parameter34description = Enter the quest or raid  for which this quest is a flagging quest. Use [[Template:QuestFlag]] if the page name is not the same as the name.
|parameter35name = maxpartysize
|parameter35description = Enter the maximum number of people that be in the party when they enter the quest.
|parameter35values =
* 1 - Solo quest
* 6 - Standard quest
* 12 - Raid
|parameter36name = saga
|parameter36description = A list of sagas that this quest is in.  Use [[Template:QuestSaga]] for each saga populate this. Put each one on a new line
|parameter37name = bestowed2
|parameter37description = Who is the quest giver for the quest for the epic/legendary version if it is different than the heroic. Use [[Template:PageLink]] if the page name is not the same as the name.
|parameter38name = puzzletitle
|parameter38description = The name of the puzzle before the number, if different that the title of the quest (allows sharing)
|parameter39name = loot
|parameter39description = A buleted list of loot that drops that isn't specific to this quest (i.e. tomes)
|parameter40name = NPCContact
|parameter40description = The NPC you get rewards from if this is a walkup (i.e. there is no bestower) Use [[Template:PageLink]] if the page name is not the same as the name.
|parameter41name = arcpos
|parameter41description = The relative order in which this quest appears in the arc, if you follow it from beginning to end.  Used in correctly sorting the quest list in the story arc pages.
|parameter42name = mapname
|parameter42description = The prefix names of the map instead of the title incase the same maps are in more than one quest.
|parameter43name = leadsto
|parameter43description = The name of the quest that this quest has an entrance to
|parameter44name = mapext
|parameter44description = extension for the map files, use if you need something besides a png
}}</noinclude><includeonly>
<div class="row">
<div class="col-sm-8">
{{#if:{{{flavortext}}}|<blockquote>{{{flavortext}}}</blockquote>}}
<table class="table table-striped table-condensed">
<tr>
<td><h2>Overview</h2>{{{overview}}}</td>
</tr>
{{#if:{{{objectives|}}}|
<tr>
<td><h2>Objectives</h2>
{{{objectives}}}</td>
</tr>
}}
<tr>
<td><h2>Named Loot</h2>{{#dpl:
|category=Loot
|notcategory=Filigrees
|notcategory=Items that Drop in All Adventure Pack Quests
|notcategory=Loot that Drops with Multiple Versions
|notnamespace=Template
|linksto={{ARTICLEPAGENAME}}
|ordermethod=sortkey
|noresultsheader={{#if: {{{loot|}}}|&nbsp;|None}}}}{{#if: {{{loot|}}}|{{{loot}}}}}</td>
</tr>
{{#if:{{{notes|}}}|
<tr>
<td><h2>Notes</h2>
{{{notes}}}</td>
</tr>
}}
{{#if:{{{patchhistory|}}}|
<tr>
<td><h2>Patch History</h2>
{{{patchhistory}}}</td>
</tr>
}}
{{#if:{{{walkthrough|}}}|
<tr>
<td><h2>Walkthrough</h2>
{{{walkthrough}}}</td>
</tr>
}}
{{#if:{{{bonusxp|}}}|
<tr>
<td><h2>Bonus XP</h2>
{{{bonusxp}}}</td>
</tr>
}}
<tr>
<td><h2>Monsters</h2>{{#dpl:|linksto={{ARTICLEPAGENAME}}|uses=Template:NamedEnemy|noresultsheader={{#if: {{{monsters|}}} ||None}}}}{{#if: {{{monsters|}}} |{{{monsters}}}}}</td>
</tr>
</table>
</div>
</div>
<div class="box inner-box">{{QuestMaps|{{{title}}}|{{{mapcount|1}}}}}</div>
<div class="visible-xs-block hidden-sm hidden-md hidden-lg">
<div class="box inner-box">
<hr>
{{#if: {{{hlvl|}}} |[[Category:Level {{{hlvl}}} Quests]]'''Heroic Level:''' {{{hlvl}}}<br>}}{{#if: {{{elvl|}}} |[[Category:Level {{{elvl}}} Quests]]'''Epic Level:''' {{{elvl}}}<br>}}{{#if: {{{llvl|}}} |[[Category:Level {{{llvl}}} Quests]]'''Legendary Level:''' {{{llvl}}}<br>}}{{#if: {{{bestowed|}}} |'''Bestowed by:''' [[{{{bestowed}}}]]<br>}}{{#if: {{{length|}}} |'''Length:''' {{{length}}}<br>}}{{#if: {{{zone|}}} |[[Category: Quests Found In {{{zone}}}]]'''Found in:''' [[{{{zone}}}]]<br>}}{{#if: {{{dungeonname|}}} |'''Takes Place in:''' [[{{{dungeonname}}}]]<br>}}
</div>
</div>
{{#if: {{{hlvl|}}} |<div class="box inner-box"><span class="box-header">'''Heroic XP'''</span><br>{{{hexp}}}{{QuestReaperXP|{{{hlvl}}}|{{{length}}}|{{{noreaper|}}}}}</div>}}{{#if: {{{elvl|}}} |<div class="box inner-box"><span class="box-header">'''Epic XP'''</span><br>{{{eexp}}}{{QuestReaperXP|{{{elvl}}}|{{{length}}}|{{{noreaper|}}}}}</div>}}{{#if: {{{llvl|}}} |<div class="box inner-box"><span class="box-header">'''Legendary XP'''</span><br>{{{lexp}}}{{QuestReaperXP|{{{llvl}}}|{{{length}}}|{{{noreaper|}}}}}</div>}}{{#if: {{{favor|}}} |<div class="box inner-box"><span class="box-header">'''Favor'''</span><br>{{{favor}}}</div>}}{{#if: {{{links|}}} |<div class="box inner-box"><span class="box-header">'''External Links'''</span><br>{{{links}}}</div>}}
<div class="col-sm-4">
<table class="table table-striped table-condensed">
<tr>
<td>{{#if:{{{advpack|}}}|'''Pack:'''&nbsp;{{RenderLink|{{{advpack}}}}}|[[Category:Free to Play Quests]]Free To Play}}{{#if:{{{arc|}}}|<br>'''Arc:'''&nbsp;{{RenderLink|{{{arc}}}}}}}</td>
</tr>
{{#if:{{{isflaggingfor|}}}|<tr>
<td>'''Flag for:'''&nbsp;{{RenderLink|{{{isflaggingfor}}}}}</td>
</tr>
}}
<tr>
<td>{{#if:{{{hlvl|}}}|'''Heroic Level:'''&nbsp;{{{hlvl}}}<br>}}{{#if:{{{elvl|}}}|'''Epic Level:'''&nbsp;{{{elvl}}}<br>}}{{#if:{{{llvl|}}}|'''Legendary Level:'''&nbsp;{{{llvl}}}<br>}}{{#if: {{{bestowed|}}}|'''Bestowed by:'''&nbsp;{{#if: {{{bestowed2|}}}|
*}} {{RenderLink|{{{bestowed}}}}} {{#if: {{{bestowed2|}}}|{{#if: {{{llvl|}}}|&nbsp;(Heroic/Epic)|&nbsp;(Heroic)}}}}<br>{{#if: {{{bestowed2|}}} |
* {{RenderLink|{{{bestowed2}}}}} ({{#if: {{{llvl|}}}|Legendary|Epic}})}}|'''Walkup'''<br>[[Category:Walkup Quests]]}}{{#if:{{{NPCContact|}}}|'''NPC Contact:''' {{RenderLink|{{{NPCContact}}}}}<br>}}</td>
</tr>
<tr>
<td>{{#if:{{{length|}}}|'''Length:'''&nbsp;{{{length}}}<br>}}{{#if:{{{dungeonname|}}}|'''Takes Place in:'''&nbsp;{{{dungeonname}}}<br>}}{{#ifeq:{{{maxpartysize|}}}|1|'''This is a SOLO quest<br>}}{{#ifeq:{{{maxpartysize|}}}|12|'''This is a RAID'''<br>[[Category:Raids]]}}{{#if:{{{zone|}}}|'''Found in:'''&nbsp;{{RenderLink|{{{zone}}}}}<br>[[Category:Quests Bestowed in {{{zone}}}]]}}{{#if:{{{entrance|}}}|'''Entrance in:'''&nbsp;{{#if: {{{entrance2|}}}|
*}} {{RenderLink|{{{entrance}}}}}{{#if:{{{entrance2|}}}|&nbsp;(Heroic)
* {{RenderLink|{{{entrance2}}}}}&nbsp;({{#if: {{{elvl|}}}|Epic|Legendary}})}}}}{{#if: {{{leadsto|}}}|<br>'''Leads To:''' {{RenderLink|{{{leadsto}}}}}}}</td>
</tr>
{{#if:{{{hlvl|}}}|
<tr>
<td><h4>Heroic XP</h4>{{{hexp}}}{{QuestReaperXP|{{{hlvl}}}|{{{length}}}|{{{noreaper|}}}}}</td>
</tr>
}}
{{#if:{{{elvl|}}}|
<tr>
<td><h4>Epic XP</h4>{{{eexp}}}{{QuestReaperXP|{{{elvl}}}|{{{length}}}|{{{noreaper|}}}}}</td>
</tr>
}}
{{#if:{{{llvl|}}}|
<tr>
<td><h4>Legendary XP</h4>{{{lexp}}}{{QuestReaperXP|{{{llvl}}}|{{{length}}}|{{{noreaper|}}}}}</td>
</tr>
}}
{{#if:{{{favor|}}}|
<tr>
<td><h4>Favor</h4>{{{favor}}}</td>
</tr>
}}
{{#ifeq:{{{mapcount|1}}}|0||
<tr>
<td>{{QuestMaps|{{#if: {{{mapname|}}}|{{{mapname}}}|{{{title}}}}}|{{{mapcount|1}}}|Map|{{{mapext|}}}}}</td>
</tr>
}}
{{#if:{{{puzzlecount|}}}{{{puzzlelinks|}}}|
<tr>
<td>'''Puzzles:'''&nbsp;<br>{{#if:{{{puzzlecount|}}}|{{QuestMaps|{{#if:{{{puzzletitle|}}}|{{{puzzletitle}}}|{{{title}}}}}|{{{puzzlecount}}}|Puzzle}}}}{{{puzzlelinks|}}}</td>
</tr>
}}
{{#if:{{{saga|}}}|
<tr>
<td><h3>Sagas</h3>{{{saga}}}</td>
</tr>
}}
{{#if:{{{traps|}}}|
<tr>
<td><h3>Known Traps</h3>{{{traps}}}[[Category:Quests with Traps]]</td>
</tr>
|[[Category:Quests without Traps]]}}
{{#if:{{{locks|}}}|
<tr>
<td><h3>Locks</h3>{{{locks}}}[[Category:Quests with Locks]]</td>
</tr>
}}
{{#if:{{{links|}}}|
<tr>
<td><h3>External Links</h3>{{WrapMultiLine|{{{links}}}}}</td>
</tr>
}}
{{#if:{{{requiredquests|}}}|<tr>
<td><h3>Requires</h3>
{{{requiredquests}}}</td>
</tr>
}}
</table>
</div>
</div>
{{#if: {{{flavortext|}}} |<div class="flavor-text paragraph-body">{{{flavortext}}}</div>}}
<div class="paragraph-header">Overview</div>
<div class="paragraph-body">{{{overview}}}</div>
{{#if: {{{objectives|}}}|<div class="paragraph-header">Objectives</div><div class="paragraph-body">
{{{objectives}}}
</div>}}
<div class="paragraph-header">Named Loot</div>
<div class="paragraph-body">{{#dpl: category={{{title}}} loot|noresultsheader=None}}</div>
<div class="paragraph-header">Known Traps</div>
<div class="paragraph-body">{{{traps|None}}}</div>
{{#if: {{{notes|}}}|<div class="paragraph-header">Notes</div><div class="paragraph-body">
{{{notes}}}
</div>}}{{#if: {{{patchhistory|}}}|<div class="paragraph-header">Patch History</div><div class="paragraph-body">
{{{patchhistory}}}
</div>}}{{#if: {{{walkthrough|}}}|<div class="paragraph-header">Walkthrough</div><div class="paragraph-body">
{{{walkthrough}}}
</div>}}{{#if: {{{bonusxp|}}} |<div class="paragraph-header">Bonus XP</div><div class="paragraph-body">
{{{bonusxp}}}</div>}}
<div class="paragraph-header">Named Monsters</div>
<div class="paragraph-body">{{#dpl: category=Named Monsters In {{{title}}}|noresultsheader=None}}</div>
{{#if: {{{monsters|}}} |<div class="paragraph-header">Monsters</div><div class="paragraph-body">
{{{monsters}}}</div>}}
</div>
</div>
</div>
{{#if:{{{update|}}}|[[Category: Update {{{update}}} Quests]]|{{#ifeq:{{FULLPAGENAME}}|Template:Quest||[[Category: Quests without Update]]}}}}
{{#if: {{{update|}}} |[[Category: Update {{{update}}} Quests]]}}
{{#if:{{{advpack|}}}|[[Category:Quests Included with {{#sub:{{RenderLink|{{{advpack}}}}}|2|-2}}]]}}
{{#if:{{{hlvl|}}}|[[Category:Level {{{hlvl}}} Quests]][[Category:Heroic Difficulty Quests]]}}{{#if:{{{elvl|}}}|[[Category:Level {{{elvl}}} Quests]][[Category:Epic Difficulty Quests]]}}{{#if:{{{llvl|}}}|[[Category:Level {{{llvl}}} Quests]][[Category:Legendary Difficulty Quests]]}}
{{#if: {{{entrance|}}}|[[Category:Quest with Entrance in {{{entrance}}}]]|{{#if: {{{zone|}}}|[[Category:Quest with Entrance in {{{zone}}}]]}}}}
{{#seo:
|type=website
|image={{filepath:{{{title}}} Map.png|nowiki}}
|description=
Overview: {{#sub:{{{overview}}}|0|125}}...
Bestowed By: {{{bestowed|Walkup}}}
Found In: {{{zone}}}
Length: {{{length}}}
|site_name={{SITENAME}}
|published_time={{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}}
|theme-color=#FF0000
|keywords=Dungeons,and,Dragons,Online,DDO,{{#replace:{{{title}}}| |,}},{{#replace:{{{dungeonname}}}| |,}},{{#replace:{{{zone}}}| |,}},{{#replace:{{#replace:{{#replace:{{#replace:{{{advpack}}}|{{!}}|,}}|]|}}|[|}}| |,}}
}}
</includeonly>

Latest revision as of 16:54, 1 December 2023


{{Template:Quest
|title = 
|advpack = 
|update = 
|arc = 
|dungeonname = 
|length = 
|noreaper = 
|hlvl = 
|elvl = 
|llvl = 
|bestowed = 
|bestowed2 = 
|NPCContact=
|flavortext = 
|zone = 
|entrance= 
|entrance2= 
|hexp = 
|eexp = 
|lexp = 
|favor = 
|overview = 
|traps = 
|objectives = 
|notes = 
|patchhistory = 
|bonusxp = 
|walkthrough = 
|mapcount = 
|mapext=
|links = 
|monsters = 
|puzzlecount= 
|puzzlelinks= 
|locks=
|requiredquests=
|isflaggingfor=
|maxpartysize=
|saga=
|puzzletitle=
|loot=
|arcpos=
|mapname=
|leadsto=
}}

Quest[edit]

This template is used to render information about a quest. Example of the Template in Use: The Lords of Dust.

Usage[edit]

Parameter Documentation
titleThe title of the quest.
advpackThe adventure pack that in which this quest is a part. Leave blank if it is Free to Play. Use Template:PageLink if the page name is not the same as the name.
updateWhich update was this quest released in.
arcEnter the name of the story arc which this quest is a part. Use Template:PageLink if the page name is not the same as the name.
dungeonnameEnter the name of the dungeon where this quest takes place.
lengthEnter the length of the quest.
Possible Values:
  • Short
  • Medium
  • Long
  • Very Long
noreaperIf this quest cannot be played on reaper mode, enter "True" here.
hlvlWhat is the heroic normal level of the quest - leave blank if there isn't a heroic version..
elvlWhat is the epic normal level of the quest - leave blank if there isn't an epic version.
llvlWhat is the legendary normal level of the quest - leave blank if there isn't a legendary version.
bestowedWho is the quest giver for the quest. Use Template:PageLink if the page name is not the same as the name.
flavortextEnter the DM text that is displayed in the chat or said when you enter the quest.
zoneThe public area the quest is in. Use Template:PageLink if the page name is not the same as the name.
entranceIf the quest entrance is not in the public area defined in zone, put the name of that area here. Use Template:PageLink if the page name is not the same as the name.
entrance2If this quest has two entrances is not in the public area defined in zone, put the name of that area here. For example, if there is an epic and heroic, and the entrance is in a wilderness where there are different epic an heroic versions Use Template:PageLink if the page name is not the same as the name.
hexpEnter the experience gained by completing the heroic version of this quest. Use Template:QuestExp to specify the values for all the difficulties.
eexpEnter the experience gained by completing the epic version of this quest. Use Template:QuestExp to specify the values for all the difficulties.
lexpEnter the experience gained by completing the legendary version of this quest. Use Template:QuestExp to specify the values for all the difficulties.
favorEnter the favor information about this quest. Use Template:QuestFavor to format this correctly.
overviewA textual overview of the quest.
trapsEnter information about the traps that are in this quest. Use Template:QuestTrap.
objectivesEnter the objectives that the quest has, as a bulleted list.
notesAny notes about the quest.
patchhistoryAny changes in specific patches to the quest.
bonusxpEnter the bonus XP gained from breakables, traps, etc. Use multiple Template:QuestBonus, one for each type.
walkthroughUse this to give a user a walkthrough on how to complete the quest.
mapcountSpecify how many maps. If this is blank, it will default to 1. The max you can have is 5.
linksAny links to external sources. Use the template Template:ExternalLink.
monstersEnter a bulleted list of non-named monsters that are in the quest. Use Template:QuestMonster to populate.
puzzlecountSpecify how many images you have for puzzles. If it is blank there are none.
puzzlelinksA bulleted list of links to pages that help describe more complicated puzzles. Use Template:QuestPuzzles for this.
locksEnter information about the locks that are in this quest. Use Template:QuestLock.
requiredquestsA list of quests required before you can run this. Enter them with links and a
between each one.
isflaggingforEnter the quest or raid for which this quest is a flagging quest. Use Template:QuestFlag if the page name is not the same as the name.
maxpartysizeEnter the maximum number of people that be in the party when they enter the quest.
Possible Values:
  • 1 - Solo quest
  • 6 - Standard quest
  • 12 - Raid
sagaA list of sagas that this quest is in. Use Template:QuestSaga for each saga populate this. Put each one on a new line
bestowed2Who is the quest giver for the quest for the epic/legendary version if it is different than the heroic. Use Template:PageLink if the page name is not the same as the name.
puzzletitleThe name of the puzzle before the number, if different that the title of the quest (allows sharing)
lootA buleted list of loot that drops that isn't specific to this quest (i.e. tomes)
NPCContactThe NPC you get rewards from if this is a walkup (i.e. there is no bestower) Use Template:PageLink if the page name is not the same as the name.
arcposThe relative order in which this quest appears in the arc, if you follow it from beginning to end. Used in correctly sorting the quest list in the story arc pages.
mapnameThe prefix names of the map instead of the title incase the same maps are in more than one quest.
leadstoThe name of the quest that this quest has an entrance to
mapextextension for the map files, use if you need something besides a png

Template

Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.