We are actively looking for staff to help us build the wiki. If you are interested please join our Discord server and apply.
Template:CraftingGrid: Difference between revisions
Jump to navigation
Jump to search
(Testing) |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | <td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | ||
{{#if:{{{image1|}}}|[[File:{{{image1}}}|100px]] | {{#if: {{{image1|}}} | [[File:{{{image1}}}|100px]] }} | ||
</td> | </td> | ||
<td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | <td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | ||
{{#if:{{{image2|}}}|[[File:{{{image2}}}|100px]] | {{#if: {{{image2|}}} | [[File:{{{image2}}}|100px]] }} | ||
</td> | </td> | ||
<td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | <td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | ||
{{#if:{{{image3|}}}|[[File:{{{image3}}}|100px]]|}} | {{#if: {{{image3|}}} | [[File:{{{image3}}}|100px]] }} | ||
</td> | |||
<td rowspan="2" style="width: 50px; text-align: center; vertical-align: middle; padding: 0 20px; position: relative;"> | |||
<!-- Arrow image in the gap --> | |||
<div style="position: absolute; top: 50%; transform: translateY(-50%);"> | |||
[[File:CraftingArrow.png|50px]] | |||
</div> | |||
</td> | |||
<td rowspan="2" style="border: 1px solid black; width: 100px; height: 200px; text-align: center; vertical-align: middle;"> | |||
<!-- Additional square --> | |||
{{#if: {{{image7|}}} | [[File:{{{image7}}}|100px]] }} | |||
</td> | </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | <td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | ||
{{#if:{{{image4|}}}|[[File:{{{image4}}}|100px]] | {{#if: {{{image4|}}} | [[File:{{{image4}}}|100px]] }} | ||
</td> | </td> | ||
<td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | <td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | ||
{{#if:{{{image5|}}}|[[File:{{{image5}}}|100px]] | {{#if: {{{image5|}}} | [[File:{{{image5}}}|100px]] }} | ||
</td> | </td> | ||
<td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | <td style="border: 1px solid black; width: 100px; height: 100px; text-align: center;"> | ||
{{#if: {{{image6|}}} | [[File:{{{image6}}}|100px]] }} | |||
{{#if:{{{ | |||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> |