Template:ProductionElement: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- Template:ProductionElement --> | <!-- Template:ProductionElement --> | ||
<div style=" | <div style="border: 2px solid #cea141; background: #f9f6f0; border-radius: 12px; padding: 1em; width: 85%; margin: 1em auto; font-family: sans-serif;"> | ||
<div style="font-size: 1. | <div style="font-size: 1.6em; font-weight: bold; color: #353535; margin-bottom: 0.3em;"> | ||
{{{name}}} | 🛠️ {{{name}}} | ||
</div> | </div> | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<div style="margin | <div style="margin: 0.5em auto;"> | ||
[[File:{{{image}}}| | [[File:{{{image}}}|400px|center]] | ||
</div> | </div> | ||
}} | }} | ||
<div style=" | <div style="color: #333; margin-bottom: 1em;"> | ||
{{{description}}} | {{{description}}} | ||
</div> | </div> | ||
{{#if:{{{inputs|}}}| | {{#if:{{{inputs|}}}| | ||
<div style=" | <div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;"> | ||
<b>Inputs:</b> {{{inputs}}} | <b>Inputs:</b> {{{inputs}}} | ||
</div> | </div> | ||
Line 23: | Line 23: | ||
{{#if:{{{keeps|}}}| | {{#if:{{{keeps|}}}| | ||
<div style=" | <div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;"> | ||
<b>Stored Internally:</b> {{{keeps}}} | <b>Stored Internally:</b> {{{keeps}}} | ||
</div> | </div> | ||
Line 29: | Line 29: | ||
{{#if:{{{convert_from|}}}{{{convert_to|}}}| | {{#if:{{{convert_from|}}}{{{convert_to|}}}| | ||
<div style=" | <div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;"> | ||
<b>Conversion:</b> {{{convert_from}}} → {{{convert_to}}} | <b>Conversion:</b> {{{convert_from}}} → {{{convert_to}}} | ||
</div> | </div> |
Revision as of 23:13, 14 April 2025
🛠️ {{{name}}}
{{{description}}}