Difference between revisions of "Template:Quest"

From DDO Compendium
Line 1: Line 1:
<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
{{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>
|flavortext =  
|zone = <The major zone the quest>
|zone =  
|entrance= <The location of the entrance, if it is different that the zone>
|entrance=  
|hexp = <Heroic Experience - use Template:QuestExp>
|hexp =  
|eexp = <Epic Experience - use Template:QuestExp>
|eexp =  
|lexp = <Legendary Experience - use Template:QuestExp>
|lexp =  
|favor = <The favor rewards, use the Template:QuestFavor>
|favor =  
|overview = <A textual overview of the quest>
|overview =  
|traps = <A list of traps>
|traps =  
|objectives = <List of objectives, as given in the quest>
|objectives =  
|notes = <Any notes about the quest>
|notes =  
|patchhistory = <Any changes in specific patches>
|patchhistory =  
|bonusxp = <The Bonus XP that can be rewarded for kills, breakables, etc - Use Template:QuestBonus>
|bonusxp =  
|walkthrough = <A walkthrough of how to complete this quest>
|walkthrough =  
|mapcount = <The number of maps - default is 1, at most it is 5>
|mapcount =  
|links = <Links to either youtube or the forums - use template:ExternalLink>
|links =  
|monsters = <Bulleted list of monsters - use template:QuestMonster>
|monsters =  
|puzzlecount= <Number of images that are puzzles, leave blank for none>
|puzzlecount=  
|puzzlelinks= <Links to pages for more complicated puzzles - use template:QuestPuzzle>
|puzzlelinks=  
}}
}}
</pre>
</pre>
 
{{TemplateDocumentation
----
|name = StoryArc
 
|description = This template is used to render information about a quest. Example of the Template in Use: [[The Lords of Dust]].
== The Template ==
|usesnamedparameters = true
</noinclude>
|parameter1name = title
|parameter1description = The title of the quest.
|parameter1values =
|parameter2name = advpack
|parameter2description = The adventure pack that in which this quest is a part. Leave blank if it is Free to Play.
|parameter2values =
|parameter3name = update
|parameter3description = Which update was this quest released in.
|parameter3values =
|parameter4name = arc
|parameter4description = Enter the name of the story arc which this quest is a part.
|parameter4values =
|parameter5name = dungeonname
|parameter5description = Enter the name of the dungeon where this quest takes place.
|parameter5values =
|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.
|parameter7values =
|parameter8name = hlvl
|parameter8description = What is the heroic normal level of the quest - leave blank if there isn't a heroic version..
|parameter8values =
|parameter9name = elvl
|parameter9description = What is the epic normal level of the quest - leave blank if there isn't an epic version.
|parameter9values =
|parameter10name = llvl
|parameter10description = What is the legendary normal level of the quest - leave blank if there isn't a legendary version.
|parameter10values =
|parameter11name = bestowed
|parameter11description = Who is the quest giver for the quest.
|parameter11values =
|parameter12name = flavortext
|parameter12description = Enter the DM text that is displayed in the chat or said when you enter the quest.
|parameter12values =
|parameter13name = zone
|parameter13description = The public area the quest is in.
|parameter13values =
|parameter14name = entrance
|parameter14description = If the quest entrance is not in the public area defined in zone, put the name of that area here.
|parameter14values =
|parameter15name = hexp
|parameter15description = Enter the experience gained by completing the heroic version of this quest.  Use [[Template:QuestExp]] to specify the values for all the difficulties.
|parameter15values =
|parameter16name = eexp
|parameter16description = Enter the experience gained by completing the epic version of this quest.  Use [[Template:QuestExp]] to specify the values for all the difficulties.
|parameter16values =
|parameter17name = lexp
|parameter17description = Enter the experience gained by completing the legendary version of this quest.  Use [[Template:QuestExp]] to specify the values for all the difficulties.
|parameter17values =
|parameter18name = favor
|parameter18description = Enter the favor information about this quest.  Use [[Template:QuestFavor]] to format this correctly.
|parameter18values =
|parameter19name = overview
|parameter19description = A textual overview of the quest.
|parameter19values =
|parameter20name = traps
|parameter20description = Enter information about the traps that are in this quest.
|parameter20values =
|parameter21name = objectives
|parameter21description = Enter the objectives that the quest has, as a bulleted list.
|parameter21values =
|parameter22name = notes
|parameter22description = Any notes about the quest.
|parameter22values =
|parameter23name = patchhistory
|parameter23description = Any changes in specific patches to the quest.
|parameter23values =
|parameter24name = bonusxp
|parameter24description = Enter the bonus XP gained from breakables, traps, etc.  Use multiple [[Template:QuestBonus]], one for each type.
|parameter24values =
|parameter25name = walkthrough
|parameter25description = Use this to give a user a walkthrough on how to complete the quest.
|parameter25values =
|parameter26name = mapcount
|parameter26description = Specify how many maps.  If this is blank, it will default to 1.  The max you can have is 5.
|parameter26values =
|parameter27name = links
|parameter27description = Any links to external sources.  Use the template [[Template:ExternalLink]].
|parameter27values =
|parameter28name = monsters
|parameter28description = Enter a bulleted list of non-named monsters that are in the quest.  Use [[Template:QuestMonster]] to populate.
|parameter28values =
|parameter29name = puzzlecount
|parameter29description = Specify how many images you have for puzzles.  If it is blank there are none.
|parameter29values =
|parameter30name = puzzlelinks
|parameter30description = A bulleted list of links to pages that help describe more complicated puzzles.  Use [[Template:QuestPuzzle]] for this.
|parameter30values =  
}}</noinclude>
<div>
<div>
<div class="quest">
<div class="quest">

Revision as of 19:04, 15 May 2018

{{Template:Quest
|title = 
|advpack = 
|update = 
|arc = 
|dungeonname = 
|length = 
|noreaper = 
|hlvl = 
|elvl = 
|llvl = 
|bestowed = 
|flavortext = 
|zone = 
|entrance= 
|hexp = 
|eexp = 
|lexp = 
|favor = 
|overview = 
|traps = 
|objectives = 
|notes = 
|patchhistory = 
|bonusxp = 
|walkthrough = 
|mapcount = 
|links = 
|monsters = 
|puzzlecount= 
|puzzlelinks= 
}}

StoryArc[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.
updateWhich update was this quest released in.
arcEnter the name of the story arc which this quest is a part.
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.
flavortextEnter the DM text that is displayed in the chat or said when you enter the quest.
zoneThe public area the quest is in.
entranceIf the quest entrance is not in the public area defined in zone, put the name of that area here.
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.
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:QuestPuzzle for this.

Template

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


Free To Play

[[File:{{{title}}} Map.png|border|350px|]]


Overview
{{{overview}}}
Named Loot

Extension:DynamicPageList3 (DPL3), version 3.4.5: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants

Known Traps
None
Monsters
Named

Extension:DynamicPageList3 (DPL3), version 3.4.5: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants