Difference between revisions of "Template:Challenge"

From DDO Compendium
Line 38: Line 38:
<div class="box inner-box">{{QuestMaps|{{{title}}}|{{{mapcount|1}}}}}</div>
<div class="box inner-box">{{QuestMaps|{{{title}}}|{{{mapcount|1}}}}}</div>
<div class="box inner-box">
<div class="box inner-box">
{{#if: {{{hlvl|}}} |[[Category:Level {{{hlvl}}} Quests]]'''Heroic Level:''' {{{hlvl}}}<br>}}{{#if: {{{elvl|}}} |[[Category:Level {{{elvl}}} Quests]]'''Epic Level:''' {{{elvl}}}<br>}}{{#if: {{{bestowed|}}} |'''Bestowed by:''' [[{{{bestowed}}}]]<br>}}{{#if: {{{zone|}}} |[[Category: Quests 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: {{{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>}}
Line 59: Line 59:
</div>
</div>
</div>
</div>
{{#if: {{{update|}}} |[[Category: Update {{{update}}} Quests]]}}
{{#if: {{{update|}}} |[[Category: Update {{{update}}} Challenges]]}}

Revision as of 19:23, 6 May 2018

About[edit]

The basic template for challenges in DDO.

Usage[edit]

{{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>
| patron = <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>
}}

The Template[edit]