v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Ct"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (wikitable)
(make NONE case-insensitive)
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<span style="border-bottom: 1px #0000CC dotted;cursor:help;" title="{{#expr:({{{1|0}}}-10000)*5/9 round 1}} °C">{{{1|0}}} °U</span><noinclude>
+
<!-- Special case if "NONE": Just display "none" without any formatting. Needed for stone templates, since NONE is found in raws. -->{{#ifeq:{{uc:{{{1}}}}}|NONE|{{{2|none}}}|{{
 
+
#vardefine:temp|{{#rmatch:{{{1|0}}}|\d+(\.\d+)?|$0}}
This template assists in the display of temperatures, measured in degrees Urist, by adding a hovertext which displays the temperature in degrees Celsius, rounded to the nearest one decimal point.
+
}}<span style="border-bottom: 1px #0000CC dotted;cursor:help;" title="{{#expr:({{#var:temp}}-10000)*5/9 round 1}}&nbsp;°C ({{#expr:({{#var:temp}}-10000)+32 round 1}}&nbsp;°F)">{{{1|0}}}{{#ifeq:{{#var:temp}}|{{{1}}}|&nbsp;°U}}</span><sup> {{
 
+
#if:{{{1|}}}||{{ct/e|#c00|No temperature specified!}}}} {{
== Usage ==
+
#ifexpr:{{#var:temp|0}}-10000+32>-459.67||{{ct/e|#69f|Below absolute zero}}}} {{
Use {{tl|ct}} to include the template, e.g.:
+
#ifexpr:{{#var:temp|0}}>60000|{{ct/e|#c60|Temperature too high!}}}} {{
<nowiki>Water freezes at {{ct|10000}}</nowiki>
+
#ifexpr:{{#var:temp|0}}<0|{{ct/e|#00c|Temperature too low!}}}}</sup>}}<noinclude>
produces "Water freezes at {{ct|10000}}".
+
{{documentation}}
 
 
== Examples ==
 
{| class="wikitable"
 
! Code !! Product
 
|-
 
| <nowiki>[[Water]] freezes at {{ct|10000}}.</nowiki> || [[Water]] freezes at {{ct|10000}}.
 
|-
 
| <nowiki>The temperature of [[magma]] is {{ct|12000}}.</nowiki> || The temperature of [[magma]] is {{ct|12000}}.
 
|}
 
 
</noinclude>
 
</noinclude>

Latest revision as of 03:08, 19 May 2017

0 ! !