帮助文档 > 二次开发 > 模板制作 > 模板语法 > 函数

天气预报

{#$cfg_weatherCity#} 天气预报城市【比如:苏州】

{#getWeather city="{#$cfg_weatherCity#}" day="1" skin="5"#} 天气预报列表【最多列表6天】


注:
city:城市
day:天数
skin:天气图标样式【存放位置:/static/images/ui/weather/】


输出结果:

<li class="weather1">
<span class="date">今天</span>
<span class="pic" title="晴转多云"><img src="http://ihuoniao.cn/static/images/ui/weather/5/0.png" class="wd" /><img src="http://ihuoniao.cn/static/images/ui/weather/5/1.png" class="wn" /></span>
<span class="weather">晴转多云</span>
<span class="temp">13℃~4℃</span>
<span class="wind">西北风转东风3-4级</span>
</li>
<li class="weather2">
<span class="date">明天</span>
<span class="pic" title="多云"><img src="http://ihuoniao.cn/static/images/ui/weather/5/1.png" class="wd" /><img src="http://ihuoniao.cn/static/images/ui/weather/5/0.png" class="wn" /></span>
<span class="weather">多云</span>
<span class="temp">14℃~5℃</span>
<span class="wind">东风转东南风小于3级</span>
</li>
<li class="weather3">
<span class="date">后天</span>
<span class="pic" title="多云转小雨"><img src="http://ihuoniao.cn/static/images/ui/weather/5/1.png" class="wd" /><img src="http://ihuoniao.cn/static/images/ui/weather/5/7.png" class="wn" /></span>
<span class="weather">多云转小雨</span>
<span class="temp">18℃~8℃</span>
<span class="wind">东南风3-4级</span>
</li>
<li class="weather4">
<span class="date">周日</span>
<span class="pic" title="小雨转阴"><img src="http://ihuoniao.cn/static/images/ui/weather/5/7.png" class="wd" /><img src="http://ihuoniao.cn/static/images/ui/weather/5/2.png" class="wn" /></span>
<span class="weather">小雨转阴</span>
<span class="temp">15℃~11℃</span>
<span class="wind">南风转西风小于3级</span>
</li>
<li class="weather5">
<span class="date">周一</span>
<span class="pic" title="多云转晴"><img src="http://ihuoniao.cn/static/images/ui/weather/5/1.png" class="wd" /><img src="http://ihuoniao.cn/static/images/ui/weather/5/0.png" class="wn" /></span>
<span class="weather">多云转晴</span>
<span class="temp">17℃~6℃</span>
<span class="wind">北风小于3级</span>
</li>
<li class="weather6">
<span class="date">周二</span>
<span class="pic" title="晴转多云"><img src="http://ihuoniao.cn/static/images/ui/weather/5/0.png" class="wd" /><img src="http://ihuoniao.cn/static/images/ui/weather/5/1.png" class="wn" /></span>
<span class="weather">晴转多云</span>
<span class="temp">13℃~3℃</span>
<span class="wind">东北风3-4级</span>
</li>