Template:ProductionElement: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- Template:ProductionElement --> | |||
<div style="width: 80%; margin: 1em auto; text-align: center; border: 1px solid #ccc; padding: 1em; border-radius: 8px;"> | |||
{{{ | <div style="font-size: 1.8em; font-weight: bold; margin-bottom: 0.5em;"> | ||
{{{name}}} | |||
</div> | |||
{{#if:{{{ | {{#if:{{{image|}}}| | ||
<div style="margin-bottom: 1em;"> | |||
[[File:{{{image}}}|500px|center]] | |||
</div> | |||
}} | }} | ||
{{#if:{{{ | <div style="text-align: left; margin-bottom: 1em;"> | ||
{{{description}}} | |||
</div> | |||
{{#if:{{{inputs|}}}| | |||
<div style="text-align: left; margin-bottom: 0.5em;"> | |||
<b>Inputs:</b> {{{inputs}}} | |||
</div> | |||
}} | |||
{{#if:{{{keeps|}}}| | |||
<div style="text-align: left; margin-bottom: 0.5em;"> | |||
<b>Stored Internally:</b> {{{keeps}}} | |||
</div> | |||
}} | |||
{{#if:{{{convert_from|}}}{{{convert_to|}}}| | |||
<div style="text-align: left;"> | |||
<b>Conversion:</b> {{{convert_from}}} → {{{convert_to}}} | |||
</div> | |||
}} | }} | ||
</div> |
Revision as of 23:09, 14 April 2025
{{{name}}}
{{{description}}}