Template:Item/Smeltable: Difference between revisions

From Vintage Story Wiki
(Marked this version for translation)
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
<!--|--->                      <!-- Removed because this information is unavailable -->
<!--|--->                      <!-- Removed because this information is unavailable -->
|'''<translate><!--T:4--> Requires Container</translate>'''
|'''<translate><!--T:4--> Requires Container</translate>'''
|{{#if: {{{RequiresContainer|}}}|Yes|No}}
|{{#if: {{{RequiresContainer|}}}|<translate><!--T:19--> Yes</translate>|<translate><!--T:20--> No</translate>}}
{{#if: {{{OutputName|Yes}}} | {{#!:
{{#if: {{{OutputName|Yes}}} | {{#!:
|-
|-

Latest revision as of 06:12, 27 July 2023

Other languages:
Parameter Required or Optional, default if applicable Example
SmeltTemp Required 1050
RequiresContainer Optional, No Yes
OutputLink Required if RequiresContainer Ingot_mold
OutputName Required if RequiresContainer Ingot mold
OutputAmount Optional, 1 2

OutputLink is a link to the wiki page of the mold used to cast the item so make sure it's not a red link.

Pass any value to RequiresContainer for the value of "Yes" to appear.
If no mold is required (if the item is not made with casting but with smithing), dont write RequiredContainer=No, just ignore this line and the lines below.