![]() | This template was copied from Template:Ambox on Wikia Templates. That wiki should periodically be checked for a new version of this template. |
Contents
NOTICE
Due to the inability to actually access the code necessary to implement this change properly I have had to adapt the code from the TEMPLATE:SPW to be able to, at least, noticeably allow it to work.
In order to use the Ambox template do the following:
{{ambox | image = [[Image:Wiki.png|50px]] | border = red | type = Top Line Text | info = Bottom Line Text }} image = Displays a specified image. border = Changes the colour of the side border. type = The writing for the top text line. info = The writing for the bottom text line.
Which displays this:
![]() | Top Line Text Bottom Line Text |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Please note that everything below this was copied from the Templates Wikia wiki site and so has already obtained usage of the CSS code.
In other words everything below this is irrelevant till the MediaWiki:Wikia.css is updated. Though not necessary.
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:
- Copy the CSS to your
MediaWiki:Wikia.css
from the following page:Template:Ambox/code.css
CSS from Template:Ambox/code.css
|
---|
Template:Ambox/code.css |
Named parameters
- |image=
- image for use on the left, defaults to Image:Wiki.png. Takes full image code, e.g.
[[Image: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
{{ambox | type = I am type | info = I am info }}
![]() | I am type I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Red + image
{{ambox | image = [[Image:Example.jpg|50px]] | border = red | type = I am type | info = * I am info }}
![]() | I am type * I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Other colors
Yellow
![]() | I am type * I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Green
![]() | I am type * I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Purple
![]() | I am type * I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Blue
![]() | I am type * I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Orange
![]() | I am type * I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
Gray
![]() | I am type * I am info |
- This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
Done making changes? Refresh this text! (Why?)
See also
- Template:Ambox on WoWWiki
- Template:Ambox on Wikipedia
- Template:Notice - a version of this that does not require CSS manipulation
- Template:Ambox 2 - an alternate style for an Ambox