fix negative tagcount for table
This commit is contained in:
parent
4ee7715a9f
commit
133f17427f
@ -635,7 +635,7 @@ sub WeatherAsHtmlD($;$)
|
|||||||
<tr><td><code>interval</code></td><td>duration in seconds between updates</td></tr>
|
<tr><td><code>interval</code></td><td>duration in seconds between updates</td></tr>
|
||||||
<tr><td><code>lang</code></td><td>language of the forecast: <code>de</code>,
|
<tr><td><code>lang</code></td><td>language of the forecast: <code>de</code>,
|
||||||
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> or <code>nl</code></td></tr>
|
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> or <code>nl</code></td></tr>
|
||||||
</table>
|
</ table>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
A very simple definition is:<br><br>
|
A very simple definition is:<br><br>
|
||||||
@ -662,7 +662,7 @@ sub WeatherAsHtmlD($;$)
|
|||||||
geographic coordinates in degrees of the location for which the
|
geographic coordinates in degrees of the location for which the
|
||||||
weather is forecast; if missing, the values of the attributes
|
weather is forecast; if missing, the values of the attributes
|
||||||
of the <code>global</code> device are taken, if these exist.</td></tr>
|
of the <code>global</code> device are taken, if these exist.</td></tr>
|
||||||
</table>
|
</ table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
<b>OpenWeatherMap</b><p>
|
<b>OpenWeatherMap</b><p>
|
||||||
@ -675,7 +675,7 @@ sub WeatherAsHtmlD($;$)
|
|||||||
geographic coordinates in degrees of the location for which the
|
geographic coordinates in degrees of the location for which the
|
||||||
weather is forecast; if missing, the values of the attributes
|
weather is forecast; if missing, the values of the attributes
|
||||||
of the <code>global</code> device are taken, if these exist.</td></tr>
|
of the <code>global</code> device are taken, if these exist.</td></tr>
|
||||||
</table>
|
</ table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
The module provides four additional functions <code>WeatherAsHtml</code>,
|
The module provides four additional functions <code>WeatherAsHtml</code>,
|
||||||
@ -798,7 +798,7 @@ sub WeatherAsHtmlD($;$)
|
|||||||
Aktualisierungen der Wetterdaten</td></tr>
|
Aktualisierungen der Wetterdaten</td></tr>
|
||||||
<tr><td><code>lang</code></td><td>Sprache der Wettervorhersage: <code>de</code>,
|
<tr><td><code>lang</code></td><td>Sprache der Wettervorhersage: <code>de</code>,
|
||||||
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> oder <code>nl</code></td></tr>
|
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> oder <code>nl</code></td></tr>
|
||||||
</table>
|
</ table>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Eine ganz einfache Definition ist:<br><br>
|
Eine ganz einfache Definition ist:<br><br>
|
||||||
@ -827,7 +827,7 @@ sub WeatherAsHtmlD($;$)
|
|||||||
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
||||||
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
||||||
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
||||||
</table>
|
</ table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
<b>OpenWeatherMap</b><p>
|
<b>OpenWeatherMap</b><p>
|
||||||
@ -841,7 +841,7 @@ sub WeatherAsHtmlD($;$)
|
|||||||
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
||||||
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
||||||
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
||||||
</table>
|
</ table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
Das Modul unterstützt zusätzlich vier verschiedene Funktionen
|
Das Modul unterstützt zusätzlich vier verschiedene Funktionen
|
||||||
|
Loading…
Reference in New Issue
Block a user