Difference between revisions of "Template:Ambox/doc"

From Project: Gorgon Wiki
Jump to: navigation, search
(copy-over from latest version on http://templates.wikia.com/wiki/Template:Ambox/doc)
 
(add visible code for each example)
 
(5 intermediate revisions by 4 users not shown)
Line 11: Line 11:
 
=== CSS ===
 
=== CSS ===
 
This template needs the following:
 
This template needs the following:
*Copy the CSS to your <tt>[[MediaWiki:Wikia.css]]</tt> from the following page:
+
*Copy the CSS to your <tt>[[MediaWiki:Common.css]]</tt> from the following page:
 
** <tt>[[Template:Ambox/code.css]]</tt>
 
** <tt>[[Template:Ambox/code.css]]</tt>
 
{| class="collapsible collapsed" style="border:1px dotted #444; width: 100%"
 
{| class="collapsible collapsed" style="border:1px dotted #444; width: 100%"
Line 36: Line 36:
 
== Examples ==
 
== Examples ==
  
=== Default ===
+
=== Default (green) ===
 
<pre>
 
<pre>
 
{{ambox
 
{{ambox
Line 49: Line 49:
 
}}
 
}}
  
=== Red + image ===
+
=== Red + Image ===
 
<pre>
 
<pre>
 
{{ambox
 
{{ambox
| image = [[File:Example.jpg|50px]]
+
| image = [[File:Old skeleton guard.png|50px]]
 
| border = red
 
| border = red
 
| type = I am type
 
| type = I am type
Line 61: Line 61:
  
 
{{ambox
 
{{ambox
| image = [[File:Example.jpg|50px]]
+
| image = [[File:Old skeleton guard.png|50px]]
 
| border = red
 
| border = red
 
| type = I am type
 
| type = I am type
Line 70: Line 70:
 
=== Other colors ===
 
=== Other colors ===
 
==== Yellow ====
 
==== Yellow ====
 +
<pre>
 +
{{ambox
 +
| border = yellow
 +
| type = I am type
 +
| info =
 +
* I am info
 +
}}
 +
</pre>
 +
 
{{ambox
 
{{ambox
 
| border = yellow
 
| border = yellow
Line 77: Line 86:
 
}}
 
}}
  
==== Green ====
+
==== Green (default color) ====
 +
<pre>
 +
{{ambox
 +
| border = green
 +
| type = I am type
 +
| info =
 +
* I am info
 +
}}
 +
</pre>
 +
 
 
{{ambox
 
{{ambox
 
| border = green
 
| border = green
Line 86: Line 104:
  
 
==== Purple ====
 
==== Purple ====
 +
<pre>
 +
{{ambox
 +
| border = purple
 +
| type = I am type
 +
| info =
 +
* I am info
 +
}}
 +
</pre>
 +
 
{{ambox
 
{{ambox
 
| border = purple
 
| border = purple
Line 94: Line 121:
  
 
==== Blue ====
 
==== Blue ====
 +
<pre>
 +
{{ambox
 +
| border = blue
 +
| type = I am type
 +
| info =
 +
* I am info
 +
}}
 +
</pre>
 +
 
{{ambox
 
{{ambox
 
| border = blue
 
| border = blue
Line 102: Line 138:
  
 
==== Orange ====
 
==== Orange ====
 +
<pre>
 +
{{ambox
 +
| border = orange
 +
| type = I am type
 +
| info =
 +
* I am info
 +
}}
 +
</pre>
 +
 
{{ambox
 
{{ambox
 
| border = orange
 
| border = orange
Line 110: Line 155:
  
 
==== Gray ====
 
==== Gray ====
 +
<pre>
 +
{{ambox
 +
| border = gray
 +
| type = I am type
 +
| info =
 +
* I am info
 +
}}
 +
</pre>
 +
 
{{ambox
 
{{ambox
 
| border = gray
 
| border = gray
Line 118: Line 172:
  
 
==See also==
 
==See also==
*[[w:c:wow:Template:Ambox|Template:Ambox]] on WoWWiki
 
 
*[[wikipedia:Template:Ambox|Template:Ambox]] on Wikipedia
 
*[[wikipedia:Template:Ambox|Template:Ambox]] on Wikipedia
 
*[[Template:Notice]] - a version of this that does not require CSS manipulation
 
*[[Template:Notice]] - a version of this that does not require CSS manipulation
*[[Template:Ambox 2]] - an alternate style for an Ambox<includeonly>
+
<includeonly>
 
[[Category:Article management templates]]
 
[[Category:Article management templates]]
[[ja:テンプレート:Ambox]]</includeonly><noinclude>
+
</includeonly><noinclude>
 
[[Category:Template documentation]]
 
[[Category:Template documentation]]
[[ja:テンプレート:Ambox/doc]]</noinclude>
+
</noinclude>

Latest revision as of 11:33, 28 April 2026

Description and usage

This template is used to create article management templates. Note: This template requires sitewide CSS!

Use {{ambox|...}} on a template page, filling in the various options. The created template is then used at the top of various wiki pages to notify the user of issues.

Article management boxes should be used sparingly, as it can get in the way of content.

Dependencies

CSS

This template needs the following:

Named parameters

|image=
image for use on the left, defaults to File:Wiki.png. Takes full image code, e.g. [[File:Wiki.png|50px]]. The image box area has a limit of 60px width.
|type=
top line text
|info=
list of extra info
|border=
border colour (defaults to green)
red  
ambox-red (serious issue)
orange  
ambox-orange (important issue)
yellow  
ambox-yellow (mild issue)
green  
ambox-green (something good)
purple  
ambox-purple
blue  
ambox-blue
gray  
ambox-gray
|style=
extra style parameters (unlikely to be used)

Examples

Default (green)

{{ambox
| type = I am type
| info = I am info
}}

Red + Image

{{ambox
| image = [[File:Old skeleton guard.png|50px]]
| border = red
| type = I am type
| info =
* I am info
}}

Other colors

Yellow

{{ambox
| border = yellow
| type = I am type
| info =
* I am info
}}

Green (default color)

{{ambox
| border = green
| type = I am type
| info =
* I am info
}}

Purple

{{ambox
| border = purple
| type = I am type
| info =
* I am info
}}

Blue

{{ambox
| border = blue
| type = I am type
| info =
* I am info
}}

Orange

{{ambox
| border = orange
| type = I am type
| info =
* I am info
}}

Gray

{{ambox
| border = gray
| type = I am type
| info =
* I am info
}}

See also