Template:Spout/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
Created page with "{{Documentation subpage}} {{Lua|UI}} This template is used to create an interface to display Spout recipes. See Template:Inventory slot for basic usage, this document..."
 
BoxWithout (talk | contribs)
m 2 revisions imported
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:


==See Also==
==See Also==
{{UI See Also}}
{{UI see also}}


<includeonly>
<includeonly>

Latest revision as of 21:59, 14 February 2025

This is a documentation subpage for Template:Spout.
It contains usage information, categories and other content that is not part of the original template page.

Lua error in package.lua at line 80: module 'Dev:Arguments' not found. This template is used to create an interface to display Spout recipes.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Definition[edit source]

Parameter R? Type Description Default
InputN
Yes
(at least 1)
/
The Nth input item. Accepts input such as ItemName,Amount. There can be unlimited input items.
Output
Yes
/
The output item. Accepts input such as ItemName,Amount.

Examples[edit source]

{{Spout
|Input1=Bucket
|Input2=1000mB of Water
|Output=Water Bucket
}}
produces
BucketWater 1000mB
Filling by Spout
Water Bucket

See Also[edit source]