Template:Ambox/doc: Difference between revisions
Thanathros (talk | contribs) (Created page with "==Description and usage== This template is used to create article management templates. '''Note: This template requires sitewide CSS!''' Use <code>{{t|ambox|...}}</code> on a...") |
Thanathros (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
=== CSS === | === CSS === | ||
This template needs the following: | This template needs the following: | ||
*Copy the CSS to your <tt>[[MediaWiki: | *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 64: | Line 64: | ||
{{ambox | {{ambox | ||
| image = Example.jpg | | image = Example.jpg | ||
| link = | | link = Sensei | ||
| quote = much flower | | quote = much flower | ||
| border = red | | border = red | ||
Line 122: | Line 122: | ||
==See also== | ==See also== | ||
*[ | * [https://warframe.fandom.com/wiki/Template:Ambox Template:Ambox] on Wikipedia | ||
Revision as of 15:33, 3 January 2021
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:common.css from the following page:
CSS from Template:Ambox/code.css |
---|
Template:Ambox/code.css |
Named parameters
- |image=
- image for use on the left, defaults to File:Wikia Lotus.png. Takes full image file name, e.g.
Wikia_Lotus.png
. - |link=
- the page that the image links to
- |quote=
- optional quote from NPCs.
- |type=
- top line text
- |info=
- list of extra info
- |border=
- border colour (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
- |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 |
Red + image + quote
{{ambox | image = Example.jpg | link = image link (optional) | quote = I am quote (optional) | border = red | type = I am type | info = * I am info }}
“much flower” I am type
|
Other colors
Yellow
I am type
|
Green
I am type
|
Purple
I am type
|
Blue
I am type
|
Orange
I am type
|
Gray
I am type
|
See also
- Template:Ambox on Wikipedia