Jump to content

Template:ProductionElement: Difference between revisions

From Out of Ore Wiki
No edit summary
No edit summary
Tag: Manual revert
 
(33 intermediate revisions by the same user not shown)
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;">
== {{{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;"
<div style="font-size: 1.6em; font-weight: bold; color: #353535; margin-bottom: 0.3em;">
|-
  🛠️ {{{name}}}
| style="width: 50%; padding: 1em; vertical-align: top; text-align: center;" |
</div>
 
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
<div style="margin: 0.5em auto;">
<div style="text-align: center;">
   [[File:{{{image}}}|400px|center]]
   [[File:{{{image}}}|frameless|upright=1.2]]
</div>
}}
 
<div style="color: #333; margin-bottom: 1em;">
  {{{description}}}
</div>
</div>
|}}
| style="width: 50%; padding: 1em; vertical-align: top; line-height: 1.5em; font-size: 0.95em;" |


{{{description}}}
{{#if:{{{inputs|}}}|
{{#if:{{{inputs|}}}|
<div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;">
<div style="margin-top: 1em;"><strong>Inputs:</strong><br />
  <b>Inputs:</b> {{{inputs}}}
<span>{{{inputs}}}</span></div>
</div>
}}
}}
{{#if:{{{keeps|}}}|
{{#if:{{{keeps|}}}|
<div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;">
<div style="margin-top: 1em;"><strong>Stored Inside:</strong><br />
  <b>Stored Internally:</b> {{{keeps}}}
<span>{{{keeps}}}</span></div>
</div>
}}
}}
{{#if:{{{convert_from|}}}{{{convert_to|}}}|
{{#if:{{{convert_from|}}}{{{convert_to|}}}|
<div style="background: #eee; padding: 0.5em 1em; margin-bottom: 0.5em; border-left: 5px solid #cea141;">
<div style="margin-top: 1em;"><strong>Conversion:</strong><br />
  <b>Conversion:</b> {{{convert_from}}} → {{{convert_to}}}
<span>{{{convert_from}}} → {{{convert_to}}}</span></div>
</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.''
|}


</div>
|}

Latest revision as of 22:36, 9 May 2025

{{{name}}}

{{{description}}}


💡 More technical information can be found in-game.