Template:Message box: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
mNo edit summary
flex with content div
Line 5: Line 5:
   border: 2px solid {{{linecol|#616161}}};
   border: 2px solid {{{linecol|#616161}}};
   max-width: {{{width|94%}}};
   max-width: {{{width|94%}}};
  display: flex;
   {{#if: {{{mini|}}}
   {{#if: {{{mini|}}}
     | padding: 0px 6px 0px 1px; margin: 0 0 1em;
     | padding: 0px 6px 0px 1px; margin: 0 0 1em;
     | padding: 3px 12px 3px 7px; margin: 0 auto 1em; text-align:center;
     | padding: 3px 12px 3px 7px; margin: 0 auto 1em; text-align:center;
  }}
  {{#if: {{{mini|}}}{{{icon|}}}
    | display: flex;
   }}
   }}
   {{{css|}}}
   {{{css|}}}
Line 64: Line 62:
     |<sup>]</sup>
     |<sup>]</sup>
   }}
   }}
}}{{
}}
<div class="msgbox-content">{{
   #if: {{{text|}}}
   #if: {{{text|}}}
   | {{
   | {{
Line 71: Line 70:
     | {{{text}}}
     | {{{text}}}
   }}
   }}
}}
}}</div>
</div>{{
</div>{{
   #if: {{{nocat|}}}
   #if: {{{nocat|}}}

Revision as of 05:35, 6 September 2020

[create] [refresh]Documentation
This template has no documentation. If you know how to use this template, please create it.