Template:Messagebox

From MediaWiki
Revision as of 01:51, 23 June 2022 by Tigerpaw28 (talk | contribs) (Enabling category inclusion for File namespace so that Template:BadImage works. Possibly a more eloquent way to do it, but this works for now.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
(Transcluded documentation: view)
{{Messagebox|
|message_text=
|header=
|image_name=
|talkpage=
|categories=
|mouseover=
|image_width=
|border=
|bgcolor=
|justification=
|talkSameLine=
|clearall=
|print=true
}}

Your message text goes here. Generally speaking, you should have more than 1 line of text in order to force the thing to lay out correctly.


There is an additional parameter 'bottomtext' that should really never be used unless you know what you're doing, because its presence is often conditional; it's used for clarifying something.

If you do need to use it, the format usually looks something like this; |bottomtext={{#if: {{{pending|}}}|<b>Decision Pending:</b> {{{pending|}}} |}}

Printing

By default, this template will not appear when the page is printed. To force it to appear set print=true.