|
|
| Line 1: |
Line 1: |
| <!-- Template:ProductionElement --> | | <!-- Template:ProductionElement --> |
| <div style="border: 2px solid #cea141; background: #f9f6f0; border-radius: 12px; padding: 1em; width: 85%; margin: 1em auto; font-family: sans-serif;">
| | {| class="wikitable" style="width: 85%; margin: auto; text-align: center;" |
| | |- |
| | ! colspan="2" style="font-size: 1.5em;" | {{{name}}} |
| | |- |
| | | colspan="2" | {{#if:{{{image|}}}|[[File:{{{image}}}|400px|center]]|}} |
| | |- |
| | | colspan="2" style="text-align: left; padding: 1em;" | {{{description}}} |
| | {{#if:{{{inputs|}}}| |
|
| |
|
| <div style="font-size: 1.6em; font-weight: bold; color: #353535; margin-bottom: 0.3em;">
| | * '''Inputs:''' {{{inputs}}} |
| 🛠️ {{{name}}}
| |
| </div>
| |
| | |
| {{#if:{{{image|}}}|
| |
| <div style="margin: 0.5em auto;">
| |
| [[File:{{{image}}}|400px|center]]
| |
| </div>
| |
| }} | | }} |
|
| |
|
| <div style="color: #333; margin-bottom: 1em;">
| | {{#if:{{{keeps|}}}| |
| {{{description}}}
| |
| </div>
| |
|
| |
|
| {{#if:{{{inputs|}}}|
| | * '''Stored Internally:''' {{{keeps}}} |
| <div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;">
| |
| <b>Inputs:</b> {{{inputs}}}
| |
| </div>
| |
| }} | | }} |
|
| |
|
| {{#if:{{{keeps|}}}| | | {{#if:{{{convert_from|}}}{{{convert_to|}}}| |
| <div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;">
| |
| <b>Stored Internally:</b> {{{keeps}}}
| |
| </div>
| |
| }}
| |
|
| |
|
| {{#if:{{{convert_from|}}}{{{convert_to|}}}|
| | * '''Conversion:''' {{{convert_from}}} → {{{convert_to}}} |
| <div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;">
| |
| <b>Conversion:</b> {{{convert_from}}} → {{{convert_to}}}
| |
| </div>
| |
| }} | | }} |
| | | |} |
| </div>
| |