Template:Drop rate/doc: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
(Created page with "{{doc/start}} ==Description== Used to record how many runs and item drops in. Must use both Template:Drop rate/Stage and Template:Drop rate in conjunction on Stage...")
 
imported>Elaeagnifolia
mNo edit summary
Line 2: Line 2:


==Description==
==Description==
Used to record how many runs and item drops in. Must use both [[Template:Drop rate/Stage]] and [[Template:Drop rate]] in conjunction on [[Stage drop rate list]].
Used to record how many runs and item drops in. Must use both [[Template:Drop rate/Stage]] and [[Template:Drop rate]] in conjunction on [[Stage drop list]].


For every run you do, increment <code>totalRuns</code>. If an item dropped in that run, increment the <code># of runs item dropped</code> for that item.
For every run you do, increment <code>totalRuns</code>. If an item dropped in that run, increment the <code># of runs item dropped</code> for that item.

Revision as of 17:56, 15 August 2021

Template-info.png Documentation

Description

Used to record how many runs and item drops in. Must use both Template:Drop rate/Stage and Template:Drop rate in conjunction on Stage drop list.

For every run you do, increment totalRuns. If an item dropped in that run, increment the # of runs item dropped for that item.

Usage

{{Drop rate/Stage|<name of stage>
|totalRuns=
|dropRateData=
{{Drop rate|<item name>|<# of runs item dropped>}}
}}

Example

{{Drop rate/Stage|Anomaly Level 01-01
|totalRuns=123
|dropRateData=
{{Drop rate|Stellin|123}}
{{Drop rate|Logic Chip I|20}}
}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.