Difference between revisions of "Template:QuestDisplayTest/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Seraii
>Seraii
Line 12: Line 12:
 
These Parameters require template inputs as follows:
 
These Parameters require template inputs as follows:
  
* GetherwingCost - Cost in Getherwings to join a quest
+
* '''GetherwingCost''' - Cost in Getherwings to join a quest
 
Ex:
 
Ex:
 
<pre>{{GetherwingCostIconDisplay|cost=3}}</pre>
 
<pre>{{GetherwingCostIconDisplay|cost=3}}</pre>
  
  
* DailyDropQuantity - Times you can complete quest for daily rewards  
+
* '''DailyDropQuantity''' - Times you can complete quest for daily rewards  
 
Ex:  
 
Ex:  
 
<pre>{{RewardChestIconDisplay|value=2}}</pre>
 
<pre>{{RewardChestIconDisplay|value=2}}</pre>
  
  
* WeeklyDropQuantity - Times you can complete quest for weekly rewards
+
* '''WeeklyDropQuantity''' - Times you can complete quest for weekly rewards
 
Ex:  
 
Ex:  
 
<pre>{{RewardChestIconDisplay|value=2}}</pre>
 
<pre>{{RewardChestIconDisplay|value=2}}</pre>
  
  
* FacilityConditions - Quest conditions that increase the base reward in facility quests
+
* '''FacilityConditions''' - Quest conditions that increase the base reward in facility quests
 
Ex:
 
Ex:
 
<pre>|FacilityConditions=
 
<pre>|FacilityConditions=
Line 37: Line 37:
  
  
* FirstClearRewards/DropRewards/WeaponRewards/WyrmprintRewards/DailyDropReward/WeeklyDropReward - Display lists of item rewards for quest.  All these parameters use the same [[Template:DropReward|base template]].
+
* '''FirstClearRewards/DropRewards/WeaponRewards/WyrmprintRewards/DailyDropReward/WeeklyDropReward''' - Display lists of item rewards for quest.  All these parameters use the same [[Template:DropReward|base template]].
 
Ex:
 
Ex:
 
<pre>|FirstClearRewards=
 
<pre>|FirstClearRewards=

Revision as of 23:42, 23 October 2018

Parameters

  • droptype - Common, Daily, Weekly, First
  • itemtype - Currency, Resource, Material, Weapon, Wyrmprint
  • item - The name of item dropped
  • min - The minimum amount that can be obtained
  • max - The maximum amount that can be obtained
  • exact - The exact amount that can be obtained
  • avg - The average amount that can be obtained
  • bullets - Specifying this will add a bullet point at the beginning

Special Parameters

These Parameters require template inputs as follows:

  • GetherwingCost - Cost in Getherwings to join a quest

Ex:

{{GetherwingCostIconDisplay|cost=3}}


  • DailyDropQuantity - Times you can complete quest for daily rewards

Ex:

{{RewardChestIconDisplay|value=2}}


  • WeeklyDropQuantity - Times you can complete quest for weekly rewards

Ex:

{{RewardChestIconDisplay|value=2}}


  • FacilityConditions - Quest conditions that increase the base reward in facility quests

Ex:

|FacilityConditions=
{{FacilityConditionRow|Don't run into any traps|5}}
{{FacilityConditionRow|Finish in 200 seconds or less|5}}
{{FacilityConditionRow|Open 1 or more treasure chests|10}}
{{FacilityConditionRow|Shapeshift 1 or more times with your team|1}}
{{FacilityConditionRow|Don't take any damage at all|3}}


  • FirstClearRewards/DropRewards/WeaponRewards/WyrmprintRewards/DailyDropReward/WeeklyDropReward - Display lists of item rewards for quest. All these parameters use the same base template.

Ex:

|FirstClearRewards=
{{DropReward|droptype=First|itemtype=Currency|item=Wyrmite|exact=5}}
{{DropReward|droptype=First|itemtype=Material|item=Shadowwyrm's Sphere|exact=10}}
{{DropReward|droptype=First|itemtype=Material|item=Twinkling Sand|exact=15}}

Examples