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 (It would really help if I read the documentation first...)
(make NONE case-insensitive)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#vardefine:temp|{{#rmatch:{{{1|0}}}|\d+(\.\d+)?|$0}}
+
<!-- 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}}}|{{
}}<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}}}&nbsp;°U</span><sup> {{
+
#vardefine:temp|{{#rmatch:{{{1|0}}}|\d+(\.\d+)?|$0}}
 +
}}<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!}}}} {{
 
#if:{{{1|}}}||{{ct/e|#c00|No temperature specified!}}}} {{
 
#ifexpr:{{#var:temp|0}}-10000+32>-459.67||{{ct/e|#69f|Below absolute zero}}}} {{
 
#ifexpr:{{#var:temp|0}}-10000+32>-459.67||{{ct/e|#69f|Below absolute zero}}}} {{
 
#ifexpr:{{#var:temp|0}}>60000|{{ct/e|#c60|Temperature too high!}}}} {{
 
#ifexpr:{{#var:temp|0}}>60000|{{ct/e|#c60|Temperature too high!}}}} {{
#ifexpr:{{#var:temp|0}}<0|{{ct/e|#00c|Temperature too low!}}}}</sup><noinclude>
+
#ifexpr:{{#var:temp|0}}<0|{{ct/e|#00c|Temperature too low!}}}}</sup>}}<noinclude>
 
+
{{documentation}}
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.
 
 
 
== Usage ==
 
Use {{tl|ct}} to include the template, e.g.:
 
<nowiki>Water freezes at {{ct|10000}}</nowiki>
 
produces "Water freezes at {{ct|10000}}".
 
 
 
== 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 ! !