PortableInfobox/templates/PortableInfoboxHorizontalGroupContent.mustache

18 lines
547 B
Plaintext
Raw Normal View History

<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>
<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>
{{/labels}}
</tr>
</thead>
<tbody>
<tr>
{{#values}}
<td class="portable-infobox-horizontal-group-item portable-infobox-item-value">{{{.}}}</td>
{{/values}}
</tr>
</tbody>
</table>