Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:Quest list"

From DFO World Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
<includeonly>{{#ask: [[Has game context::Quest]]
 
<includeonly>{{#ask: [[Has game context::Quest]]
{{#if:{{{item objective|}}}{{{item reward|}}}
+
{{#if:{{{item objective|}}}{{{item reward|}}}{{{npc|}}}{{{dungeon|}}}
 
| <!-- filter is set -->
 
| <!-- filter is set -->
 
   {{#if:{{{item objective|}}}|[[Has quest objective item::?;{{{item objective}}}]]}}
 
   {{#if:{{{item objective|}}}|[[Has quest objective item::?;{{{item objective}}}]]}}
   {{#if:{{{item reward|}}}|[[Has quest reward item::?;{{{item rewards}}}]]}}
+
   {{#if:{{{item reward|}}}|[[Has quest reward item::?;{{{item reward}}}]]}}
 +
  {{#if:{{{npc|}}}|[[Has quest giver::{{{npc}}}]]}}
 +
  {{#if:{{{dungeon|}}}|[[Has quest location::{{{dungeon}}}]]}}
 
| <!-- no filter is set -->
 
| <!-- no filter is set -->
 
   [[Has quest reward item::?;{{PAGENAME}}]]
 
   [[Has quest reward item::?;{{PAGENAME}}]]
Line 29: Line 31:
 
| item objective =  
 
| item objective =  
 
| item reward =  
 
| item reward =  
 +
| npc =
 +
| dungeon =
 
}}</pre>
 
}}</pre>
  
Line 34: Line 38:
  
 
; item objective : Filter by the wiki page of the item that is required to complete the quest.
 
; item objective : Filter by the wiki page of the item that is required to complete the quest.
; item reward : Filter by the wiki page of the item that is rewarded upon quest completion. If no other filter is set, defaults to <code><nowiki>{{PADENAME}}</nowiki></code>
+
; item reward : Filter by the wiki page of the item that is rewarded upon quest completion. If no other filter is set, defaults to <code><nowiki>{{PAGENAME}}</nowiki></code>
 +
; npc : Filter by the wiki page of the NPC that is offering the quest.
 +
; dungeon : Filter by the wiki page of the dungeon where the quest takes place.
  
 
=== Examples ===
 
=== Examples ===
  
<pre>{{Quest list|item objective=Refined Interdimensional Crystal}}</pre>
+
<pre>{{Quest list|item reward=Refined Interdimensional Crystal}}</pre>
{{Quest list|item objective=Refined Interdimensional Crystal}}
+
{{Quest list|item reward=Refined Interdimensional Crystal}}
 +
 
 +
<pre>{{Quest list|npc=Bai Ming}}</pre>
 +
{{Quest list|npc=Bai Ming}}
  
 
[[Category:Formatting Templates]]
 
[[Category:Formatting Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 12:34, 1 April 2016


Description

This template lists all quests that satisfy the search criteria.

Usage

{{Quest list
| item objective = 
| item reward = 
| npc = 
| dungeon = 
}}

Parameters

item objective 
Filter by the wiki page of the item that is required to complete the quest.
item reward 
Filter by the wiki page of the item that is rewarded upon quest completion. If no other filter is set, defaults to {{PAGENAME}}
npc 
Filter by the wiki page of the NPC that is offering the quest.
dungeon 
Filter by the wiki page of the dungeon where the quest takes place.

Examples

{{Quest list|item reward=Refined Interdimensional Crystal}}
{{Quest list|npc=Bai Ming}}