Difference between revisions of "Template:Challenge"

From DDO Compendium
Line 1: Line 1:
<noinclude>
<noinclude>
== About ==
The basic template for challenges in DDO.
== Usage ==
<pre>
<pre>
{{Challenge
{{Challenge
Line 17: Line 13:
| dungeonname = <Name of the dungeon instance>
| dungeonname = <Name of the dungeon instance>
| bestowed = <NPC that bestows the challenge>
| bestowed = <NPC that bestows the challenge>
| patron = <Patron name>
| favor = <Patron name>
| timelimit = <The timelimit if there is one>
| timelimit = <The timelimit if there is one>
| walkthrough = <Detailed walkthrough of quest with all optionals>
| walkthrough = <Detailed walkthrough of quest with all optionals>
Line 27: Line 23:
| update = <Which update this was first added to the game>
| update = <Which update this was first added to the game>
}}</pre>
}}</pre>
== The Template ==
{{TemplateDocumentation
|name = Challenge
|description = This template is used to render information about a challenge. Example of the Template in Use: [[Lava Caves: Circles of Power]].
|usesnamedparameters = true
|parameter1name = title
|parameter1description = The title of the challenge.
|parameter1values =
|parameter2name = advpack
|parameter2description = The adventure pack that in which this challenge is a part. Leave blank if it is Free to Play.
|parameter2values =
|parameter3name = update
|parameter3description = Which update was this challenge released in.
|parameter3values =
|parameter4name = dungeonname
|parameter4description = Enter the name of the dungeon where this quest takes place.
|parameter4values =
|parameter5name = hlvl
|parameter5description = What is the minimum heroic normal level of the challenge - leave blank if there isn't a heroic version..
|parameter5values =
|parameter6name = elvl
|parameter6description = What is the minimum epic normal level of the challenge - leave blank if there isn't an epic version.
|parameter6values =
|parameter7name = bestowed
|parameter7description = Who is gives access to the challenge.
|parameter7values =
|parameter8name = flavortext
|parameter8description = Enter the DM text that is displayed in the chat or said when you enter the challenge.
|parameter8values =
|parameter9name = zone
|parameter9description = The public area the challenge is in.
|parameter9values =
|parameter10name = hexp
|parameter10description = Enter the range for the heroic experience.
|parameter10values =
|parameter11name = eexp
|parameter11description = Enter the range for the epic experience.
|parameter11values =
|parameter12name = favor
|parameter12description = Enter the patron information about this challenge.  Use [[Template:ChallengeFavor]] to format this correctly.
|parameter12values =
|parameter13name = overview
|parameter13description = A textual overview of the challenge.
|parameter13values =
|parameter14name = timelimit
|parameter14description = Enter the time limit imposed if there is one.
|parameter14values =
|parameter15name = objectives
|parameter15description = Enter the objectives that the challenge, one for each star.
|parameter15values =
|parameter16name = notes
|parameter16description = Any notes about the challenge.
|parameter16values =
|parameter17name = patchhistory
|parameter17description = Any changes in specific patches to the challenge.
|parameter17values =
|parameter18name = walkthrough
|parameter18description = Use this to give a user a walkthrough on how to complete the challenge.
|parameter18values =
|parameter19name = mapcount
|parameter19description = Specify how many maps.  If this is blank, it will default to 1.  The max you can have is 5.
|parameter19values =
|parameter20name = links
|parameter20description = Any links to external sources.  Use the template [[Template:ExternalLink]].
|parameter20values =  
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
Line 40: Line 100:
{{#if: {{{hlvl|}}} |[[Category:Heroic Challenges]]'''Heroic Level:''' {{{hlvl}}}<br>}}{{#if: {{{elvl|}}} |[[Category:Epic Challenges]]'''Epic Level:''' {{{elvl}}}<br>}}{{#if: {{{bestowed|}}} |'''Bestowed by:''' [[{{{bestowed}}}]]<br>}}{{#if: {{{zone|}}} |[[Category: Challenges Found In {{{zone}}}]]'''Found in:''' [[{{{zone}}}]]<br>}}{{#if: {{{dungeonname|}}} |'''Takes Place in:''' [[{{{dungeonname}}}]]<br>}}{{#if: {{{timelimit|}}} |'''Time Limit:''' {{{timelimit}}} Minutes<br>}}{{#if: {{{hexp|}}} |'''Heroic XP:''' {{{hexp}}}<br>}}{{#if: {{{elvl|}}} |'''Epic XP:''' {{{eexp}}}<br>}}
{{#if: {{{hlvl|}}} |[[Category:Heroic Challenges]]'''Heroic Level:''' {{{hlvl}}}<br>}}{{#if: {{{elvl|}}} |[[Category:Epic Challenges]]'''Epic Level:''' {{{elvl}}}<br>}}{{#if: {{{bestowed|}}} |'''Bestowed by:''' [[{{{bestowed}}}]]<br>}}{{#if: {{{zone|}}} |[[Category: Challenges Found In {{{zone}}}]]'''Found in:''' [[{{{zone}}}]]<br>}}{{#if: {{{dungeonname|}}} |'''Takes Place in:''' [[{{{dungeonname}}}]]<br>}}{{#if: {{{timelimit|}}} |'''Time Limit:''' {{{timelimit}}} Minutes<br>}}{{#if: {{{hexp|}}} |'''Heroic XP:''' {{{hexp}}}<br>}}{{#if: {{{elvl|}}} |'''Epic XP:''' {{{eexp}}}<br>}}
</div>
</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>}}
{{#if: {{{links|}}} |<div class="box inner-box"><span class="box-header">'''External Links'''</span><br>{{{links}}}</div>}}
</div>
</div>

Revision as of 20:21, 15 May 2018

{{Challenge
| title = <The title of the challenge>
| flavortext = <Some text said or written by the DM at the beginning of the challenge>
| overview = <Simple quest overview>
| hlvl = <The minimum heroic level as displayed in the Adventure Compendium>
| elvl = <The minimum epic level as displayed in the Adventure Compendium>
| hexp = <Heroic Casual XP>
| eexp = <Heroic Casual XP>
| zone = <Public zone of the quest entrance>
| advpack = <Required adventure pack, default is Free To Play>
| dungeonname = <Name of the dungeon instance>
| bestowed = <NPC that bestows the challenge>
| favor = <Patron name>
| timelimit = <The timelimit if there is one>
| walkthrough = <Detailed walkthrough of quest with all optionals>
| mapcount = <Number of maps to show (default is 1, at most it is 5)>
| links = use template:ExternalLink for this
| notes = <Any and all relevant notes>
| patchhistory = <Information on all patches that have happened>
| objectives = <What to do for each star>
| update = <Which update this was first added to the game>
}}

Challenge[edit]

This template is used to render information about a challenge. Example of the Template in Use: Lava Caves: Circles of Power.

Usage[edit]

Parameter Documentation
titleThe title of the challenge.
advpackThe adventure pack that in which this challenge is a part. Leave blank if it is Free to Play.
updateWhich update was this challenge released in.
dungeonnameEnter the name of the dungeon where this quest takes place.
hlvlWhat is the minimum heroic normal level of the challenge - leave blank if there isn't a heroic version..
elvlWhat is the minimum epic normal level of the challenge - leave blank if there isn't an epic version.
bestowedWho is gives access to the challenge.
flavortextEnter the DM text that is displayed in the chat or said when you enter the challenge.
zoneThe public area the challenge is in.
hexpEnter the range for the heroic experience.
eexpEnter the range for the epic experience.
favorEnter the patron information about this challenge. Use Template:ChallengeFavor to format this correctly.
overviewA textual overview of the challenge.
timelimitEnter the time limit imposed if there is one.
objectivesEnter the objectives that the challenge, one for each star.
notesAny notes about the challenge.
patchhistoryAny changes in specific patches to the challenge.
walkthroughUse this to give a user a walkthrough on how to complete the challenge.
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.

Template

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