Template:Message box: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m 96 revisions imported |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div | <includeonly><div | ||
class="msgbox {{#if: {{{mini|{{{small|}}}}}} | msgbox-mini | }} {{ | class="msgbox searchaux {{#if: {{{mini|{{{small|}}}}}} | msgbox-mini | }} {{ | ||
#switch: {{{type|}}} | #switch: {{{type|}}} | ||
| style | display | presentation = msgbox-yellow | | style | display | presentation = msgbox-yellow | ||
Line 9: | Line 9: | ||
| notice | note | info = msgbox-green | | notice | note | info = msgbox-green | ||
| other = msgbox-magenta | | other = msgbox-magenta | ||
| #default = msgbox-gray | | #default = {{#if: {{#pos: {{{class|}}} | msgbox- <!-- end pos -->}} || msgbox-gray <!-- end if -->}} | ||
}} {{{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|}}} | ||
| {{CommentSprite | {{{icon|}}} }} | | {{CommentSprite | {{{icon|}}} }} | ||
}}{{ | }}{{ | ||
#if:{{{image|}}} | |||
|{{ | |||
#if: {{{imageisraw|}}} | |||
| {{{image}}} | |||
| [[File:{{{image}}}|{{#if: {{{imagesize|}}}| {{{imagesize}}}| {{#if: {{{mini|{{{small|}}}}}} | 16px | 32px }}}}|text-top]] | |||
}}}}{{{imagetextafter|}}}{{ | |||
}}{{{imagetextafter|}}}{{ | |||
#if: {{{icon|}}} | #if: {{{icon|}}} | ||
| </div> | | </div> | ||
Line 58: | Line 58: | ||
}}{{ | }}{{ | ||
#if: {{{linkshere|}}} | #if: {{{linkshere|}}} | ||
| <sup>, [[Special:WhatLinksHere/{{FULLPAGENAME}}|links]]<nowiki/>]</sup> | | <sup>{{#if:{{{discuss|}}}|, <nowiki/>|[<nowiki/>}}[[Special:WhatLinksHere/{{FULLPAGENAME}}|links]]{{#ifeq:{{NAMESPACENUMBER}}|6|, [[Special:GlobalUsage/{{PAGENAME}}|global usage]]}}<nowiki/>]</sup> | ||
| {{ | | {{ | ||
#if:{{{discuss|}}} | #if:{{{discuss|}}} | ||
Line 69: | 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> |