Template:Crafting: Difference between revisions
More actions
No edit summary Tag: Reverted |
Tag: Undo |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 45: | Line 45: | ||
<div class="crafting-output-qty">{{{output_qty|1}}}</div> | <div class="crafting-output-qty">{{{output_qty|1}}}</div> | ||
</div> | </div> | ||
</div></includeonly> | </div></includeonly><noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
Latest revision as of 00:52, 28 March 2026
Usage
{{CraftingRecipe
| item1 = Scrap Metal | qty1 = 18/5
| item2 = Wood | qty2 = 116/30
| item3 = Screws | qty3 = 22/5
| item4 = Spring | qty4 = 3/1
| output = Pipe Rifle | output_qty = 1
}}
A template for displaying crafting recipes with up to 6 reagents and 1 output item. Matches the Citizen skin dark theme.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Output Item | output | The exact name of the crafted item. This determines the image and page link. | Page name | required |
| Output Quantity | output_qty | The number of items produced by this recipe.
| String | suggested |
| Reagent 1 | item1 | The exact name of the first crafting reagent. | Page name | required |
| Quantity 1 | qty1 | The required or available quantity for the first reagent (e.g., '5' or '18/5').
| String | suggested |
| Reagent 2 | item2 | The exact name of the second crafting reagent. | Page name | suggested |
| Quantity 2 | qty2 | The quantity for the second reagent.
| String | optional |
| Reagent 3 | item3 | The exact name of the third crafting reagent. | Page name | optional |
| Quantity 3 | qty3 | The quantity for the third reagent.
| String | optional |
| Reagent 4 | item4 | The exact name of the fourth crafting reagent. | Page name | optional |
| Quantity 4 | qty4 | The quantity for the fourth reagent.
| String | optional |
| Reagent 5 | item5 | The exact name of the fifth crafting reagent. | Page name | optional |
| Quantity 5 | qty5 | The quantity for the fifth reagent.
| String | optional |
| Reagent 6 | item6 | The exact name of the sixth crafting reagent. | Page name | optional |
| Quantity 6 | qty6 | The quantity for the sixth reagent.
| String | optional |