Difference between revisions of "Template:TempatureTableEntry"
Jump to navigation
Jump to search
(Fix for entry to match name system.) |
|||
(37 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <includeonly><div style = "display:none">{{ | |
− | + | #if:{{{5|}}}|{{#vardefine:tempInput2|{{{5}}}}}|{{#vardefine:tempInput2|0}}}}{{ | |
− | + | #if:{{{7|}}}|{{#vardefine:tempInput3|{{{7}}}}}|{{#vardefine:tempInput3|0}}}}{{ | |
− | + | #if:{{{9|}}}|{{#vardefine:tempInput4|{{{9}}}}}|{{#vardefine:tempInput4|0}}}} | |
− | + | </div> | |
− | + | <tr> | |
− | + | <td style="text-align:left">{{ItemIcon|Ingot {{{1|}}}|{{{2|}}}}} [[{{{1}}}]] </td><!--Warming-->{{ | |
− | + | #ifexpr: {{{3|}}} >= 16 | {{ | |
− | |||
− | |||
</tr></includeonly><noinclude> | </tr></includeonly><noinclude> | ||
− | How to use: | + | How to use: This template needs a [[Template:TempatureTableHead]] to work as it provides the category parts required. This is just an entry into the table! 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> | + | |
+ | <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> | ||
+ | |||
+ | '''MAKE SURE TO CLOSE THE TABLE WITH <nowiki> </table> </nowiki> OR IT WILL BREAK!''' | ||
</noinclude> | </noinclude> |
Latest revision as of 06:02, 12 June 2020
How to use: This template needs a Template:TempatureTableHead to work as it provides the category parts required. This is just an entry into the table! This will automatically covert number values into heat colors, only use the number values! 2-4 are optional.
{{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}}
MAKE SURE TO CLOSE THE TABLE WITH </table> OR IT WILL BREAK!