Template:Quest: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>AnnanFay
mNo edit summary
>OmegaK2
(Reworked partially with lua)
Line 1: Line 1:
<includeonly>{{Quest/{{#sub: {{#if:{{{1|}}}|{{{1}}}|Default}} | 0 | {{#pos:{{{1|}}}|-}} }}
__TOC__
<!--
 
First positional parameter is subtemplate to call.
{{#invoke: Quest|quest
Further positional parameters are for sub templates to use as they want. Easier than having named and sometimes blank parameters.
}}
All named parameters are data parameters set on the actual page and should be related to data and not rendering / display.
 
-->
==Walkthough==
|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}
{{{Walkthough|No walkthough yet, you can help by adding it}}}
| Name                  = {{{Name}}}
 
| PageName              = {{#if: {{{PageName|}}} | {{{PageName}}} | {{{Name}}} }}
{{#if: {{#var: quest_rewards}}|
| Icon                  = {{{Icon|}}}
==Quest rewards==
| Boss                  = {{{Boss|}}}
{{#var: quest_rewards}}
| BossImage              = {{{BossImage|}}}
|}}
| KeyItem                = {{{KeyItem|}}}
 
| Required              = {{{Required|}}}
{{#if: {{#var: vendor_rewards}}|
| Start                  = {{{Start|}}}
==Vendor rewards==
| Objective              = {{{Objective|}}}
{{#var: vendor_rewards}}
| Completion            = {{{Completion|}}}
|}}
| Act                   = {{{Act|}}}
 
| Walkthrough            = {{{Walkthrough|}}}
[[Category: Quests]]
| NormalRewards          = {{{NormalRewards|}}}
{{#if: {{{act|}}}|[[Category:Act {{{Act}}}]]|}}
| CruelRewards          = {{{CruelRewards|}}}  
| MercilessRewards      = {{{MercilessRewards|}}}
}}</includeonly><noinclude>
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>

Revision as of 15:57, 9 July 2015

Lua error in Module:Quest at line 76: Name is required.

Walkthough

No walkthough yet, you can help by adding it