Template:Messagebox: Difference between revisions
From MediaWiki
Jump to navigationJump to search
m Fix layout in IE |
.noprint (overridable) |
||
| Line 1: | Line 1: | ||
<includeonly><center> | <includeonly><center> | ||
{| cellspacing="0" style="{{ #if:{{{width|}}}| width:{{{width}}};|}}{{ #if:{{{clearall|}}}| clear: both;|}}" | {| cellspacing="0" style="{{ #if:{{{width|}}}| width:{{{width}}};|}}{{ #if:{{{clearall|}}}| clear: both;|}}" {{#ifeq:{{{print|false}}}|false|class="noprint"}} | ||
|- | |- | ||
| style="padding:0 1em 0 1em;text-align:right;" |<div style="padding:.5em; background-color:#{{{bgcolor|efefff}}}; border:solid 1px #{{{border|9f9fff}}};text-align:{{{justification|center}}};margin:auto;">{{#if: {{{image_name|}}} | | | style="padding:0 1em 0 1em;text-align:right;" |<div style="padding:.5em; background-color:#{{{bgcolor|efefff}}}; border:solid 1px #{{{border|9f9fff}}};text-align:{{{justification|center}}};margin:auto;">{{#if: {{{image_name|}}} | | ||
| Line 29: | Line 9: | ||
</div>{{#if: {{{bottomtext|}}}|<small>{{{bottomtext|}}}</small>|}} | </div>{{#if: {{{bottomtext|}}}|<small>{{{bottomtext|}}}</small>|}} | ||
|} | |} | ||
</center>{{ #if: {{{noCats|}}}||{{{categories|}}}}}</includeonly><noinclude> | </center>{{ #if: {{{noCats|}}}||{{{categories|}}}}}</includeonly><noinclude> {{doc}} | ||
{{ | |||
[[Category:Meta templates]]</noinclude> | [[Category:Meta templates]]</noinclude> | ||
Revision as of 22:01, 22 January 2010
(Transcluded documentation: view)
{{Messagebox|
|message_text=
|header=
|image_name=
|talkpage=
|categories=
|mouseover=
|image_width=
|border=
|bgcolor=
|justification=
|talkSameLine=
|clearall=
|print=true
}}
|
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.

