Template:Jumbotron: Difference between revisions
From Buddha-Nature
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
| Line 1: | Line 1: | ||
<div class="row">{{#ifeq: {{{fullwidth | }}} | yes | | |||
<div class="col-12"> | | |||
<div class="{{{ width-classes | col-lg-8 offset-lg-2 }}} p-0"> }} | |||
<div class="row my-4 overflow-hidden tsdwiki-depth-1 p-0 rounded offwhite-bg text-140 {{{ classes | }}}">{{#widget:DivWithBackImg | |||
|src={{#if: {{{ image | }}} | |||
|{{filepath:{{PAGENAME:{{{ image | }}}}}|600}} | |||
|{{#if: {{{ featuredImage | }}} | |||
| {{{ featuredImage | }}} | |||
| | |||
}} | }} | ||
}} | }} | ||
<div class="{{{ textwidth | col-12 col-md-8 }}} text-article py-4 px-5">{{{ content | }}} | |classes={{{ imagewidth | col-0 col-md-4 }}} | ||
|imageposition={{{ imagePosition | center }}} | |||
|styles=none | |||
}} | |||
<div class="{{{ textwidth | col-12 col-md-8 }}} text-article py-4 px-5">{{{ content | }}}</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||