Template:Crafting: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
mNo edit summary
(whitespace)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div class="crafting crafting-{{{Type|Custom}}}">
<includeonly>
{{{Input|}}}
<div class="crafting crafting-{{#switch: {{{Type}}}
{{#if: {{{Output|}}}|
| custom = custom
<div class="crafting-arrow">
| Custom = custom
{{#if: {{{Catalyst|}}}|
| standard = standard
{{CraftingCatalyst|{{{Catalyst}}} }}
| Standard = standard
}}
| zauber = zauber
| Zauber = zauber
| {{#switch: {{{Name}}}
| Dropper = standard
| Item Hopper = standard
| Crafting Table = standard
| Zauber Cauldron = zauber
| custom
}}
}} {{#if: {{{Shapeless|}}}| crafting-shapeless}}">
{{#if: {{{Name|}}}|
<div class="crafting-container-name">
{{{Name}}}
</div>
</div>
{{{Output}}}
}}
}}
<div class=crafting-recipe>
{{{Input|}}}
{{#if: {{{Output|}}}{{{Catalyst|}}}|
<div class="crafting-arrow">
{{#if: {{{Catalyst|}}}|
{{CraftingCatalyst|{{{Catalyst}}} }}
}}
</div>
{{{Output|}}}
}}
</div>
</div>
</div>
</includeonly><noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 19:22, 27 December 2021

Template documentation[create]