Template:Jumbotron: Difference between revisions

From Buddha-Nature
((by SublimeText.Mediawiker))
((by SublimeText.Mediawiker))
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="container">
<div class="container p-0 px-lg-3">
<div class="row">{{#ifeq: {{{fullwidth | }}} | yes |
<div class="row">{{#ifeq: {{{fullwidth | }}} | yes |
<div class="col-12 p-0"> |
<div class="col-12 p-0"> |
<div class="col-lg-10 offset-lg-1 p-0"> }}
<div class="{{{ width-classes | col-lg-8 offset-lg-2 }}} p-0"> }}
<div class="row bnw-minitron depth-1 p-0 {{{ classes | }}}" style="border-top: none;">{{#widget:DivWithBackImg
<div class="row my-4 overflow-hidden tsdwiki-depth-1 p-0 rounded offwhite-bg text-140 {{{ classes | }}}">{{#widget:DivWithBackImg
|src={{{ featuredImage | }}}
|src={{#if: {{{ image | }}}
|classes={{{ imagewidth | col-4 }}}
|{{filepath:{{PAGENAME:{{{ image | }}}}}|600}}
|{{#if: {{{ featuredImage | }}}
| {{{ featuredImage | }}}
|
}}
}}
|classes={{{ imagewidth | col-0 col-md-4 }}}
|imageposition={{{ imagePosition | center }}}
|imageposition={{{ imagePosition | center }}}
|styles=none
}}
}}
<div class="{{{ textwidth | col-8 }}}" style="padding: 2.25rem;">{{{ content | }}}</div>
<div class="{{{ textwidth | col-12 col-md-8 }}} p-4">{{{ content | }}}</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

Latest revision as of 12:58, 13 December 2024