Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/xhtml.php on line
968
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/parser.php on line
66
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/lexer.php on line
292
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/handler.php on line
19
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/handler.php on line
35
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/handler.php on line
183
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/handler.php on line
237
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/handler.php on line
270
Deprecated: Assigning the return value of new by reference is deprecated in
/home/bobbad/www/www/inc/parser/handler.php on line
500
This plugin will show the aviation data for a given airport. It pulls the METAR data from the NOAA, parses it, and displays the information as an unordered list.
Download the plugin here: Aviation Data Plugin
Unzip the plugin and put it in your plugins folder of your wiki
To use the plugin, on any page just enter the code:
{{aviation>station=AIRPORTCODE}}
It’s that easy!
- Station : KPSC
- Time : 2012/02/05 11:53
- Wind : 0N
- Visibility : 0.75
- Weather : mist
- Sky Conditions : vertical visibility 200
- Temperature/Dewpoint : 28.4/26.6
- Pressure : 30.38
The plugin gets data from the NOAA, and passes it through a parser, then formats the results. Pretty simple.