Template:Quest/Description: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Spiffly Created page with "==Game Description== ;Client:{{{client}}} ;Summary:{{{summary}}} {{{misc|}}}" |
imported>Starfox No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{Tocright}} |
|||
==Game Description== |
|||
{| width="50%" cellpadding="3" cellspacing="3" |
|||
;Client:{{{client}}} |
|||
|- |
|||
;Summary:{{{summary}}} |
|||
{{{ |
{{#if: {{{Quest Name|}}}| |
||
! width="100px" class="infobox-quest-header"{{!}} {{{PAGENAME}} |
|||
{{!}}class="infobox-quest-header"{{!}} {{{PAGENAME}}}}} |
|||
|- |
|||
{{#if:{{{startnpc|}}}| |
|||
! width="100px" class="infobox-quest-header"{{!}} Start NPC |
|||
{{!}}class="infobox-quest-field"{{!}} {{{startnpc}}}}} |
|||
|- |
|||
{{#if:{{{requirements|}}}| |
|||
!class="infobox-quest-header"{{!}} Requirements |
|||
{{!}}class="infobox-quest-field"{{!}} {{{requirements}}}}} |
|||
|- |
|||
{{#if:{{{items|}}}| |
|||
!class="infobox-quest-header"{{!}} Items Needed |
|||
{{!}}class="infobox-quest-field"{{!}} {{{items}}}}} |
|||
|- |
|||
{{#if:{{{title|}}}| |
|||
!class="infobox-quest-header"{{!}} Title Granted |
|||
{{!}}class="infobox-quest-field"{{!}} {{{title}}}}} |
|||
|- |
|||
{{#if:{{{repeatable|}}}| |
|||
!class="infobox-quest-header"{{!}} Repeatable |
|||
{{!}}class="infobox-quest-field"{{!}} {{{repeatable}}}}} |
|||
|- |
|||
{{#if:{{{reward|}}}| |
|||
!class="infobox-quest-header"{{!}} Reward |
|||
{{!}}class="infobox-quest-field"{{!}} {{{reward}}}}} |
|||
|} |
|||
{{#if:{{{previous|}}}{{{next|}}}| |
|||
{{{!}} width="50%" cellpadding="3" cellspacing="3" |
|||
{{!}}- class="infobox-quest-header" |
|||
!width="50%" style="text-align:left;"{{!}} ← Previous Quest {{!}}{{!}} Next Quest → |
|||
{{!}}- class="infobox-quest-field" |
|||
{{!}} {{#if:{{{previous|}}}|{{{previous}}}|''None''}} |
|||
{{!}}style="text-align:right"{{!}} {{#if:{{{next|}}}|{{{next}}}|''None''}} |
|||
{{!}}} |
|||
}} |
|||
{{#if:{{{cutscenes|}}} |
|||
{{{!}} width=50%" class="mw-collapsible mw-collapsed" cellpadding="3" cellspacing="3" |
|||
{{!}}- class="infobox-quest-cutscenes-header" |
|||
!colspan="2" class="mw-collapsible-content"{{!}}Replay Cutscenes |
|||
{{{cutscenes}}} |
|||
{{!}}} |
|||
}} |
|||
{{#if:{{{description|}}} |
|||
{{{!}} width=50%" class="mw-collapsible mw-collapsed" cellpadding="3" cellspacing="3" |
|||
{{!}}- class="infobox-quest-description-header" |
|||
!colspan="2" class="mw-collapsible-content"{{!}}Description |
|||
{{{description}}} |
|||
{{!}}} |
|||
}} |
|||
</includeonly><noinclude> |
|||
[[Category:Templates|{{PAGENAME}}]] |
|||
==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]] |
|||
*[[Template:Quest/Cutscene]] |
|||
</noinclude> |
|||
Revision as of 16:15, 30 May 2023
Usage
{{Quest
| startnpc =
| requirements =
| items =
| title =
| repeatable =
| reward =
| previous =
| next =
| cutscenes =
| description =
{{Quest/Cutscene|<name>|<NPC and location>}}
}}
See the talk page for an example of this template in use.