Fix bad .gitignore entry. Added missing template.
This commit is contained in:
parent
f983cd21a5
commit
a388bb6b2a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
/_backups/
|
||||
12months.txt
|
||||
/12months.txt
|
||||
/20*.png
|
||||
/20*.svg
|
||||
/24hrs.*
|
||||
|
35
_templates/12months.txt
Normal file
35
_templates/12months.txt
Normal file
@ -0,0 +1,35 @@
|
||||
<table border="1" rules="all">
|
||||
<tr>
|
||||
<th rowspan="3">Monat</th>
|
||||
<th colspan="6">Temperatur</th>
|
||||
<th rowspan="3">Regenfall</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Tag max.</th>
|
||||
<th colspan="3">Nacht min.</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>höchste</th>
|
||||
<th>durchschn.</th>
|
||||
<th>tiefste</th>
|
||||
<th>höchste</th>
|
||||
<th>durchschn.</th>
|
||||
<th>tiefste</th>
|
||||
</tr>
|
||||
#timezone local#
|
||||
#monthly#
|
||||
#jump -11#
|
||||
#loop 12#
|
||||
<tr>
|
||||
<td class="right">#idx "%B %Y"#</td>
|
||||
<td>#temp_out_max_hi "%.1f ℃"#</td>
|
||||
<td>#temp_out_max_ave "%.1f ℃"#</td>
|
||||
<td>#temp_out_max_lo "%.1f ℃"#</td>
|
||||
<td>#temp_out_min_hi "%.1f ℃"#</td>
|
||||
<td>#temp_out_min_ave "%.1f ℃"#</td>
|
||||
<td>#temp_out_min_lo "%.1f ℃"#</td>
|
||||
<td>#rain "%0.1f mm"#</td>
|
||||
</tr>
|
||||
#jump 1#
|
||||
#endloop#
|
||||
</table>
|
Reference in New Issue
Block a user