Difference between revisions of "Template:Mbox"
From James Dooley's Wiki
| Line 7: | Line 7: | ||
}} {{{style|}}}"> | }} {{{style|}}}"> | ||
<table style="position: relative; left: -20px;"> | <table style="position: relative; left: -20px;"> | ||
| − | <tr><td style="width: | + | <tr><td style="width: {{#if: {{{small|}}} |30|60}}px; height: {{#if: {{{small|}}} |30|60}}px;"> |
[[File:{{#if: {{{image|}}} | [[File:{{#if: {{{image|}}} | ||
|{{{image|}}} | |{{{image|}}} | ||
| Line 18: | Line 18: | ||
| #default = info_icon.png | | #default = info_icon.png | ||
}} | }} | ||
| − | }}|50px|center|{{{caption|}}}]]{{#if: {{{version|}}}| <div style="text-align: center; font-size: 20px; background-color: rgba(128,128,128,.7);">{{{version}}}</div>|}}{{{caption|}}} | + | }}|{{#if: {{{small|}}} |25px|50px}}|center|{{{caption|}}}]]{{#if: {{{version|}}}| <div style="text-align: center; {{#if:{{{small|}}}||font-size: 20px;}} background-color: rgba(128,128,128,.7);">{{{version}}}</div>|}}{{{caption|}}} |
| − | </td><td style="text-align: left; vertical-align: top; font-size: 20px; padding: 20px 0 0 0;">{{{msg|}}}</td></tr> | + | </td><td style="text-align: left; vertical-align: top; {{#if:{{{small|}}}||font-size: 20px;}} padding: 20px 0 0 0;">{{{msg|}}}</td></tr> |
</table> | </table> | ||
{{{text|}}} | {{{text|}}} | ||
Revision as of 14:48, 16 February 2013
Usage
General usage layout is:
{{mbox
|type= [warning|caution|info|centos|ubuntu]
|msg= Text in this area will be used for a title message, font size is 20px
|text= Text in this area will be treated like normal wiki text (all normal formatting should work but will be contained inside the border.
This also allows for multiple lines.
|image= Override the default image being displayed.
|caption= This will provide a small area for an image caption.
|version= Useful if you are specifying a specific version of an operating system, will display below the icon.
|style= Additional style information after the defaults are set. This should allow you to override the default settings.
}}
Example
{{mbox
|type=caution
|image=Centos_icon.png
|msg=Caution Message
|text=More information about the message
example formatting
|caption=CentOS5
|version=5.x
|style=border: 4px dotted green
}}
Types