World Weather Information Service (http://www.worldweather.org/) からの情報に基づいて、世界各地の天気や気温を表示するためのプラグインです。天気予報自体は The World Meteorological Organization (http://www.wmo.int/) が出している情報なので、日本の気象庁からの情報などと同じく、気象情報に関する著作権の問題は無いと思います。
| General Plugin info | |
|---|---|
| 作者: | Katsumi |
| 最新のバージョン: | version 0.17 |
| 入手先: | 現在のバージョンは情報提供サーバ(www.worldweather.org)に過剰な負担をかけているようなので、配布を一時中止します。次期バージョンの開発終了までしばらくお待ちください。 |
| ソース: | 情報読み取りルーチンを含む makexml.php のソース |
| 動作サンプル: | |
| フォーラム参照先: | |
| セキュリティチェック: | 【セキュリティのチェックが済んだら、その旨を記述して、チェックした人がサインをします。空にしておいてください】 |
XML ファイルの例:
<?xml version="1.0" ?> <forecast> <issue> <year>2006</year> <month>Oct</month> <day>28</day> </issue> <info day="0"> <month>Oct</month> <day>28</day> <week>Sat</week> <min>5</min> <max>25</max> <img>http://xxx.xxx.xxx/blog/nucleus/plugins/worldweather/img.php?src=pic24.gif</img> <weather>SUNNY</weather> </info> <info day="1"> <month>Oct</month> <day>29</day> <week>Sun</week> <min>6</min> <max>24</max> <img>http://xxx.xxx.xxx/blog/nucleus/plugins/worldweather/img.php?src=pic24.gif</img> <weather>SUNNY</weather> </info> </forecast>
記述例:
<div class="weather" align="center"><table bgcolor="#F0F0FF"><tr><td> Sacramentoの今日(<%WorldWeather(Sacramento,info day="0",week)%>)の天気: <%WorldWeather(Sacramento,info day="0",weather)%> <img src="<%WorldWeather(Sacramento,info day="0",img)%>" width="17" height="17" alt="weather" align="middle" /> 最低気温:<%WorldWeather(Sacramento,info day="0",min)%>℃ 最高気温:<%WorldWeather(Sacramento,info day="0",max)%>℃ <div align="center"><table><%WorldWeather(Sacramento)%></table><br /> 各地の天気: <a title="<%WorldWeather(Tokyo,info day="0",weather)%>">東京 <img src="<%WorldWeather(Tokyo,info day="0",img)%>" width="17" height="17" alt="weather" align="middle" /></a> <a title="<%WorldWeather(Paris,info day="0",weather)%>">パリ <img src="<%WorldWeather(Paris,info day="0",img)%>" width="17" height="17" alt="weather" align="middle" /></a> <a title="<%WorldWeather(Rome,info day="0",weather)%>">ローマ <img src="<%WorldWeather(Rome,info day="0",img)%>" width="17" height="17" alt="weather" align="middle" /></a> <a title="<%WorldWeather(New York City,info day="0",weather)%>">ニューヨーク <img src="<%WorldWeather(New York City,info day="0",img)%>" width="17" height="17" alt="weather" align="middle" /></a> <a title="<%WorldWeather(San Francisco,info day="0",weather)%>">サンフランシスコ <img src="<%WorldWeather(San Francisco,info day="0",img)%>" width="17" height="17" alt="weather" align="middle" /></a> <a title="<%WorldWeather(Gothenburg,info day="0",weather)%>">ヨーテボリ <img src="<%WorldWeather(Gothenburg,info day="0",img)%>" width="17" height="17" alt="weather" align="middle" /></a> </div> </td></tr></table> </div>