Based on current weather conditions, Parkland Estates Airpark, Erie, Colorado
Generated by WeatherTracker on 7/13/08 at 12:06 PM Mountain Time

General WeatherTracker HTML tag notes & gotchas.
HTML Comment (Tag) Code
Result
Notes
<!--wxdata type=Baro--><!--wxdata type=BaroU--> 29.84
Gotcha: Character (ie space) REQUIRED between tag groups.1
<!--wxdata type=Baro--> <!--wxdata type=BaroU--> 29.84 inHg
Units default to Weather Tracker display.
<!--wxdata type=Baro unit=inHg--> inHg 29.84 inHg
Demo of default format.
<!--wxdata type=Baro unit=inHg format=#000.00--> inHg 029.84 inHg
Supplied format. 0=required digit, #=optional digit.
<!-- wxdata type=Baro unit=mmHg--> mmHg
 mmHg
Gotcha: Do NOT include a space after "<!--".1
<!--wxdata type=Baro unit=mmHg--> mmHg
757.81 mmHg
Space removed.
<!--wxdata type=baro unit=mb format=#000.0000--> mb 1010.2131 mb
Upper or lower case doesn't matter.
<!--wxdata type=Baro unit=hPa format=#000.0--> hPa 1010.2 hPa
Hectopascal is the same as millibar.
<!--wxdata type=BaroT unit=hPa--> falling rapidly
Unused tags are discarded.
<!--wxdata type=BaroT--> falling rapidly

1Because the tags are contained within HTML comments, there can be some problems when two tag groups are together. Always include a character between tag gourps. If that character is a space, you may need to use "&nbsp;" instead.