Template:ProductionElement: Difference between revisions
Appearance
Replaced content with "<!-- Template:ProductionElement --> '''{{{name}}}''' {{{description}}} '''Inputs:''' {{OreList|{{{inputs}}}}}" Tag: Replaced |
No edit summary Tag: Manual revert |
||
(38 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- Template:ProductionElement --> | <!-- Template:ProductionElement --> | ||
== {{{name}}} == | |||
{| class="wikitable" style="width: 65%; margin: 1em auto; border-collapse: collapse; text-align: left; box-shadow: 0 0 8px rgba(0,0,0,0.2); border-radius: 8px; overflow: hidden;" | |||
|- | |||
| style="width: 50%; padding: 1em; vertical-align: top; text-align: center;" | | |||
{{#if:{{{image|}}}| | |||
<div style="text-align: center;"> | |||
[[File:{{{image}}}|frameless|upright=1.2]] | |||
</div> | |||
|}} | |||
| style="width: 50%; padding: 1em; vertical-align: top; line-height: 1.5em; font-size: 0.95em;" | | |||
{{{description}}} | {{{description}}} | ||
{{#if:{{{inputs|}}}| | |||
<div style="margin-top: 1em;"><strong>Inputs:</strong><br /> | |||
<span>{{{inputs}}}</span></div> | |||
}} | |||
{{#if:{{{keeps|}}}| | |||
<div style="margin-top: 1em;"><strong>Stored Inside:</strong><br /> | |||
<span>{{{keeps}}}</span></div> | |||
}} | |||
{{#if:{{{convert_from|}}}{{{convert_to|}}}| | |||
<div style="margin-top: 1em;"><strong>Conversion:</strong><br /> | |||
<span>{{{convert_from}}} → {{{convert_to}}}</span></div> | |||
}} | |||
{| class="wikitable" style="margin-top: 1em; background-color: inherit; border-left: 4px solid #ccc;" | |||
| style="padding: 0.5em; font-size: 0.9em;" | | |||
💡 ''More technical information can be found in-game.'' | |||
|} | |||
|} | |||