Webtags (preserving history): Difference between revisions

m
Line 236: Line 236:
{{Template:WorkInProgressBanner}}
{{Template:WorkInProgressBanner}}


Here follow tables indicating what web tag names are available to be used, tables group them by the basic purpose of the tags listed.
This list only contains the tag_names, don't forget tag_names are only part of the [[#General Format for Web Tags]], for example in a template file you precede the tag name with <, you may need input parameters, you may need output parameters, and you end the full web tag with >.


it does not indicate what parameters they can take, nor does it include the brackets the tag name is surrounded by when you quote it in a template file for Cumulus to process.
Here follow tables that group the tag names by the basic purpose of the tags listed. There has been confusion in the past of tags appearing in more than one group, can contributors remove any remaining duplication, so future maintenance is easier.
There is a table of contents near the top of the page that you might find useful if you are interested in a particular tag group.


==Current Conditions==
==Current Conditions==
We start with tags that relate to the latest values, as these are the ones that people most often choose to use. The current condition data is also available, for processes external to Cumulus, by using the inbuilt facility to generate [[Realtime.txt|a file]] with such data.


Cumulus software makes current values available for a standard range of sensors where the same web tags apply across a range of weather station models.
Cumulus software makes current values available for a standard range of sensors where the same web tags apply across a range of weather station models.


Cumulus 1 and MX offer current values from some extra temperature and relative humidity sensors (see [[Extra temperatures]]) frm particular weather station models (from Davis and Oregon Scientific).
Both Cumulus 1 and MX offer current values from some [[#Extra Sensors|extra]] temperature and relative humidity sensors (see [[Extra temperatures]]) from particular weather station models.


Recently, MX has been developed to support further extra sensors (see [[Extra Sensor Files]] page for full list of fields) and web tags have been added to support current values only.  
Recently, MX has been developed to support further extra sensors (see [[Extra Sensor Files]] page for full list of fields) and web tags have been added to support equivalent current values only.  


==== Feels Like ====
==== Feels Like ====
Line 428: Line 435:
|-
|-
|<#wspddata>
|<#wspddata>
|Comma separated list of recent individual (non-averaged) wind speed (correspond to 'latest' on the Cumulus main screen) readings (every x seconds, up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex. Reading interval x varies by station type.
|Comma separated list of recent individual (non-averaged) wind speed (correspond to 'latest' on the Cumulus main screen) readings (every x seconds, up to 3600 entries). This is a circular buffer; to find the most recent value use '''nextwindindex''' tag. Reading interval x varies by station type.
|-
|-
|<#nextwindindex>
|<#nextwindindex>
5,838

edits