Template:Message box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m 96 revisions imported |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
}} {{{class|}}}" | }} {{{class|}}}" | ||
style=" | style=" | ||
max-width: {{{width|{{#if: {{{mini|{{{small|}}}}}} | 50em | 90% }}}}}; | |||
{{#if: {{{subtle|}}} | max-width: 300px; float: right; clear: both; flex-direction: column; font-size: 95%; }} | |||
{{#if: {{{bgcol|}}} | background: {{{bgcol}}}; | }} | {{#if: {{{bgcol|}}} | background: {{{bgcol}}}; | }} | ||
{{#if: {{{linecol|}}} | border-left: 4px solid {{{linecol}}}; | }} | {{#if: {{{linecol|}}} | border-left: 4px solid {{{linecol}}}; | }} | ||
{{#if: {{{float|}}} | float: {{{float}}}; | }} | {{#if: {{{float|}}} | float: {{{float}}}; | }} | ||
{{{css|}}} | {{{css|}}} | ||
Line 24: | Line 25: | ||
}}{{ | }}{{ | ||
#if: {{{image|}}}{{{imagetextbefore|}}}{{{imagetextafter|}}} | #if: {{{image|}}}{{{imagetextbefore|}}}{{{imagetextafter|}}} | ||
| <div id="msgbox-image | | <div id="msgbox-image" style="{{{imagecss|}}}"> | ||
}} {{{imagetextbefore|}}}{{ | }} {{{imagetextbefore|}}}{{ | ||
#if: {{{icon|}}} | #if: {{{icon|}}} | ||
Line 68: | Line 69: | ||
}} | }} | ||
</div> | </div> | ||
</div></includeonly><noinclude> | </div>{{ | ||
#if: {{{subtle|}}} | |||
| <div class="mobileonly">{{-}}</div> | |||
}}</includeonly><noinclude> | |||
{{documentation}} | {{documentation}} | ||
<!-- Put categories/interwikis on the documentation page --> | <!-- Put categories/interwikis on the documentation page --> | ||
</noinclude> | </noinclude> |