Difference between revisions of "Template:Quest"

From Istaria Lexica

Line 1: Line 1:
__NOTOC__{{InfoBoxStart|style=float: none; width: 100%}}
+
{{InfoBoxStart|class=InfoboxQuest}}
 
|-
 
|-
! colspan="2" style="border:none; padding-bottom: 0;" | {{PAGENAME}}
+
! colspan="3" style="border:none; padding-bottom: 0;" | {{PAGENAME}}
 
|-
 
|-
! colspan="2" style="font-size:0.8em; font-weight:normal; line-height:1em; padding: 0 0 0.3em" | Quest type: {{#if: {{{questtype|}}} | [[questtype::{{{questtype}}}]] | [[questtype::Misc|:Misc]] [[Quest Categories|Miscellaneous]]}}
+
! colspan="3" style="font-weight:normal; line-height:1em; padding: 0 0 0.3em" | Type: {{#if: {{{questtype|}}} | [[:Category:{{{questtype}}}|{{{questtype}}}]] [[Category:{{{questtype}}}]] | [[:Category:Unknown quest type|unknown]] [[Category:Unknown quest type]]}}
 
|-
 
|-
| style="width:50%; padding-top: 0.4em" | <b style="font-size:0.8em">From:</b> {{#if: {{{npc|}}} | [[npc::{{{npc}}}]] | }}
+
| style="padding-top: 0.4em" | <b>From:</b> {{#if: {{{npc|}}} | [[npc::{{{npc}}}]] | }}QqlIHOMg
| style="width:50%; padding-top: 0.4em" | <b style="font-size:0.8em">At:</b> {{#if: {{{port|}}} | [[port::{{{port}}}]] | }}
+
| style="padding-top: 0.4em" | <b>At:</b> {{#if: {{{port|}}} | [[port::{{{port}}}]] | }}QqlIHOMg
 
|-
 
|-
| style="width:50%;" | <b style="font-size:0.8em">Required school:</b> {{#if: {{{school|}}} | [[school::{{{school}}}]] | }}
+
| <b>Required school:</b> {{#if: {{{school|}}} | [[school::{{{school}}}]] | }}QqlIHOMg
| style="width:50%;" | <b style="font-size:0.8em">Required race:</b> {{#if: {{{race|}}} | [[race::{{{race}}}]] | }}
+
| <b>Required race:</b> {{#if: {{{race|}}} | [[race::{{{race}}}]] | }}QqlIHOMg
 
|-
 
|-
| style="width:50%; padding-bottom: 0.4em" | <b style="font-size:0.8em">Required level:</b> {{#if: {{{level|}}} | [[level::{{{level}}}]] | }}
+
| style="padding-bottom: 0.4em" | <b>Required level:</b> {{#if: {{{level|}}} | [[level::{{{level}}}]] | }}QqlIHOMg
| style="width:50%; padding-bottom: 0.4em" | <b style="font-size:0.8em">Required item:</b> {{#if: {{{item|}}} | [[item::{{{item}}}]] | }}
+
| style="padding-bottom: 0.4em" | <b>Required item:</b> {{#if: {{{itemreq|}}} | [[itemreq::{{{itemreq}}}]] | }}QqlIHOMg
 
|-
 
|-
| colspan="2" style="border-top:1px solid #525252; padding-top:0.4em" | <b style="font-size:0.8em">Previous Quest:</b> {{#if: {{{quest previous|}}} | [[quest previous::{{{quest previous}}}]]}}
+
| colspan="2" style="border-top:1px solid #525252; padding-top:0.4em" | <b>Previous Quest:</b> {{#if: {{{quest previous|}}} | [[quest previous::{{{quest previous}}}]]}}QqlIHOMg
 
|-
 
|-
| colspan="2" style="padding-bottom: 0.4em" | <b style="font-size:0.8em">Next Quest:</b> {{#if: {{{quest next|}}} | [[quest next::{{{quest next}}}]]}}
+
| colspan="2" style="padding-bottom: 0.4em" | <b>Next Quest:</b> {{#if: {{{quest next|}}} | [[quest next::{{{quest next}}}]]}}QqlIHOMg
 
|-
 
|-
 
{{InfoboxEnd}}<includeonly>{{#if: {{{race|}}}|[[Category:Quests:{{{race}}}]]}}
 
{{InfoboxEnd}}<includeonly>{{#if: {{{race|}}}|[[Category:Quests:{{{race}}}]]}}

Revision as of 16:43, 17 July 2015

Quest
Type: unknown
From: QqlIHOMg At: QqlIHOMg
Required school: QqlIHOMg Required race: QqlIHOMg
Required level: QqlIHOMg Required item: QqlIHOMg
Previous Quest: QqlIHOMg
Next Quest: QqlIHOMg
Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

A Brief overview of a quest, describing most needed details.

Template:InfoboxMultiproperty parameters[edit]

{{InfoboxMultiproperty
| property =      the property name to be set (ex. Loot, School, Race)
| limiter  =      a limiter for every entry. Default to comma, may also use html stuff like <br />
| value1          the first value to be set
| value2          the second value to be set
| valueN..        the N-th value to be set, repeat until you're done
}}

Syntax[edit]

{{Quest
|npc		= {{InfoboxMultiproperty|property=npc|value1|value2|...}}
|questtype	= 
|school		= {{InfoboxMultiproperty|property=school|value1|value2|...}}
|level		=
|craftschool    = {{InfoboxMultiproperty|property=craftschool|value1|value2|...}}
|craftlevel     = 
|skill          = 
|skilllevel     = 
|race		= {{InfoboxMultiproperty|property=race|value1|value2|...}}
|port		= {{InfoboxMultiproperty|property=port|value1|value2|...}}
|quest previous	= {{InfoboxMultiproperty|property=quest previous|value1|value2|...}}
|quest next	= {{InfoboxMultiproperty|property=quest next|value1|value2|...}}
}}

Parameters[edit]

{{Quest
|npc            = the NPC(s) giving out the quest
|questtype      = Type of the quest. Please refer to the list mentioned above.
|school         = Which aventuring school(s) the quest is limited to. Add each school as described in the InfoboxMultiproperty paramter description.
|level          = Minimum level needed
|craftschool    = Which crafting school the quest is limited to.
|craftlevel     = Required level in above mentioned crafting school.
|skill          = Required skill to be able to take the quest.
|skilllevel     = Required skill level. 
|race           = Which race(s) the quest is limited to. Add each race as described in the InfoboxMultiproperty paramter description.
|port           = Location(s) of the Quest start, may be the NPC or some trigger area
|quest previous = Quest(s) which needs to be finished previously
|quest next     = Quest(s) being unlocked after finishing this one
}}

Example[edit]

{{quest
|npc            = {{InfoboxMultiproperty|property=npc|Hethsa the Patient}}
|questtype      = Errand
|school         = {{InfoboxMultiproperty|property=school|Blood Mage|Wizard|Sorcerer}}
|level          = 100
|craftschool    = {{InfoboxMultiproperty|property=school|Enchanter}}
|craftlevel     = 50
|skill          = Enchanting
|skilllevel     = 515
|race           = {{InfoboxMultiproperty|property=race|Dragon|Dwarf|Saris}}
|port           = {{InfoboxMultiproperty|property=port|Peak of Storms}}
|quest previous = {{InfoboxMultiproperty|property=quest previous|ARoP17 - Ritual of Journey: Prelude}}
|quest next     = {{InfoboxMultiproperty|property=quest next|ARoP19 - Ritual of Journey: Spirits In Solitude|Arghas' Tea Time}}
}}
Visit Template:Quest/doc to edit this text. (How to: document correctly)