BETA webtags: Difference between revisions

1,224 bytes removed ,  13:29, 27 October 2013
no edit summary
No edit summary
Line 1: Line 1:
=NOTE, there is currently no Beta version of Cumulus=


== Additional webtags available in the BETA version of Cumulus 1.9.4 ==
== Additional webtags available in the BETA version of Cumulus X.X.X ==




Line 48: Line 49:
|colspan="2" style="background:lightgray;"|Rainfall
|colspan="2" style="background:lightgray;"|Rainfall
|-
|-
|<#MinutesSinceLastRainTip>
|colspan="2"|no new tags
|The number of minutes since the last rain gauge tip, in whole numbers, rounded down
|-
|-
|colspan="2" style="background:lightgray;"|Pressure
|colspan="2" style="background:lightgray;"|Pressure
Line 222: Line 222:
!style="width:600px" | Function  
!style="width:600px" | Function  
|-
|-
|<#RecentTS>
|colspan="2"|no new tags
|Takes parameters like the 'recent data' web tags (e.g. <#RecentOutsideTemp>) and gives the timestamp of the data that will be returned for those web tags with the supplied parameters (it may not have the data for the exact time specified). Format can be specified in the usual way with the 'format' parameter.
|}
|}


Line 263: Line 262:
!style="width:600px" | Function
!style="width:600px" | Function
|-
|-
|<#latitude>
|colspan="2"|no new tags
|The station [http://en.wikipedia.org/wiki/Latitude latitude].
Supports an optional 'dp' parameter, if supplied, instead of the usual web-encoded text format with degrees/minutes/seconds, the result is in decimal degrees to the specified number of decimal places. E.g<br />
<#latitude> gives "N&amp;nbsp;59& deg;&amp;nbsp;14&amp;#39;&amp;nbsp;33&amp;quot;" for N 59 14 33<br />
<#latitude dp=5> gives "59.24250"
 
If the "dp" parameter is supplied, then supplying "rc=y" in addition will cause any decimal comma to be converted to a decimal point.
|-
|<#longitude>
|The station [http://en.wikipedia.org/wiki/Longitude longitude]. Supports an optional 'dp' and 'rc' parameters as per the latitude tag.
|-
|}
|}


Line 386: Line 375:
There are a set of tags where the decimal comma has been replaced with a full stop, where necessary, for use with gauges etc which don't like the commas. They all correspond to the same tag with 'RC' removed.
There are a set of tags where the decimal comma has been replaced with a full stop, where necessary, for use with gauges etc which don't like the commas. They all correspond to the same tag with 'RC' removed.


  <#RCRecentOutsideTemp>, <#RCRecentWindSpeed>, <#RCRecentWindGust>, <#RCRecentWindLatest>,
  <No new tags>
<#RCRecentWindChill>, <#RCRecentDewPoint>, <#RCRecentHeatIndex>, <#RCRecentPressure>,
<#RCRecentRainToday>, <#RCRecentUV>