Template:Message box: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
mNo edit summary
(Removing unused and unsupported 'imageright' parameter.)
Line 4: Line 4:
   | type  = {{{type|}}}
   | type  = {{{type|}}}
   | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}
   | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}
  | imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }}
   | class = {{{class|}}}
   | class = {{{class|}}}
   | style = {{{style|}}}
   | style = {{{style|}}}
Line 13: Line 12:
   | type  = {{{type|}}}
   | type  = {{{type|}}}
   | image = {{{image|}}}
   | image = {{{image|}}}
  | imageright = {{{imageright|}}}
   | class = {{{class|}}}
   | class = {{{class|}}}
   | style = {{{style|}}}
   | style = {{{style|}}}

Revision as of 04:33, 1 June 2014

Template:Mbox/core

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

This template is used to create standardised message boxes. It is most often used as the base for various types of notice templates.

Usage

All parameters are optional.

{{Message box
|type  = 
|full  = 
|class = 
|style = 
|image = 
|title = 
|text  = 
}}

Parameters

Parameter Description
type Determines the colors of the message box. See § Type for details.
full Set this option to yes to expand the message box to the full width of the page. This is used primarily for editnotice templates.
class Additional CSS classes applied to the message box
style Inline CSS styles applied to the message box
image If passed the name of an image file, it will be displayed as an icon with a standard width. If passed a file link, it will be displayed as given.
title The title displayed at the top of the message box
text The text displayed after the title

Type

The type parameter determines the colors of the message box.

Type Example
warning Template:Mbox/core
action Template:Mbox/core
content Template:Mbox/core
style Template:Mbox/core
info Template:Mbox/core
proposal Template:Mbox/core
lock Template:Mbox/core
legal Template:Mbox/core
(default) Template:Mbox/core