Jump to content

Template:ProductionElement: Difference between revisions

From Out of Ore Wiki
No edit summary
No edit summary
Line 1: Line 1:
<!-- Template:ProductionElement -->
<!-- Template:ProductionElement -->
<div style="width: 80%; margin: 1em auto; text-align: center; border: 1px solid #ccc; padding: 1em; border-radius: 8px;">
<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.8em; font-weight: bold; margin-bottom: 0.5em;">
<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-bottom: 1em;">
<div style="margin: 0.5em auto;">
   [[File:{{{image}}}|500px|center]]
   [[File:{{{image}}}|400px|center]]
</div>
</div>
}}
}}


<div style="text-align: left; margin-bottom: 1em;">
<div style="color: #333; margin-bottom: 1em;">
   {{{description}}}
   {{{description}}}
</div>
</div>


{{#if:{{{inputs|}}}|
{{#if:{{{inputs|}}}|
<div style="text-align: left; margin-bottom: 0.5em;">
<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="text-align: left; margin-bottom: 0.5em;">
<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="text-align: left;">
<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}}}