Template:Ambox: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
mNo edit summary
Donni Iris (talk | contribs)
comment formatting for readability ; using includeonly to avoid the blank template call on this page
 
Line 1: Line 1:
<table style="{{{style|}}}" class="plainlinks ambox {{#switch:{{{border|}}}
<includeonly><!--
  | red        = ambox-red
--><table style="{{{style|}}}" class="plainlinks ambox <!--
  | orange      = ambox-orange
 
  | yellow      = ambox-yellow
    -->{{#switch:{{{border|}}}<!--
  | purple      = ambox-purple
    -->| red        = ambox-red<!--
  | blue        = ambox-blue
    -->| orange      = ambox-orange<!--
  | green      = ambox-green
    -->| yellow      = ambox-yellow<!--
  | gray        = ambox-gray
    -->| purple      = ambox-purple<!--
  | #default    = ambox-green
    -->| blue        = ambox-blue<!--
}}">
    -->| green      = ambox-green<!--
<tr>
    -->| gray        = ambox-gray<!--
<td class="ambox-image">{{{image|[[File:Wiki.png|60px]]}}}</td>
    -->| #default    = ambox-green<!--
<td style="padding: 0.25em 0.5em;">{{{type|}}}
    -->}}"><!--
<div class="ambox-smalltext">
 
{{{info|}}}
    --><tr><!--
</div></td></tr></table><noinclude>{{Documentation}}</noinclude>
        --><td class="ambox-image">{{{image|[[File:Wiki.png|60px]]}}}</td><!--
        --><td style="padding: 0.25em 0.5em;">{{{type|}}}<!--
            --><div class="ambox-smalltext">
{{{info|}}}<!-- apparently needs to be at the beginning of the line for bulleted lists
    --></div><!--
        --></td><!--
    --></tr><!--
 
--></table><!--
 
--></includeonly><!--
--><noinclude>{{Documentation}}</noinclude>

Latest revision as of 15:13, 28 April 2026

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]

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

The above text is transcluded from Template:Ambox/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:Ambox/doc. (View all subpages of this page.)