Template:Ambox 2

From MegaGlest
Revision as of 03:58, 19 February 2011 by Hofmic (talk) (Created page with "{|style="background: #{{#switch:{{{border|{{{background|}}} }}} | red = EF2929 | orange = F57900 | yellow = FCE94F | purple = CABEED | blue = D8E9FC | ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
{{{text}}}
Template documentation (for the above template)[view] [edit] [purge]
==Empty syntax==

Either use Ambox_2's parameters:

{{Ambox 2
| background=
| title=
| text=
| info=
| image_name=
}}

or use Template:Ambox's parameters:

{{ambox
| image =
| border = 
| type =
| info =
}}

Description and usage[edit]

This is a meta-template used to create article management templates. It is an alternative to the traditional ambox style. Unlike the commonly used ambox template, it does not rely on css.

If you wish to replace Template:Ambox and any templates created with it on another wiki, simply replace Template:Ambox on that wiki with this template.

Named parameters[edit]

Content[edit]

|image_name=
image for use on the left (optional) - Example:Wiki.png
|text=
body of the template
|info=
list of extra info (optional)
|title=
Large bold title at the top of the template (optional)
|background=
background color (defaults to blue) - takes the following color names as well as hexadecimal colors
red  
EF2929 (serious issue)
orange  
F57900 (important issue)
yellow  
FCE94F (mild issue)
green  
73D216 (something good)
purple  
CABEED
blue  
D8E9FC
grey  
eee

Style[edit]

The following parameters may be added if you wish to use something other than the defaults

|text_color=
takes hexadecimal colors (000 for black, fff for white) - Black by default, white if the background is red
|width=
defaults to 90%
|image_size=
defaults to 50px

Examples[edit]

Default[edit]

{{ambox 2
| text = I am text
| info = I am info
}}
I am text

I am info

Red + image[edit]

{{ambox 2
| image = [[Image:Example.jpg|50px]]
| background = red
| text = I am text
| info =
* I am info
| style = border:10px black solid;
}}
Example.jpg I am text
  • I am info

Ambox_2 parameters[edit]

{{ambox 2
| image_name = Example.jpg
| image_size = 25px
| background = red
| title = I am title
| text = I am text
| info = I am info
| text_color = blue
| width = 50%
}}
I am title
Example.jpg I am text

I am info

Other colors[edit]

Yellow[edit]

I am text
  • I am info

Green[edit]

I am text
  • I am info

Purple[edit]

I am text
  • I am info

Blue[edit]

I am text
  • I am info

Orange[edit]

I am text
  • I am info

Gray[edit]

I am text
  • I am info