1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-09-30 23:40:51 +00:00
gnosygnu_xowa/res/bin/any/xowa/xtns/WikidataPageBanner/templates/banner.mustache

15 lines
880 B
Plaintext
Raw Normal View History

<div class="ext-wpb-pagebanner pre-content">
<div class="{{#isPanorama}}wpb-banner-image-panorama {{/isPanorama}}wpb-topbanner{{extraClass}}">
{{#isHeadingOverrideEnabled}}<h1 class="wpb-name">{{title}}</h1>{{/isHeadingOverrideEnabled}}
<a class="image" dir="ltr" title="{{tooltip}}" href="{{bannerfile}}" xowa_title="{{file_ttl}}"><img{{{img_id_atr}}}{{{img_xottl}}}{{{img_xoimg}}} src="{{banner}}" srcset="{{srcset}}" class="wpb-banner-image"{{#hasPosition}} data-pos-x="{{data-pos-x}}" data-pos-y="{{data-pos-y}}" {{/hasPosition}} style="max-width:{{maxWidth}}px"></a>
{{#hasIcons}}
<div class="wpb-iconbox">
{{#icons}}
<a href="{{url}}">{{{html}}}</a>
{{/icons}}
</div>
{{/hasIcons}}
</div>
<div class="wpb-topbanner-toc {{#bottomtoc}}wpb-bottomtoc{{/bottomtoc}}"><div class="wpb-banner-toc">{{#enable-toc}}{{{toc}}}{{/enable-toc}}</div></div>
</div>