Webtags/Parameters: Difference between revisions

18 bytes added ,  12:14, 2 October 2022
m
Line 96: Line 96:
# The majority of tag names have a default output if there is no output format modifier, but accept either one or two output format parameters, allowing you to change what they output.
# The majority of tag names have a default output if there is no output format modifier, but accept either one or two output format parameters, allowing you to change what they output.


=== Changing the decimal separator ===
=== Numbers ===
 
==== Changing the decimal separator ====


CumulusMX never uses a comma for separating off thousands, and there is no way to make it output numbers above 999 with a space or comma to separate out thousands.
CumulusMX never uses a comma for separating off thousands, and there is no way to make it output numbers above 999 with a space or comma to separate out thousands.
Line 119: Line 121:
| <#tempYH rc=y> will return yesterday's highest temperature as integer part then full stop then decimal part, regardless of local
| <#tempYH rc=y> will return yesterday's highest temperature as integer part then full stop then decimal part, regardless of local
|}
|}


=== Controlling the number of decimal places ===
=== Controlling the number of decimal places ===