Template:TestThisTemplate: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Aramachus m removed old comments from testing |
imported>Aramachus end testing, cleared template |
||
| (52 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{Tocright}} |
|||
{| class="horizon-infobox infobox-quest" |
|||
|- |
|||
{{#if: {{{Quest Name|}}}| |
|||
! {{!}} {{PAGENAME}} |
|||
{{!}} {{!}} {{PAGENAME}}}} |
|||
|- |
|||
{{#if:{{{startnpc|}}}| |
|||
! Start NPC |
|||
{{!}} {{{startnpc}}}}} |
|||
|- |
|||
{{#if:{{{requirements|}}}| |
|||
! Requirements |
|||
{{!}} {{{requirements}}}}} |
|||
|- |
|||
{{#if:{{{items|}}}| |
|||
! Items Needed |
|||
{{!}} {{{items}}}}} |
|||
|- |
|||
{{#if:{{{title|}}}| |
|||
! Title Granted |
|||
{{!}} {{{title}}}}} |
|||
|- |
|||
{{#if:{{{repeatable|}}}| |
|||
! Repeatable |
|||
{{!}} {{{repeatable}}}}} |
|||
|- |
|||
{{#if:{{{reward|}}}| |
|||
! Reward |
|||
{{!}} {{{reward}}}}} |
|||
|- |
|||
{{#if:{{{description|}}}| |
|||
! Description |
|||
{{!}} {{{description}}}}} |
|||
|} |
|||
{{#if:{{{previous|}}}{{{next|}}}| |
|||
{{{!}} class="horizon-infobox infobox-quest" |
|||
{{!}}- |
|||
!width="50%" style="text-align:left;"{{!}} ← Previous Quest {{!}}{{!}} Next Quest → |
|||
{{!}}- |
|||
{{!}} {{#if:{{{previous|}}}|{{{previous}}}|''None''}} |
|||
{{!}}style="text-align:right"{{!}} {{#if:{{{next|}}}|{{{next}}}|''None''}} |
|||
{{!}}} |
|||
}} |
|||
{{#if:{{{cutscenes|}}} |
|||
{{{!}} width=50%" class="mw-collapsible mw-collapsed" |
|||
{{!}}- class="infobox-quest-cutscenes-header" |
|||
!colspan="2" class="mw-collapsible-content"{{!}}Replay Cutscenes |
|||
{{{cutscenes}}} |
|||
{{!}}} |
|||
}} |
|||
</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/Cutscene]] |
|||
===Examples=== |
|||
{{TestThisTemplate |
|||
| 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> |
|||