BETA webtags: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
36 bytes added ,  11:37, 10 February 2019
 
(One intermediate revision by the same user not shown)
Line 395: Line 395:


==Day/Night/Sun/Moon==
==Day/Night/Sun/Moon==
These are updated each hour to refer to current time-zone
These are updated each hour (b3047 or later = every 10 minutes) to refer to current time-zone
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 403: Line 403:
|<#MoonAge>
|<#MoonAge>
|Current '''approximate''' age of the Moon in days (0-29)
|Current '''approximate''' age of the Moon in days (0-29)
b3046 adds the 'dp' and 'rc' parameters
b3047 adds the 'dp' and 'rc' parameters
Supports an optional 'dp' parameter, if supplied the result is returned to the specified number of decimal places. E.g
Supports an optional 'dp' parameter, if supplied the result is returned to the specified number of decimal places. E.g
<#MoonAge> gives "11"
<#MoonAge> gives "11"
Line 412: Line 412:
|<#MoonPercent>
|<#MoonPercent>
|Current percentage of moon visible (negative value indicates 'waning')
|Current percentage of moon visible (negative value indicates 'waning')
b3046 adds the 'dp' and 'rc' parameters as <#MoonAge> above
b3047 adds the 'dp' and 'rc' parameters as <#MoonAge> above
|-
|-
|<#MoonPercentAbs>
|<#MoonPercentAbs>
|Current percentage of moon visible (always positive)
|Current percentage of moon visible (always positive)
b3046 adds the 'dp' and 'rc' parameters as <#MoonAge> above
b3047 adds the 'dp' and 'rc' parameters as <#MoonAge> above
|}
|}


Navigation menu