Template:Type: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(potential bugfix for Infobox rows that use the Quality template v2)
(potential bugfix for Infobox rows that use the Quality template v3)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{#vardefine|unit|{{lc:{{#explode:{{{1}}}| |-1}}}}}}{{#replace:{{{1}}}|{{#switch:{{#var:unit}}|<nowiki> </nowiki>}} {{#switch:{{#var:unit}}
{{#switch:{{lc:{{#explode:{{{1}}}| |-1}}}}
| burner = ([[Fuel{{If language suffix}}|{{Translation|burner}}]])
| burner = {{#sub:{{{1}}}|0|-{{#len:{{#explode:{{{1}}}| |-1}}}}}} ([[Fuel{{If language suffix}}|{{Translation|burner}}]])
| electric = ([[Electric system{{If language suffix}}|{{Translation|electric}}]])
| electric = {{#sub:{{{1}}}|0|-{{#len:{{#explode:{{{1}}}| |-1}}}}}} ([[Electric system{{If language suffix}}|{{Translation|electric}}]])
| explosion | explosive = ([[Damage{{If language suffix}}|explosive]])
| explosion | explosive = {{#sub:{{{1}}}|0|-{{#len:{{#explode:{{{1}}}| |-1}}}}}} ([[Damage{{If language suffix}}|explosive]])
| physical = ([[Damage{{If language suffix}}|physical]])
| physical = {{#sub:{{{1}}}|0|-{{#len:{{#explode:{{{1}}}| |-1}}}}}} ([[Damage{{If language suffix}}|physical]])
| poison = /s ([[Damage{{If language suffix}}|poison]])
| poison = {{#sub:{{{1}}}|0|-{{#len:{{#explode:{{{1}}}| |-1}}}}}}/s ([[Damage{{If language suffix}}|poison]])
| laser = ([[Damage{{If language suffix}}|laser]])
| laser = {{#sub:{{{1}}}|0|-{{#len:{{#explode:{{{1}}}| |-1}}}}}}([[Damage{{If language suffix}}|laser]])
}}<noinclude>
}}<noinclude>



Latest revision as of 21:00, 30 October 2024