Difference between revisions of "Template:QuestDropInfo"

From ChatWars Wiki
Jump to: navigation, search
(split table into several sub tables for better readability)
Line 1: Line 1:
 
{{#vardefine: quest | {{{source|{{PAGENAME}} }}} }}<includeonly>
 
{{#vardefine: quest | {{{source|{{PAGENAME}} }}} }}<includeonly>
{| class="wikitable"
+
<!--{| class="wikitable"
 
|+ Drops found in {{#var: quest}}
 
|+ Drops found in {{#var: quest}}
 
! Item
 
! Item
Line 11: Line 11:
 
{{#ask:
 
{{#ask:
 
  [[BoolQuest::true]] [[Quest{{#var: quest}}Morning::true]] OR [[Quest{{#var: quest}}Day::true]] OR [[Quest{{#var: quest}}Evening::true]] OR [[Quest{{#var: quest}}Night::true]]
 
  [[BoolQuest::true]] [[Quest{{#var: quest}}Morning::true]] OR [[Quest{{#var: quest}}Day::true]] OR [[Quest{{#var: quest}}Evening::true]] OR [[Quest{{#var: quest}}Night::true]]
 +
|mainlabel=Item
 +
|link=none
 +
|sort=ItemID
 +
|order=asc
 +
|format=template
 +
|template=QuestDropInfoRow
 +
|userparam={{#var: quest}}
 +
|limit=5000
 +
|?{{PAGENAME}}
 +
}}
 +
|}-->
 +
{| class="wikitable"
 +
|+ Resources found in {{#var: quest}}
 +
! Item
 +
! ID
 +
! {{Emoticon|emoticon=Timemorning|link=Morning}}
 +
! {{Emoticon|emoticon=Timeday|link=Day}}
 +
! {{Emoticon|emoticon=Timeevening|link=Evening}}
 +
! {{Emoticon|emoticon=Timenight|link=Night}}
 +
|-
 +
{{#ask:
 +
[[BoolQuest::true]] [[ItemType::Resource]] [[ItemSubType::!Alchemy Resource]] [[Quest{{#var: quest}}Morning::true]] OR [[Quest{{#var: quest}}Day::true]] OR [[Quest{{#var: quest}}Evening::true]] OR [[Quest{{#var: quest}}Night::true]]
 +
|mainlabel=Item
 +
|link=none
 +
|sort=ItemID
 +
|order=asc
 +
|format=template
 +
|template=QuestDropInfoRow
 +
|userparam={{#var: quest}}
 +
|limit=5000
 +
|?{{PAGENAME}}
 +
}}
 +
|}
 +
{| class="wikitable"
 +
|+ Herbs found in {{#var: quest}}
 +
! Item
 +
! ID
 +
! {{Emoticon|emoticon=Timemorning|link=Morning}}
 +
! {{Emoticon|emoticon=Timeday|link=Day}}
 +
! {{Emoticon|emoticon=Timeevening|link=Evening}}
 +
! {{Emoticon|emoticon=Timenight|link=Night}}
 +
|-
 +
{{#ask:
 +
[[BoolQuest::true]] [[ItemSubType::Alchemy Resource]] [[Quest{{#var: quest}}Morning::true]] OR [[Quest{{#var: quest}}Day::true]] OR [[Quest{{#var: quest}}Evening::true]] OR [[Quest{{#var: quest}}Night::true]]
 
  |mainlabel=Item
 
  |mainlabel=Item
 
  |link=none
 
  |link=none
Line 22: Line 66:
 
}}
 
}}
 
|}
 
|}
</includeonly>
+
{| class="wikitable"
 +
|+ Parts found in {{#var: quest}}
 +
! Item
 +
! ID
 +
! {{Emoticon|emoticon=Timemorning|link=Morning}}
 +
! {{Emoticon|emoticon=Timeday|link=Day}}
 +
! {{Emoticon|emoticon=Timeevening|link=Evening}}
 +
! {{Emoticon|emoticon=Timenight|link=Night}}
 +
|-
 +
{{#ask:
 +
[[BoolQuest::true]] [[ItemType::Piece of Equipment]] [[Quest{{#var: quest}}Morning::true]] OR [[Quest{{#var: quest}}Day::true]] OR [[Quest{{#var: quest}}Evening::true]] OR [[Quest{{#var: quest}}Night::true]]
 +
|mainlabel=Item
 +
|link=none
 +
|sort=ItemID
 +
|order=asc
 +
|format=template
 +
|template=QuestDropInfoRow
 +
|userparam={{#var: quest}}
 +
|limit=5000
 +
|?{{PAGENAME}}
 +
}}
 +
|}
 +
{| class="wikitable"
 +
|+ Recipes found in {{#var: quest}}
 +
! Item
 +
! ID
 +
! {{Emoticon|emoticon=Timemorning|link=Morning}}
 +
! {{Emoticon|emoticon=Timeday|link=Day}}
 +
! {{Emoticon|emoticon=Timeevening|link=Evening}}
 +
! {{Emoticon|emoticon=Timenight|link=Night}}
 +
|-
 +
{{#ask:
 +
[[BoolQuest::true]] [[ItemType::Recipe (Item)]] [[Quest{{#var: quest}}Morning::true]] OR [[Quest{{#var: quest}}Day::true]] OR [[Quest{{#var: quest}}Evening::true]] OR [[Quest{{#var: quest}}Night::true]]
 +
|mainlabel=Item
 +
|link=none
 +
|sort=ItemID
 +
|order=asc
 +
|format=template
 +
|template=QuestDropInfoRow
 +
|userparam={{#var: quest}}
 +
|limit=5000
 +
|?{{PAGENAME}}
 +
}}
 +
|}</includeonly>
 
<noinclude>
 
<noinclude>
 
This template shows the drop info of all items that can drop in a quest type. It either uses the current pagename or a Quest type given in the "source" parameter
 
This template shows the drop info of all items that can drop in a quest type. It either uses the current pagename or a Quest type given in the "source" parameter
 
</noinclude>
 
</noinclude>

Revision as of 13:24, 13 August 2019


This template shows the drop info of all items that can drop in a quest type. It either uses the current pagename or a Quest type given in the "source" parameter