Template:Quest: Difference between revisions

From HorizonXI Wiki
m (fixed typo in example)
(replaced with Template:Quest Header. Forwarded template call.)
Line 1: Line 1:
<includeonly>{{Tocright}}
<includeonly><onlyinclude>{{Quest Header|nc
{| class="horizon-infobox infobox-quest infobox-34-66"
| Quest Name =
|-
| Expansion =
{{#if: {{{Quest Name|}}}|
| Start = {{{startnpc|}}}
! {{!}} {{PAGENAME}}
| Start Location =
{{!}} {{!}} {{PAGENAME}}}}
| Description =
|-
| Fame =
{{#if:{{{startnpc|}}}|
| Fame Level =
! Start NPC
| Requirements = {{{requirements|}}}
{{!}} {{{startnpc}}}}}
| Items Needed = {{{items|}}}
|-
| Level =
{{#if:{{{requirements|}}}|
| Title = {{{title|}}}
! Requirements
| Repeatable = {{{repeatable|}}}
{{!}} {{{requirements}}}}}
| Rewards = {{{reward|}}}
|-
| Previous = {{{previous|}}}
{{#if:{{{items|}}}|
| Next = {{{next|}}}
! Items Needed
<!--| ??? = {{{cutscenes|}}} -->
{{!}} {{{items}}}}}
}}</onlyinclude></includeonly>
|-
 
{{#if:{{{title|}}}|
! Title Granted
{{!}} {{{title}}}}}
|-
{{#if:{{{repeatable|}}}|
! Repeatable
{{!}} {{{repeatable}}}}}
|-
{{#if:{{{reward|}}}|
! Reward
{{!}} {{{reward}}}}}
|-
{{#if:{{{description|}}}|
! Description
{{!}} {{{description}}}}}
|}
<!-- end main box. start previous/next box -->
{{#if:{{{previous|}}}{{{next|}}}|
{<!--open table-->{{!}} class="horizon-infobox infobox-quest  infobox-50-50"
{{!}}-
!style="text-align:left;"{{!}} &larr; Previous Quest {{!}}{{!}} Next Quest &rarr;
{{!}}-
{{!}} {{#if:{{{previous|}}}|{{{previous}}}|''None''}}
{{!}}style="text-align:right"{{!}} {{#if:{{{next|}}}|{{{next}}}|''None''}}
{{!}}<!--close table-->}
}}
<!-- end previous/next box. start cutscene box -->
{{#if:{{{cutscenes|}}}|
{<!--open table-->{{!}} class="horizon-infobox infobox-quest infobox-34-66 mw-collapsible mw-collapsed"
{{!}}- class="infobox-quest-cutscenes-header"
!colspan="2" style="text-align:center;" class="mw-collapsible-content"{{!}} Replay Cutscenes
{{{cutscenes}}}
{{!}}<!--close table-->}
}}
</includeonly><noinclude>
[[Category:Templates|{{PAGENAME}}]]
==Usage==
==Usage==
<pre>
{{Quest
| startnpc =
| requirements = 
| items =
| title =
| repeatable =
| reward =
| previous =
| next =
| cutscenes =
| description =
{{Quest/Cutscene|<name>|<NPC and location>}}
}}
</pre>
''See the [[Template talk:Quest#Example|talk page]] for an example of this template in use.
==See Also==
*[[Template:Quest/Cutscene]]
===Examples===
{{Quest
| startnpc = [[Esha'ntarl]] (within Ru'Lude Gardens palace)
| requirements =  Completion of [[Chains of Promathia]]
| items = [[Giant Scale]]
| title = Conqueror of Fate
| repeatable = No (Can reenter to assist others)
| reward = {{KeyItem}} [[Whisper of the Wyrmking]]
| previous = [[Dawn]]
| next = [[Shadows of the Departed]]
| cutscenes =
{{Quest/Cutscene|<name>|<NPC and location>}}
}}


</noinclude>
Has been replaced by [[:Template:Quest Header]]. This template exists for compatibility reasons so pages which use [[:Template:Quest]] don't break.

Revision as of 19:24, 9 October 2023


Usage

Has been replaced by Template:Quest Header. This template exists for compatibility reasons so pages which use Template:Quest don't break.