Template:Ambox/doc: Difference between revisions

From BoyWiki
No edit summary
No edit summary
Line 1: Line 1:
==Description and usage==
This template is used to create article management templates.
This template is used to create article management templates. '''Note: This template requires sitewide CSS!'''


Use <code>{{tl|ambox|...}}</code> 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.
Use {{tl|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.
Article management boxes should be used sparingly, as it can get in the way of content.




==Named parameters==
==Named parameters==
; |image=: image for use on the left, defaults to [[:Image:40px-Padlock.svg.png]]. Takes full image code, e.g. <code><nowiki>[[Image:Wiki.png|50px]]</nowiki></code>. The image box area has a limit of 60px width.
; |image=: image for use on the left, defaults to [[:Image:40px-Padlock.svg.png]]. Takes full image code, e.g. <code><nowiki>[[Image:40px-Padlock.svg.png|50px]]</nowiki></code>. The image box area has a limit of 60px width.
; |type=: top line text
; |type=: top line text
; |info=: list of extra info
; |info=: list of extra info
Line 20: Line 18:
:; blue    : ambox-blue
:; blue    : ambox-blue
:; gray    : ambox-gray
:; gray    : ambox-gray
; |style=: extra style parameters ''(unlikely to be used)''
 


== Examples ==
== Examples ==
Line 40: Line 38:
<pre>
<pre>
{{ambox
{{ambox
| image = [[Image:Example.jpg|50px]]
| image = [[Image:40px-Padlock.svg.png|50px]]
| style=border-color:red;
| style=border-color:red;
| type = I am type
| type = I am type
Line 49: Line 47:


{{ambox
{{ambox
| image = [[Image:Example.jpg|50px]]
| image = [[Image:40px-Padlock.svg.png|50px]]
| style=border-color:red;
| style=border-color:red;
| type = I am type
| type = I am type
Line 104: Line 102:
* I am info
* I am info
}}
}}
 
<bR>
<noinclude>
<noinclude>
[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 21:43, 20 December 2012

This template is used to create article management templates.

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.


Named parameters

|image=
image for use on the left, defaults to Image:40px-Padlock.svg.png. Takes full image code, e.g. [[Image:40px-Padlock.svg.png|50px]]. The image box area has a limit of 60px width.
|type=
top line text
|info=
list of extra info
|style=border-color
(border color defaults to blue)
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


Examples

Default

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

Red + image

{{ambox
| image = [[Image:40px-Padlock.svg.png|50px]]
| style=border-color:red;
| type = I am type
| info =
* I am info
}}

Other colors

Yellow

Green

Purple

Blue

Orange

Gray