Template:Quest: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Aramachus m fixed typo in example |
imported>Aramachus replaced with Template:Quest Header. Forwarded template call. |
||
| Line 1: | Line 1: | ||
<includeonly>{{ |
<includeonly><onlyinclude>{{Quest Header|nc |
||
| Quest Name = |
|||
{| class="horizon-infobox infobox-quest infobox-34-66" |
|||
| Expansion = |
|||
|- |
|||
| Start = {{{startnpc|}}} |
|||
| ⚫ | |||
! {{!}} {{PAGENAME}} |
|||
| ⚫ | |||
{{!}} {{!}} {{PAGENAME}}}} |
|||
| ⚫ | |||
|- |
|||
| Fame Level = |
|||
{{#if:{{{startnpc|}}}| |
|||
| ⚫ | |||
| ⚫ | |||
| Items Needed = {{{items|}}} |
|||
| Level = |
|||
|- |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
! Requirements |
|||
| Rewards = {{{reward|}}} |
|||
| Previous = {{{previous|}}} |
|||
|- |
|||
{{ |
| Next = {{{next|}}} |
||
| ⚫ | |||
! Items Needed |
|||
}}</onlyinclude></includeonly> |
|||
{{!}} {{{items}}}}} |
|||
|- |
|||
| ⚫ | |||
! Title Granted |
|||
{{!}} {{{title}}}}} |
|||
|- |
|||
| ⚫ | |||
! Repeatable |
|||
{{!}} {{{repeatable}}}}} |
|||
|- |
|||
{{#if:{{{reward|}}}| |
|||
! Reward |
|||
{{!}} {{{reward}}}}} |
|||
|- |
|||
{{#if:{{{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;"{{!}} ← Previous Quest {{!}}{{!}} Next Quest → |
|||
{{!}}- |
|||
{{!}} {{#if:{{{previous|}}}|{{{previous}}}|''None''}} |
|||
{{!}}style="text-align:right"{{!}} {{#if:{{{next|}}}|{{{next}}}|''None''}} |
|||
{{!}}<!--close table-->} |
|||
}} |
|||
<!-- end previous/next box. start cutscene box --> |
|||
| ⚫ | |||
{<!--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 = |
|||
| ⚫ | |||
| 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>}} |
|||
}} |
|||
Has been replaced by [[:Template:Quest Header]]. This template exists for compatibility reasons so pages which use [[:Template:Quest]] don't break. |
|||
</noinclude> |
|||
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.