Template:Message box: Difference between revisionsGive feedback
create msgbox template |
No edit summary |
||
| (12 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
< | <onlyinclude><div style="display: flex; justify-content: center; margin-bottom:5px;"> | ||
<div style="display: flex; align-items: center; border-left: 10px solid {{{ | <div style="border: 1px solid #ccc; width: 80%; min-width: 310px;"> | ||
{{#if:{{{image|}}}|[[File:{{{image}}}|50px|link=]]|}} | <div style="display: flex; align-items: center; padding: 7px; {{#if:{{{border|none}}}|border-left: 10px solid {{{border|#e1d2b3}}};}}"><!-- | ||
-->{{#if:{{{image|}}}|[[File:{{{image}}}|{{{image-size|50px}}}|link=|alt={{{image|}}}]]|}} | |||
<div style="display: block; margin-left: 15px;"> | <div style="display: block; margin-left: 15px;"> | ||
{{#if:{{{notice|}}}|<div style="font-size: | {{#if:{{{quote|}}}|<div style="font-size: 90%; font-weight: bold; font-style: italic;">“{{{quote}}}”</div>}}<!-- | ||
-->{{#if:{{{notice2|}}}|<div style="font-size:95%;">{{{notice2}}}</div>}}<!-- | -->{{#if:{{{notice|}}}|<div style="font-size: 95%;">{{{notice}}}</div>}}<!-- | ||
-->{{#if:{{{notes|}}}|<div style="font-size: | -->{{#if:{{{notice2|}}}|<div style="font-size: 95%;">{{{notice2}}}</div>}}<!-- | ||
</div></div></div></ | -->{{#if:{{{notes|}}}|<div style="font-size: 90%;">'''{{#invoke:Dictionary|translate|Notes}}:''' {{{notes}}}</div>}} | ||
</div></div></div></div></onlyinclude> | |||
<noinclude>{{Documentation}}</noinclude> | |||