Difference between revisions of "Template:TempatureTableEntry"

From TFC:TNG
Jump to navigation Jump to search
Line 137: Line 137:
 
{{#ifexpr: {{{5|}}} >= 1580 | {{#vardefine:tempExact|54}} }}
 
{{#ifexpr: {{{5|}}} >= 1580 | {{#vardefine:tempExact|54}} }}
 
{{#ifexpr: {{{5|}}} >= 1601 | {{#vardefine:tempExact|55}} }}
 
{{#ifexpr: {{{5|}}} >= 1601 | {{#vardefine:tempExact|55}} }}
<td colspan={{#expr {{#var:tempExact2}} - {{#var:tempExact}} }} bgcolor={{{6}}} style="text-align:center"> </td>
+
<td colspan="{{#expr {{#var:tempExact2}} - {{#var:tempExact}} }}" bgcolor="{{{6}}}" style="text-align:center"> {{{5}}} </td>
 
}}</tr></includeonly><noinclude>
 
}}</tr></includeonly><noinclude>
 
How to use: Template needs a [[Template:TempatureTableHead]] to work as it provides the category parts required. This is just an entry into the table.
 
How to use: Template needs a [[Template:TempatureTableHead]] to work as it provides the category parts required. This is just an entry into the table.
 
<code><nowiki>{{TempatureTableEntry|Item/Block Name|Page Link|Temp 1|Temp 1 color|Temp 2|Temp 2 color|Temp 3|Temp 3 color|Temp 4|Temp 4 color}}</nowiki></code> This will automatically covert number values into heat colors, only use the number values! 2-4 are optional.
 
<code><nowiki>{{TempatureTableEntry|Item/Block Name|Page Link|Temp 1|Temp 1 color|Temp 2|Temp 2 color|Temp 3|Temp 3 color|Temp 4|Temp 4 color}}</nowiki></code> This will automatically covert number values into heat colors, only use the number values! 2-4 are optional.
 
</noinclude>
 
</noinclude>

Revision as of 23:23, 16 October 2019

How to use: Template needs a Template:TempatureTableHead to work as it provides the category parts required. This is just an entry into the table. {{TempatureTableEntry|Item/Block Name|Page Link|Temp 1|Temp 1 color|Temp 2|Temp 2 color|Temp 3|Temp 3 color|Temp 4|Temp 4 color}} This will automatically covert number values into heat colors, only use the number values! 2-4 are optional.