Template:Reveries reward tally

From Tears of Themis Wiki
Revision as of 02:23, 30 May 2022 by imported>Harmonea (Created page with "<noinclude>{{doc}}Category:Templates</noinclude><includeonly>{| class="wikitable" style="width:100%" ! colspan=2 | Total {{{type|}}} Rewards {{#invoke:Loops|parseList|list={{{rewardList|}}}|delimiter=,|template=Reveries reward tally row|{{#ifeq: {{{type|}}} | Free | template!append=Free }} }} |} }}</includeonly>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description

Used in conjunction with Template:Reveries reward table and Template:RRTR to automate the total rewards tally of Reveries pages

Usage

{{Reveries reward tally
|type=
|rewardList=
}}

Parameters

Beginning the table template initializes a variable that handles automatic iteration of the level column.

  • type - defines the header. Template is set up to respond to "Free" to specifically tally the free tier of reveries; any other text will tally the paid tier.
  • rewardList - a comma-separated list of items to appear in the table.

Example

{{Reveries reward table
|rewards=
{{RRTR|Stellin|15,000|Oracle of Justice IV|40|Tears of Themis|10}}
{{RRTR|Stellin|15,000|Oracle of Justice IV|60|Tears of Themis|20}}
}}

{{Reveries reward tally
|type=Free
|rewardList=Stellin
}}
{{Reveries reward tally
|type=Paid
|rewardList=Tears of Themis,Oracle of Justice IV
}}
Level Regular Reveries Tiered Pass
1 Btn coin s.pngStellin x15,000 Oracle of Justice IV icon.pngOracle of Justice IV x40
Btn coin gacha s.pngTears of Themis x10
2 Btn coin s.pngStellin x15,000 Oracle of Justice IV icon.pngOracle of Justice IV x60
Btn coin gacha s.pngTears of Themis x20
Total Free Rewards
Btn coin s.pngStellin
}}
Total Paid Rewards
Btn coin gacha s.pngTears of Themis 30
Oracle of Justice IV icon.pngOracle of Justice IV 100
}}