mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 12:35:31 +00:00
23 lines
747 B
Plaintext
23 lines
747 B
Plaintext
<div class="pi-item pi-hero">
|
|
{{#title}}
|
|
<hgroup class="pi-hero-title-wrapper pi-item-spacing">
|
|
<h2 class="pi-hero-title">{{{value}}}</h2>
|
|
{{#image.caption}}
|
|
<h3 class="pi-hero-caption">{{{image.caption}}}</h3>
|
|
{{/image.caption}}
|
|
</hgroup>
|
|
{{/title}}
|
|
{{#image}}
|
|
<figure class="article-media" data-ref="{{ref}}">
|
|
<a href="{{url}}">
|
|
<!-- remove data-src, class and data-params after wikiaMobile is gone -->
|
|
<img src="data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D" alt="{{alt}}"
|
|
data-src="{{thumbnail}}" class="lazy media" data-params='[{"full":"{{url}}"}]' />
|
|
<noscript>
|
|
<img src="{{url}}" alt="{{alt}}">
|
|
</noscript>
|
|
</a>
|
|
</figure>
|
|
{{/image}}
|
|
</div>
|