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}}}]]<br>}}
{{#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}}}]]<br>}}
</div>
</div>
{{#if: {{{hlvl|}}} |<div class="box inner-box"><span class="box-header">'''Heroic XP'''</span><br>{{{hexp}}}</div>}}{{#if: {{{elvl|}}} |<div class="box inner-box"><span class="box-header">'''Epic XP'''</span><br>{{{eexp}}}</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: {{{hlvl|}}} |<div class="box inner-box"><span class="box-header">'''Heroic XP'''</span><br>{{{hexp}}}</div>}}{{#if: {{{elvl|}}} |<div class="box inner-box"><span class="box-header">'''Epic XP'''</span><br>{{{eexp}}}</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>}}

Revision as of 19:05, 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]