Vorlage: Kennzahl-Tabelle: Unterschied zwischen den Versionen
Aus bedarfsverkehr.at
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<includeonly><table class="wikitable comparison"> | <includeonly><table class="wikitable comparison"> | ||
<tr> | <tr> | ||
− | <th | + | <th>{{#if:{{{heading|}}} |
+ | |{{{heading}}} | ||
+ | |{{{property|}}} | ||
+ | }}</th> | ||
<th style="text-align:right">Anzahl</th> | <th style="text-align:right">Anzahl</th> | ||
<th style="text-align:right">Beförderungsfälle je EinwohnerIn und Jahr</th> | <th style="text-align:right">Beförderungsfälle je EinwohnerIn und Jahr</th> | ||
Zeile 7: | Zeile 10: | ||
<th style="text-align:right">Kosten je Fahrzeugkilometer</th> | <th style="text-align:right">Kosten je Fahrzeugkilometer</th> | ||
</tr> | </tr> | ||
− | {{#arraymap:{{{values|}}} | + | {{#if:{{{values|}}} |
− | + | |{{#arraymap:{{{values|}}} | |
− | + | |; | |
− | + | |xxx | |
− | | | + | |{{#ifeq:xxx |
+ | |- | ||
+ | |<tr><td colspan=5 style="font-size:small;line-height:0"> </td></tr> | ||
+ | |{{Kennzahl-Zeile|property={{{property|}}}|value=xxx}} | ||
+ | }} | ||
+ | | | ||
+ | }} | ||
+ | |tbd | ||
}} | }} | ||
</table></includeonly> | </table></includeonly> |