Template:Drops: Difference between revisions
From Vintage Story Wiki
Tag: Undo |
(Move documentation to subpage) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
<includeonly>|bgcolor="#000000" colspan="2" style="text-align:center; font-size:13.5px;"|<font color="white">'''<translate><!--T:1--> Drops</translate>'''</font> | <includeonly>|bgcolor="#000000" colspan="2" style="text-align:center; font-size:13.5px;"|<font color="white">'''<translate><!--T:1--> Drops</translate>'''</font> | ||
{{#ifeq:{{{Code1}}}|Nothing | {{#ifeq:{{{Code1}}}|Nothing | ||
|{{!}}- {{Drops/Nothing}}| | |{{!}}- {{Drops/Nothing}}| | ||
Line 40: | Line 38: | ||
{{#if: {{{Code12|}}} | {{#if: {{{Code12|}}} | ||
|{{!}}- {{Drops/row |Code={{{Code12}}} |Avg={{{Avg12}}} |Var={{{Var12|}}} }} | |{{!}}- {{Drops/row |Code={{{Code12}}} |Avg={{{Avg12}}} |Var={{{Var12|}}} }} | ||
}} | |||
{{#if: {{{Code13|}}} | |||
|{{!}}- {{Drops/row |Code={{{Code13}}} |Avg={{{Avg13}}} |Var={{{Var13|}}} }} | |||
}} | |||
{{#if: {{{Code14|}}} | |||
|{{!}}- {{Drops/row |Code={{{Code14}}} |Avg={{{Avg14}}} |Var={{{Var14|}}} }} | |||
}} | |||
{{#if: {{{Code15|}}} | |||
|{{!}}- {{Drops/row |Code={{{Code15}}} |Avg={{{Avg15}}} |Var={{{Var15|}}} }} | |||
}} | }} | ||
}} | }} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{Documentation}} | |||
{ | |||
</noinclude> | </noinclude> |
Latest revision as of 12:16, 30 January 2024
[view | edit | history | purge this page]Documentation
Use this in other templates to display drops. Based on Template:Drops/row.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Code1 | Code1 | Drop item info
| String | required |
Avg1 | Avg1 | Average drop value
| Number | required |
Var1 | Var1 | Variance of Avg parameter
| Number | optional |
Usage
{{Drops |Code1= Dirt |Avg1= 1.1 |Var1= 0.5 }}
Examples
{| class="wikitable" |- {{Drops |Code1 = Nothing}} |}
turns into
Drops | |
Nothing |
{| class="wikitable" |- {{Drops |Code1={{ll|Poultry}} |Avg1=1.25 |Var1=0.25 |Code2={{ll|Feather}} |Avg2=12 |Var2=4 |Code3={{ll|Bone}} |Avg3=0.5 }} |}
turns into
Drops | |
Poultry | 1 - 1.5* |
Feather | 8 - 16* |
Bone | 0.5* |
[view | edit | history | purge this page]The above documentation is transcluded from Template:Drops/doc.