Template:Crafting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(whitespace) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<div class="crafting crafting-{{{Type | <includeonly> | ||
<div class="crafting crafting-{{#switch: {{{Type}}} | |||
| custom = custom | |||
<div class="crafting- | | Custom = custom | ||
| standard = standard | |||
| 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> | ||
}} | }} | ||
<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> |