Template:Message box: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Mgpt (talk | contribs)
m quotation marks
Sylphoid (talk | contribs)
reveal
Line 1: Line 1:
<includeonly><div style="border: 1px solid #ccc; background-color: {{{bgcolor|#f8f7f5}}}; margin: 0 15%;">
<onlyinclude><div style="border: 1px solid #ccc; background-color: {{{bgcolor|#f8f7f5}}}; margin: 0 15%;">
<div style="display: flex; align-items: center; border-left: 10px solid {{{bdcolor|#e1d2b3}}}; padding: 7px;">
<div style="display: flex; align-items: center; border-left: 10px solid {{{bdcolor|#e1d2b3}}}; padding: 7px;">
{{#if:{{{image|}}}|[[File:{{{image}}}|50px|link=]]|}}
{{#if:{{{image|}}}|[[File:{{{image}}}|50px|link=]]|}}
Line 7: Line 7:
-->{{#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></onlyinclude><noinclude>{{Documentation}}</noinclude>

Revision as of 06:56, 16 September 2024

Template documentation [view] [edit] [history] [purge]

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.