Difference between revisions of "Template:MiniTileButton"
From Buddha-Nature
((by SublimeText.Mediawiker)) |
m (Text replacement - "images-commons" to "images") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <div class="{{{ wrapperClasses | }}}"> | |
− | + | <div class="home-mini-tile pop-hover {{{ classes | }}}" style="width: 100%; height: {{{ height | }}};"> | |
− | + | <div class="row m-0" style="height: 100%; ">{{#ifeq: {{{ imgurl | }}} | |
− | + | | none | |
− | + | | | |
− | + | | {{#widget:MiniTileBack | |
− | + | |url={{#if: {{{ imgurl | }}} | {{{ imgurl | }}} | https://commons.tsadra.org/images/thumb/2/22/Pecha1.jpg/320px-Pecha1.jpg }} | |
− | + | |backposition={{{ backposition | center }}} | |
− | + | |classes=col-3 | |
− | + | }} | |
− | + | }} | |
− | + | <div class="{{#ifeq: {{{ imgurl | }}} | none | col | col-9 }} d-flex align-items-center justify-content-between {{#ifeq: {{{ ellipsis | }}} | yes | ellipsis | }}"> | |
− | + | <p>{{{ label | }}}</p> | |
− | + | <p><i class="ml-1 fas fa-angle-{{{ angle | }}}" data-fa-transform="down-2"></i></p> | |
− | |||
− | <div class="{{#ifeq: {{{ imgurl | }}} | none | col | col-9 }} d-flex align-items-center {{#ifeq: {{{ ellipsis | }}} | yes | ellipsis | }}"> | ||
− | {{{ label | }}}<i class="ml-1 fas fa-angle-{{{ angle | }}}" data-fa-transform="down-2"></i> | ||
</div> | </div> | ||
− | + | </div>{{#widget:OverlayLink | |
− | + | |link={{{ link | }}} | |
+ | |classes=noclasses | ||
+ | |target=_self | ||
+ | |title={{{ label | }}} | ||
+ | }} | ||
+ | </div> | ||
+ | </div> |