Template:Drops/row

From Vintage Story Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


[view | edit | history | purge this page]Documentation

Used in Template:Drops. Based on Template:Range.

Template parameters

ParameterDescriptionTypeStatus
Code1

Drop item info

Example
Dirt
Stringrequired
Avg2

Average drop value

Example
1.1
Numberrequired
Var3

Variance of Avg parameter

Default
0
Example
0.5
Numberoptional

Usage

{{Drops/row
|Code= Dirt
|Avg= 1.1
|Var= 0.5
}}

Code, Avg, and Var can also be supplied as anon params.

{{Drops/row|Dirt|1.1|0.5}}

Examples

{{Drops/row|Code={{ll|Poultry}}|Avg=1.1|Var=0.5}}

turns into

Poultry 0.6 - 1.6*
[view | edit | history | purge this page]The above documentation is transcluded from Template:Drops/row/doc.