Difference between revisions of "Template:QuestDisplayTest/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Seraii
>Seraii
Line 8: Line 8:
 
* avg - The average amount that can be obtained
 
* avg - The average amount that can be obtained
 
* bullets - Specifying this will add a bullet point at the beginning
 
* bullets - Specifying this will add a bullet point at the beginning
* DailyDropQuantity - Times you can complete quest for daily rewards (ex: <pre>{{RewardChestIconDisplay|value=2}}</pre> )
 
* WeeklyDropQuantity - Times you can complete quest for weekly rewards (ex: <pre>{{RewardChestIconDisplay|value=2}}</pre> )
 
  
 +
==Special Parameters==
 +
These Parameters require template inputs as follows:
 +
 +
* GetherwingCost - Cost in Getherwings to join a quest
 +
Ex:
 +
<pre>{{GetherwingCostIconDisplay|cost=3}}</pre>
 +
 +
* DailyDropQuantity - Times you can complete quest for daily rewards
 +
Ex:
 +
<pre>{{RewardChestIconDisplay|value=2}}</pre>
 +
 +
* WeeklyDropQuantity - Times you can complete quest for weekly rewards
 +
Ex:
 +
<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

Revision as of 23:41, 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