<?php echo $params['location']; ?>

'; foreach($params['wiki']['extra'] as $extra): echo $extra . '
'; endforeach; else: echo '
'; endif; if(!empty($params['weather'])): $weather_text = "" . __("Weather","onehundredcities") . ":"; if(!empty($params['weather']['temperature'])){ $weather_text .= " " . $params['weather']['temperature']; } if(!empty($params['weather']['wind-speed'])){ $weather_text .= ", " . __("Wind at","onehundredcities") . " " . $params['weather']['wind-speed']; } if(!empty($params['weather']['humidity'])){ $weather_text .= ", " . $params['weather']['humidity']; } if(!empty($params['weather']['weather-desc'])){ $weather_text .= ", '" . $params['weather']['weather-desc'] . "'"; } echo $weather_text. "
"; endif; ?>

Wikipedia