1,154
edits
m (added note on webtags being case sensitive.) |
No edit summary |
||
== Webtags available in Cumulus 1.9.1 ==
These are special markers placed in a file which Cumulus can then process and replace with the actual values. Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics. In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:
''Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn't change the angle brackets to slightly different symbols -- this is a common cause of failure!''
Webtags for beta versions of Cumulus are not listed here until the version becomes 'live' however there is a page details the [[BETA webtags|additional webtags]] available in the Beta version
=Time/Date 'format' Parameter=
From 1.9.1 most time webtags will accept an option 'format' parameter, e.g: <#YearTempHT format=hh:nn>. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: <#YearTempHT format="hh nn">. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.
{| class="wikitable" border="1"
|-
!style="width:150px" | Specifier
!style="width:600px" | Displays
|-
|c
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.
|-
|d
|Displays the day as a number without a leading zero (1-31).
|-
|dd
|Displays the day as a number with a leading zero (01-31).
|-
|ddd
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.
|-
|dddd
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.
|-
|ddddd
|Displays the date using the format given by the Windows Short Date format.
|-
|dddddd
|Displays the date using the format given by the Windows Long Date format.
|-
|m
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.
|-
|mm
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.
|-
|mmm
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.
|-
|mmmm
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.
|-
|yy
|Displays the year as a two-digit number (00-99).
|-
|yyyy
|Displays the year as a four-digit number (0000-9999).
|-
|h
|Displays the hour without a leading zero (0-23).
|-
|hh
|Displays the hour with a leading zero (00-23).
|-
|n
|Displays the minute without a leading zero (0-59).
|-
|nn
|Displays the minute with a leading zero (00-59).
|-
|s
|Displays the second without a leading zero (0-59).
|-
|ss
|Displays the second with a leading zero (00-59).
|-
|z
|Displays the millisecond without a leading zero (0-999).
|-
|zzz
|Displays the millisecond with a leading zero (000-999).
|-
|t
|Displays the time using the format given by the Windows Short Time format.
|-
|tt\
|Displays the time using the format given by the Windows Long Time format.
|-
|am/pm
|Uses the 12-hour clock for the preceding h or hh specifier, and displays 'am' for any hour before noon, and 'pm' for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.
|-
|a/p
|Uses the 12-hour clock for the preceding h or hh specifier, and displays 'a' for any hour before noon, and 'p' for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.
|-
|ampm
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.
|-
|/
|Displays the date separator character given by the Windows Date Separator.
|-
|:
|Displays the time separator character given by the Windows Time Separator.
|-
|'xx'
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting.
|}
=The Tags=
Below is a list of the webtags available in the current version of Cumulus.
==Units==
{| class="wikitable" border="1"
|-
!style="width:150px" | webtag
!style="width:600px" | Function
|-
|<#tempunit>
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Centigrade] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit])
|-
|<#pressunit>
|Unit of measure for pressure. Possible values: mb, hPa, in
|-
|<#rainunit>
|Unit of measure for rain fall (e.g mm or inches)
|-
|<#windunit>
|Unit of measure for wind speed. Possible values: mph, m/s, km/h, kts
|-
|<#windrununit>
|Unit of measure for wind run (distance)
|}
==Date & Time==
{| class="wikitable" border="1"
|-
!style="width:150px" | webtag
!style="width:600px" | Function
|-
|<#date>
|<#minute>
|The current minute as a 2-digit number. Example format: 59
|}
==Current Conditions==
{| class="wikitable" border="1"
|-
!style="width:150px" | webtag
!style="width:600px" | Function
|-
|colspan="2" style="background:lightgray;"|Temperature & Humidity
|-
|<#
|The apparent temperature
|-
|<#
|Average temperature so far today
|-
|<#
|
|-
|<#
|
|-
|<#
|The change in temperature over the last hour
|-
|<#
|Temperature change over the last hour - Rising/Falling/Steady
|-
|<#temptrendenglish>
|Simple description of temperature change over the last hour - Rising/Falling/Steady. Useful for Javascript coding.
|-
|<#
|Current [[heat index]]
|-
|<#
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]
|-
|<#
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]
|-
|<#
|The inside humidity
|-
|<#
|The outside dew point
|-
|<#
|The current [[wind chill]] temperature
|-
|colspan="2" style="background:lightgray;"|Rainfall
|-
|<#
|The total rainfall so far today
|-
|<#
|The current rainfall rate
|-
|<#
|The rainfall in the last hour
|-
|<#
|The total rainfall since midnight. Useful if you don't use midnight as your start of day
|-
|<#
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)
|-
|colspan="2" style="background:lightgray;"|Pressure
|-
|<#
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]
|-
|<#
|The pressure trend in words - values can be set in the 'strings.ini' file
|-
|<#
|The pressure trend in figures
|-
|<#presstrendenglish>
| a singe word description for the pressure trend - Rising/Falling/Steady. Useful for developing Javascript coding on your webpage.
|-
|<#altimeterpressure>
|Altimeter pressure. Pressure corrected to sea level using altitude only. Same as sea-level pressure for non-Davis stations.
|-
|colspan="2" style="background:lightgray;"|Wind
|-
|<#wspeed>
|the 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it's the latest 'wind' value from the console (i.e. the current speed as determined by the station). Corresponds to 'average' on the Cumulus main screen.
|-
|<#
|The highest wind reading in the last 10 minutes. Corresponds to 'gust' on the Cumulus main screen.
|-
|<#wlatest>
|Latest wind speed reading from console. Corresponds to 'latest' on the Cumulus main screen.
|-
|<#
|The
|-
|<#
|Average wind bearing over last 10 minutes. Range 1-360, 0=Calm
|-
|<#
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE
|-
|<#
|Current wind bearing as a compass point - e.g. ESE
|-
|<#wdirdata>
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex
|-
|<#wspddata>
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex
|-
|<#nextwindindex>
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don't forget to allow for the wrap around!
|-
|<#windrun>
|The total wind run today so far
|-
|<#beaufort>
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8)
|-
|<#beaudesc>
|The current wind speed Beaufort description (e.g. "Gale")
|}
==Today==
{| class="wikitable" border="1"
|-
!style="width:150px" | webtag
!style="width:450px" | Function
!style="width:150px" | Time
|-
|colspan="3" style="background:lightgray;"|Temperature & Humidity
|-
|<#tempTH>
|Today's highest temperature
|<#TtempTH>
|-
|<#tempTL>
|Today's lowest temperature
|<#TtempTL>
|-
|<#
|
|<#TapptempTH>
|-
|<#
|
|<#TapptempTL>
|-
|<#
|
|<#TheatindexTH>
|-
|<#
|Today's lowest wind chill
|<#TwchillTL>
|-
|<#
|Today's highest dew point
|<#TdewpointTH>
|-
|<#
|Today's lowest dew point
|<#TdewpointTL>
|-
|<#
|Today's highest humidity
|<#ThumTH>
|-
|<#
|Today's lowest humidity
|<#ThumTL>
|-
|colspan="3" style="background:lightgray;"|Rainfall
|-
|<#
|Today's maximum rain rate
|<#TrrateTM>
|-
|<#
|Today's highest rainfall rate
|<#ThourlyrainTH>
|-
|colspan="3" style="background:lightgray;"|Pressure
|-
|<#pressTH>
|Today's highest pressure reading
|<#TpressTH>
|-
|<#pressTL>
|Today's lowest pressure reading
|<#TpressTL>
|-
|colspan="3" style="background:lightgray;"|Wind
|-
|<#windTM>
|Today's maximum (average) wind speed
|<#TwindTM>
|-
|<#wgustTM>
|Today's maximum wind gust
|<#TwgustTM>
|-
|<#bearingTM>
|The wind bearing at the time of today's high gust (<#wgustTM>)
|<#TwgustTM>
|-
|<#Tbeaufort>
|Today's highest wind speed, expressed in the Beaufort scale
|<#TwindTM>
|}
==
{| class="wikitable" border="1"
|-
!style="width:150px" | webtag
!style="width:
!style="width:150px" | Time
|-
|colspan="3" style="background:lightgray;"|Temperature & Humidity
|-
|<#
|Yesterday's highest temperature
|<#TtempYH>
|-
|<#
|Yesterday's lowest temperature
|<#TtempYL>
|-
|<#apptempYH>
|Yesterday's high apparent temperature
|<#TapptempYH>
|-
|<#
|Yesterday's low apparent temperature
|<#TapptempYL>
|-
|<#
|Yesterday's high heat index
|<#TheatindexYH>
|-
|<#wchillYL>
|Yesterday's lowest wind chill
|<#TwchillYL>
|-
|<#dewpointYL>
|Yesterday's lowest dew point
|<#TdewpointYL>
|-
|<#dewpointYH>
|Yesterday's highest dew point
|<#TdewpointYH>
|-
|<#humYH>
|High humidity yesterday
|<#ThumYH>
|-
|<#humYL>
|Low humidity yesterday
|<#ThumYL>
|-
|colspan="3" style="background:lightgray;"|Rainfall
|-
|<#rfallY>
|The total rainfall for yesterday
|n/a
|-
|<#rrateYM>
|Yesterday's maximum rain rate
|<#TrrateYM>
|-
|<#hourlyrainYH>
|Yesterday's highest rainfall rate
|<#ThourlyrainYH>
|-
|colspan="3" style="background:lightgray;"|Pressure
|-
|<#pressYH>
|Yesterday's highest pressure reading
|<#TpressYH>
|-
|<#pressYL>
|Yesterday's highest pressure reading
|<#TpressYL>
|-
|colspan="3" style="background:lightgray;"|Wind
|-
|<#
|The total wind run for yesterday
|n/a
|-
|<#windYM>
|Yesterday's maximum (average) wind speed
|<#TwindYM>
|-
|<#
|Yesterday's maximum wind gust
|<#TwgustYM>
|-
|<#bearingYM>
|The wind bearing at the time of yesterday's high gust
|<#TwgustYM>
|-
|<#Ybeaufort>
|Yesterday's highest wind speed, expressed in the Beaufort scale
|<#TwindYM>
|}
==
{| class="wikitable" border="1"
|-
!style="width:150px"
!style="width:
!style="width:150px"|Time
!style="width:150px"|Date
|-
|colspan="4" style="background:lightgray;"|Temperature & Humidity
|-
|<#
|This months high temperature
|<#MonthTempHT>
|<#MonthTempHD>
|-
|<#
|This months low temperature
|<#MonthTempLT>
|<#MonthTempLD>
|-
|<#
|This months high heat index
|<#MonthHeatIndexHT>
|<#MonthHeatIndexHD>
|-
|<#
|This months low wind chill
|<#MonthWChillLT>
|<#MonthWChillLD>
|-
|<#
|This months high apparent temperature
|<#MonthAppTempHT>
|<#MonthAppTempHD>
|-
|<#
|This months low apparent temperature
|<#MonthAppTempLT>
|<#MonthAppTempLD>
|-
|<#
|
|<#MonthDewPointHT>
|<#MonthDewPointHD>
|-
|<#
|This months low dew point
|<#MonthDewPointLT>
|<#MonthDewPointLD>
|-
|<#
|This months highest daily minimum temperature
|n/a
|<#MonthMinTempHD>
|-
|<#
|This months lowest daily minimum temperature
|n/a
|<#MonthMaxTempLD>
|-
|<#
|This months highest humidty
|<#MonthHumHT>
|<#MonthHumHD>
|-
|<#
|This months lowest humidty
|<#MonthHumLT>
|<#MonthHumLD>
|-
|colspan="4" style="background:lightgray;"|Pressure
|-
|<#
|This months highest pressure
|<#MonthPressHT>
|<#MonthPressHD>
|-
|<#MonthPressL>
|This months lowest pressure
|<#MonthPressLT>
|<#MonthPressLD>
|-
|colspan="4" style="background:lightgray;"|Wind
|-
|<#
|This months highest wind gust
|<#MonthGustHT>
|<#MonthGustHD>
|-
|<#MonthWindH>
|This months highest wind speed
|<#MonthWindHT>
|<#MonthWindHD>
|-
|colspan="4" style="background:lightgray;"|Rainfall
|-
|<#rmonth>
|The total rainfall so far this month
|n/a
|n/a
|-
|<#MonthRainRateH>
|This months highest rainfall rate
|<#MonthRainRateHT>
|<#MonthRainRateHD>
|-
|<#MonthHourlyRainH>
|This months highest hourly rain
|<#MonthHourlyRainHT>
|<#MonthHourlyRainHD>
|-
|<#MonthDailyRainH>
|This months greatest daily rain
|n/a
|<#MonthDailyRainHD>
|}
==
{| class="wikitable" border="1"
|-
!style="width:150px"
!style="width:
!style="width:150px"|Time
!style="width:150px"|Date
|-
|colspan="4" style="background:lightgray;"|Temperature & Humidity
|-
|<#
|This years highest temperature
|<#YearTempHT>
|<#YearTempHD>
|-
|<#
|
|<#YearTempLT>
|<#YearTempLD>
|-
|<#
|This years highest heat index
|<#YearHeatIndexHT>
|<#YearHeatIndexHD>
|-
|<#
|
|<#YearWChillLT>
|<#YearWChillLD>
|-
|<#
|This years highest apparent temperature
|<#YearAppTempHT>
|<#YearAppTempHD>
|-
|<#
|This years lowest apparent temperature
|<#YearAppTempLT>
|<#YearAppTempLD>
|-
|<#
|This years highest dew point
|<#YearDewPointHT>
|<#YearDewPointHD>
|-
|<#
|This years lowest dew point
|<#YearDewPointLT>
|<#YearDewPointLD>
|-
|<#
|This years highest daily minimum temperature
|n/a
|<#YearMinTempHD>
|-
|<#
|This years lowest daily minimum temperature
|
|<#
|-
|<#
|This years high humidty
|<#YearHumHT>
|<#YearHumHD>
|-
|<#
|This years low humidty
|<#YearHumLT>
|<#YearHumLD>
|-
|colspan="4" style="background:lightgray;"|Pressure
|-
|<#
|This years high pressure
|<#YearPressHT>
|<#YearPressHD>
|-
|<#
|This years low pressure
|<#YearPressLT>
|<#YearPressLD>
|-
|colspan="4" style="background:lightgray;"|Wind
|-
|<#
|
|<#YearGustHT>
|<#YearGustHD>
|-
|<#
|
|<#YearWindHT>
|<#YearWindHD>
|-
|colspan="4" style="background:lightgray;"|Rainfall
|-
|<#ryear>
|The total rainfall so far this year
|n/a
|-
|<#YearRainRateH>
|This years high rainfall rate
|<#YearRainRateHT>
|<#YearRainRateHD>
|-
|<#YearHourlyRainH>
|This years high hourly rain
|<#YearHourlyRainHT>
|<#YearHourlyRainHD>
|-
|<#YearDailyRainH>
|This years high daily rain
|n/a
|<#YearDailyRainHD>
|-
|<#YearMonthlyRainH>
|This years high monthly rain
|n/a
|<#YearMonthlyRainHD>
|}
==All Time==
{| class="wikitable" border="1"
|-
!style="width:150px" | webtag
!style="width:300px" | Function
!style="width:150px" | Time
|-
|colspan="3" style="background:lightgray;"|Temperature & Humidity
|-
|<#tempH>
|All time high temperature
|<#TtempH>
|-
|<#tempL>
|All time low temperature
|<#TtempL>
|-
|<#mintempH>
|All time high minimum temperature
|<#TmintempH>
|-
|<#maxtempL>
|All time low maximum temperature
|<#TmaxtempL>
|-
|<#apptempH>
|All time high apparent temperature
|<#TapptempH>
|-
|<#apptempL>
|All time low apparent temperature
|<#TapptempL>
|-
|<#heatindexH>
|All time high heat index
|<#TheatindexH>
|-
|<#dewpointH>
|All time high dew point
|<#TdewpointH>
|-
|<#dewpointL>
|All time low dew point
|<#TdewpointL>
|-
|<#humH>
|All time high humidity
|<#ThumH>
|-
|<#humL>
|All time low humidity
|<#ThumL>
|-
|<#wchillH>
|All time greatest wind chill (i.e. lowest temperature)
|<#TwchillH>
|-
|colspan="3" style="background:lightgray;"|Rainfall
|-
|<#
|All time high rain rate
|<#TrrateM>
|-
|<#
|All time high daily rain
|<#TrfallH>
|-
|<#
|All time high hourly rain
|<#TrfallhH>
|-
|<#
|All time high monthly rain
|<#TrfallmH>
|-
|colspan="3" style="background:lightgray;"|Pressure
|-
|<#pressH>
|All time high pressure
|<#TpressH>
|-
|<#pressL>
|All time low pressure
|<#TpressL>
|-
|colspan="3" style="background:lightgray;"|Wind
|-
|<#gustM>
|All time high wind gust
|<#TgustM>
|-
|<#wspeedH>
|All time high average wind speed
|<#TwspeedH>
|}
!style="width:150px" |webtag
!style="width:600px" | Function
|-
|<#LatestError>
|Displays the last error from the Cumulus error log
|-
|<#LatestErrorDate>
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset
|-
|<#LatestErrorTime>
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset
|-
|<#ErrorLight>
|1 if the 'error' light is flashing, 0 if not
|-
|<#version>
|<#build>
|The build of Cumulus in use
|-
|<#realtimeinterval>
|The realtime update interval in seconds
|-
|<#interval>
|The web site update interval in minutes
|-
|<#rollovertime>
|The time that the logs rollover to the next day: 'Midnight', '9 am' or '10 am'
|-
|<#update>
|<#currcond>
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file
|}
|-
|<#dawn>
|Start of Civil Twilight at the station
|-
|<#dusk>
|End of Civil Twilight at the station
|-
|<#daylightlength>
|Length of daylight in hours and minutes (dawn to dusk
|-
|<#moonphase>
|-
|<#isdaylight>
|A flag to indicate if the location for the station is in daylight or not, based on the dawn and dusk times. Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.
|-
|<#SunshineHours>
|Hours of sunshine so far today
|-
|<#YSunshineHours>
|Total hours of sunshine yesterday
|-
|<#CurrentSolarMax>
|Current theoretical maximum solar radiation
|-
|<#IsSunny>
|Returns 1 if the sun is shining, otherwise 0
|-
|<#MoonPercent>
|Current percentage of moon visible (negative value indicates 'waning')
|-
|<#MoonPercentAbs>
|Current percentage of moon visible (always positive)
|}
==Alarms==
There are a set of tags for the Cumulus alarm states. They give a value of '1' if the alarm has been set and the alarm condition is currently met; otherwise '0'.
{| class="wikitable" border="1"
|-
|<#HighWindSpeedAlarm>
|High wind speed alarm
|}
==Records==
There are a set of tags for the Cumulus record states. They give a value of '1' if the record has been exceeded; otherwise '0'.
{| class="wikitable" border="1"
|-
!style="width:150px" |webtag
!style="width:600px" | Function
|-
|<#recordsbegandate>
|The date that the all time records began
|-
|<#newrecord>
|1 if 'new record' light is flashing, 0 if not
|-
|<#TempRecordSet>
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not
|-
|<#WindRecordSet>
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not
|-
|<#RainRecordSet>
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not
|-
|<#HumidityRecordSet>
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not
|-
|<#PressureRecordSet>
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not
|-
|<#HighTempRecordSet>
|1 if the all-time high temperature light is currently flashing, 0 if not
|-
|<#LowTempRecordSet>
|1 if the all-time low temperature light is currently flashing, 0 if not
|-
|<#HighAppTempRecordSet>
|1 if the all-time high apparent temperature light is currently flashing, 0 if not
|-
|<#LowAppTempRecordSet>
|1 if the all-time low apparent temperature light is currently flashing, 0 if not
|-
|<#HighHeatIndexRecordSet>
|1 if the all-time high heat index light is currently flashing, 0 if not
|-
|<#LowWindChillRecordSet>
|1 if the all-time low wind chill light is currently flashing, 0 if not
|-
|<#HighDewPointRecordSet>
|1 if the all-time high dew point light is currently flashing, 0 if not
|-
|<#LowDewPointRecordSet>
|1 if the all-time low dew point light is currently flashing, 0 if not
|-
|<#HighMinTempRecordSet>
|1 if the all-time high minimum temperature light is currently flashing, 0 if not
|-
|<#LowMaxTempRecordSet>
|1 if the all-time low maximum temperature light is currently flashing, 0 if not
|-
|<#HighWindGustRecordSet>
|1 if the all-time high wind gust light is currently flashing, 0 if not
|-
|<#HighWindSpeedRecordSet>
|1 if the all-time high wind speed light is currently flashing, 0 if not
|-
|<#HighRainRateRecordSet>
|1 if the all-time high rain rate light is currently flashing, 0 if not
|-
|<#HighHourlyRainRecordSet>
|1 if the all-time high hourly rain light is currently flashing, 0 if not
|-
|<#HighDailyRainRecordSet>
|1 if the all-time high daily rain light is currently flashing, 0 if not
|-
|<#HighMonthlyRainRecordSet>
|1 if the all-time high monthly rain light is currently flashing, 0 if not
|-
|<#HighHumidityRecordSet>
|1 if the all-time high humidity light is currently flashing, 0 if not
|-
|<#LowHumidityRecordSet>
|1 if the all-time low humidity light is currently flashing, 0 if not
|-
|<#HighPressureRecordSet>
|1 if the all-time high pressure light is currently flashing, 0 if not
|-
|<#LowPressureRecordSet>
|1 if the all-time low pressure light is currently flashing, 0 if not
|}
|<#ExtraHum3>
|Extra humidity channel 3
|}
===System===
Special tags returning information about the system hosting Cumulus:
{| class="wikitable" border="1"
|-
!style="width:150px" | webtag
!style="width:600px" | Function
|-
|<#OsVersion>
|OS version, e.g. "Windows 7 x64 build 7600"
|-
|<#OsLanguage>
|OS language, e.g. "English"
|-
|<#SystemUpTime>
|How long the system has been up, e.g. "8 hours 21 minutes"
|-
|<#ProgramUpTime>
|How long Cumulus has been running, e.g. "7 hours 55 minutes"
|-
|<#CpuName>
|CPU type, e.g. "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz"
|-
|<#CpuCount>
|Number of processors, e.g. "4"
|-
|<#MemoryStatus>
|Free and total system RAM, e.g. "4619/8191 MB (free/total)"
|-
|<#DisplayMode>
|Screen display mode, e.g. "1680x1050, 32 bit"
|-
|<#AllocatedMemory>
|Amount of memory allocated to Cumulus, e.g. "18.76 MB"
|-
|<#DiskSize>
|Size of disk on which Cumulus is running, e.g. "931.51 GB"
|-
|<#DiskFree>
|Free space on disk on which Cumulus is running, e.g. "515.36 GB"
|}
|