Difference between revisions of "Template:FlexBoxTemplate"
Template page
Views
Actions
Namespaces
Variants
Tools
(test without wrap) |
(added flex option) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{Template}} | {{Template}} | ||
<pre>{{FlexBoxTemplate|Title|Content|FooterContent}}</pre> | <pre>{{FlexBoxTemplate|Title|Content|FooterContent|IsFlexWrap}}</pre> | ||
{{FlexBoxTemplate| | {{FlexBoxTemplate| | ||
1=Title With a footer| | 1=Title With a footer| | ||
Line 26: | Line 26: | ||
</div> | </div> | ||
<div class="uk-card-body"> | <div class="uk-card-body"> | ||
{{#if:{{{4|}}} | <div class="uk-flex uk-flex-wrap uk-flex-wrap-around"> }} | |||
<!-- Content --> | <!-- Content --> | ||
{{{2}}} | {{{2}}} | ||
<!-- Content --> | <!-- Content --> | ||
{{#if:{{{4|}}} | </div> }} | |||
</div> | </div> | ||
{{#if:{{{3|}}} | <div class="uk-card-footer">{{{3}}}</div> }} | {{#if:{{{3|}}} | <div class="uk-card-footer">{{{3}}}</div> }} | ||
</div> | </div> | ||
</includeonly> | </includeonly> |
Latest revision as of 09:27, 18 October 2020
This page is a template. It contains no Manjaro Linux-related information, but should be used as part of other articles. For more information, read Help:Template.
Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.
Feel free to voice your opinion regarding this template.
{{FlexBoxTemplate|Title|Content|FooterContent|IsFlexWrap}}
test content
It can be used without a footer.