77 lines
2.5 KiB
Text
77 lines
2.5 KiB
Text
<includeonly><div
|
|
class="msgbox searchaux {{#if: {{{mini|{{{small|}}}}}} | msgbox-mini | }} {{
|
|
#switch: {{{type|}}}
|
|
| style | display | presentation = msgbox-yellow
|
|
| minor | minor-issue | content | issue = msgbox-orange
|
|
| major | major-issue | delete = msgbox-red
|
|
| organization | title | move = msgbox-purple
|
|
| details | parity | edition | upcoming = msgbox-blue
|
|
| notice | note | info = msgbox-green
|
|
| other = msgbox-magenta
|
|
| #default = {{#if: {{#pos: {{{class|}}} | msgbox- <!-- end pos -->}} || msgbox-gray <!-- end if -->}}
|
|
}} {{{class|}}}"
|
|
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: {{{linecol|}}} | border-left: 4px solid {{{linecol}}}; | }}
|
|
{{#if: {{{float|}}} | float: {{{float}}}; | }}
|
|
{{{css|}}}
|
|
"
|
|
>
|
|
<div class="msgbox-icon"> {{
|
|
#if: {{{icon|}}}
|
|
| <div class="msgbox-iconimage" style="{{{imagecss|}}}">
|
|
}}{{
|
|
#if: {{{image|}}}{{{imagetextbefore|}}}{{{imagetextafter|}}}
|
|
| <div class="msgbox-image nomobile" style="{{{imagecss|}}}">
|
|
}} {{{imagetextbefore|}}}{{
|
|
#if: {{{icon|}}}
|
|
| {{CommentSprite | {{{icon|}}} }}
|
|
}}{{
|
|
#if:{{{image|}}}
|
|
|{{
|
|
#if: {{{imageisraw|}}}
|
|
| {{{image}}}
|
|
| [[File:{{{image}}}|{{#if: {{{imagesize|}}}| {{{imagesize}}}| {{#if: {{{mini|{{{small|}}}}}} | 16px | 32px }}}}|text-top|class={{{imageclass|}}}]]
|
|
}}}}{{{imagetextafter|}}}{{
|
|
#if: {{{icon|}}}
|
|
| </div>
|
|
}}{{
|
|
#if: {{{image|}}}{{{imagetextbefore|}}}{{{imagetextafter|}}}
|
|
| </div>
|
|
}}
|
|
</div>
|
|
<div style="width: 100%;">{{
|
|
#if: {{{title|}}}
|
|
| '''{{{title}}}''' {{
|
|
#if: {{{discuss|}}}{{{discussPage|}}}{{{discussAnchor|}}}
|
|
| <sup>[<nowiki/>{{direct link|{{
|
|
#if: {{{discussPage|}}}
|
|
| {{{discussPage}}}
|
|
| {{TALKPAGENAME}}
|
|
}}{{
|
|
#if: {{{discussAnchor|}}}
|
|
| #{{{discussAnchor}}}
|
|
}}|discuss}}</sup>
|
|
}}
|
|
}}{{
|
|
#if: {{{linkshere|}}}
|
|
| <sup>{{#if:{{{discuss|}}}|, <nowiki/>|[<nowiki/>}}[[Special:WhatLinksHere/{{FULLPAGENAME}}|links]]{{#ifeq:{{NAMESPACENUMBER}}|6|, [[Special:GlobalUsage/{{PAGENAME}}|global usage]]}}<nowiki/>]</sup>
|
|
| {{
|
|
#if:{{{discuss|}}}
|
|
|<sup>]</sup>
|
|
}}
|
|
}}
|
|
{{
|
|
#if: {{{text|}}}
|
|
| <div class="msgbox-text">{{{text}}}</div>
|
|
}}
|
|
</div>
|
|
</div>{{
|
|
#if: {{{subtle|}}}
|
|
| <div class="mobileonly">{{-}}</div>
|
|
}}</includeonly><noinclude>
|
|
{{documentation}}
|
|
<!-- Put categories/interwikis on the documentation page -->
|
|
</noinclude>
|