Jump to content

Template:ProductionElement: Difference between revisions

From Out of Ore Wiki
Created page with "<!-- Template:ProductionElement --> {| class="wikitable" style="width: 80%; text-align: center;" |- ! colspan="2" style="font-size: 1.5em;" | '''{{{name}}}''' |- | colspan="2" | {{#if:{{{image|}}}|[[File:{{{image}}}|center|500px]]|}} |- | colspan="2" style="text-align:left; padding: 10px;" | {{{description}}} |- ! colspan="2" | '''Inputs''' |- | colspan="2" | * {{#if:{{{input1|}}}|{{{input1}}}|}} * {{#if:{{{input2|}}}|{{{input2}}}|}} |- {{#if:{{{convert_from|}}}| | colsp..."
 
No edit summary
Tag: Manual revert
 
(54 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Template:ProductionElement -->
<!-- Template:ProductionElement -->
{| class="wikitable" style="width: 80%; text-align: center;"
== {{{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;"
|-
|-
! colspan="2" style="font-size: 1.5em;" | '''{{{name}}}'''
| style="width: 50%; padding: 1em; vertical-align: top; text-align: center;" |
|-
{{#if:{{{image|}}}|
| colspan="2" | {{#if:{{{image|}}}|[[File:{{{image}}}|center|500px]]|}}
<div style="text-align: center;">
|-
  [[File:{{{image}}}|frameless|upright=1.2]]
| colspan="2" style="text-align:left; padding: 10px;" | {{{description}}}
</div>
|-
|}}
! colspan="2" | '''Inputs'''
| style="width: 50%; padding: 1em; vertical-align: top; line-height: 1.5em; font-size: 0.95em;" |
|-
 
| colspan="2" |
{{{description}}}
* {{#if:{{{input1|}}}|{{{input1}}}|}}
{{#if:{{{inputs|}}}|
* {{#if:{{{input2|}}}|{{{input2}}}|}}
<div style="margin-top: 1em;"><strong>Inputs:</strong><br />
|-
<span>{{{inputs}}}</span></div>
{{#if:{{{convert_from|}}}|
| colspan="2" style="background:#f7f7f7;" | '''Conversions'''
|-
| colspan="2" style="text-align:left;" |
* {{OreName|{{{convert_from}}}}} → {{OreName|{{{convert_to}}}}}
}}
}}
{{#if:{{{keeps|}}}|
{{#if:{{{keeps|}}}|
| colspan="2" style="background:#f7f7f7;" | '''Stored Internally'''
<div style="margin-top: 1em;"><strong>Stored Inside:</strong><br />
|-
<span>{{{keeps}}}</span></div>
| colspan="2" style="text-align:left;" |
* {{OreName|{{{keeps}}}}}
}}
{{#if:{{{output1_filter|}}}|
| colspan="2" style="background:#f7f7f7;" | '''Filtered Outputs'''
|-
| style="width: 40%;" | '''{{{output1_name}}}'''
| style="width: 60%; text-align:left;" | {{OreName|{{{output1_filter}}}}}
|-
| style="width: 40%;" | '''{{{output2_name}}}'''
| style="width: 60%; text-align:left;" | {{OreName|{{{output2_filter}}}}}
}}
}}
{{#if:{{{passes_through|}}}|
{{#if:{{{convert_from|}}}{{{convert_to|}}}|
| colspan="2" style="text-align:center;" |
<div style="margin-top: 1em;"><strong>Conversion:</strong><br />
'''All other materials pass through untouched.'''
<span>{{{convert_from}}} → {{{convert_to}}}</span></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.''
|}
|}
|}

Latest revision as of 22:36, 9 May 2025

{{{name}}}

{{{description}}}


💡 More technical information can be found in-game.