Template:Message box: Difference between revisions
Jump to navigation
Jump to search
m added quote |
m quotation marks |
||
Line 3: | Line 3: | ||
{{#if:{{{image|}}}|[[File:{{{image}}}|50px|link=]]|}} | {{#if:{{{image|}}}|[[File:{{{image}}}|50px|link=]]|}} | ||
<div style="display: block; margin-left: 15px;"> | <div style="display: block; margin-left: 15px;"> | ||
{{#if:{{{quote|}}}|<div style="font-size: 90%; font-weight: bold; font-style: italic;">{{{quote}}}</div>}}<!-- | {{#if:{{{quote|}}}|<div style="font-size: 90%; font-weight: bold; font-style: italic;">“{{{quote}}}”</div>}}<!-- | ||
-->{{#if:{{{notice|}}}|<div style="font-size: 95%;">{{{notice}}}</div>}}<!-- | -->{{#if:{{{notice|}}}|<div style="font-size: 95%;">{{{notice}}}</div>}}<!-- | ||
-->{{#if:{{{notice2|}}}|<div style="font-size: 95%;">{{{notice2}}}</div>}}<!-- | -->{{#if:{{{notice2|}}}|<div style="font-size: 95%;">{{{notice2}}}</div>}}<!-- | ||
-->{{#if:{{{notes|}}}|<div style="font-size: 90%;">'''Notes:''' {{{notes}}}</div>}} | -->{{#if:{{{notes|}}}|<div style="font-size: 90%;">'''Notes:''' {{{notes}}}</div>}} | ||
</div></div></div></includeonly><noinclude>{{Documentation}}</noinclude> | </div></div></div></includeonly><noinclude>{{Documentation}}</noinclude> |
Revision as of 16:25, 15 September 2024
Usage
This template is used to create message boxes for articles. It should be used as a meta template to build other message box templates, but it can be used standalone. For a list of other message boxes, see Category:Message box templates.
Examples
{{Message box | bgcolor = #f8f7f5 | bdcolor = #e1d2b3 | image = Bebop MM.png | quote = Optional quote. | notice = This is a notice. | notice2 = Optional text. | notes = Optional notes. }}
“Optional quote.”
This is a notice.
Optional text.
Notes: Optional notes.
{{Message box | bgcolor = #f8f7f5 | bdcolor = #e1d2b3 | notice = This is a notice. }}
This is a notice.