2015-07-28 09:46:41 +00:00
|
|
|
<table class="portable-infobox-horizontal-group-content">
|
2015-07-29 08:58:39 +00:00
|
|
|
<caption class="portable-infobox-header portable-infobox-secondary-font portable-infobox-secondary-background">{{header}}</caption>
|
2015-07-28 09:46:41 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
{{#labels}}
|
2015-07-29 08:58:39 +00:00
|
|
|
<th class="portable-infobox-horizontal-group-item portable-infobox-item-label portable-infobox-secondary-font">{{{.}}}</th>
|
2015-07-28 09:46:41 +00:00
|
|
|
{{/labels}}
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
{{#values}}
|
|
|
|
<td class="portable-infobox-horizontal-group-item portable-infobox-item-value">{{{.}}}</td>
|
|
|
|
{{/values}}
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|