Template:Ambox/doc: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
=== CSS ===
=== CSS ===
This template needs the following:
This template needs the following:
*Copy the CSS to your <tt>[[MediaWiki:common.css]]</tt> from the following page:
*Copy the CSS from approx. line 1201 to your <tt>[[MediaWiki:common.css]]</tt> from the following page:
** <tt>[[MediaWiki:common.css]]</tt>
** <tt>[[MediaWiki:common.css]]</tt>
{| class="collapsible collapsed" style="border:1px dotted #444; width: 100%"
|-
!style="background-color:#ccc;"|CSS from <tt>Template:Ambox/code.css</tt>
|-
|{{Template:Ambox/code.css}}
|}


==Named parameters==
==Named parameters==
; |image=: image for use on the left, defaults to [[File:Placeholder.png|70px]]. Takes full image '''file name''', e.g. <code><nowiki>Placeholder.png</nowiki></code>.
; |image=: image for use on the left, defaults to [[File:Placeholder.png|70px]]. Takes full image '''file name''', e.g. <code><nowiki>Placeholder.png</nowiki></code>.
; |link=:the page that the image links to
; |imageright=: image for use on the right, defaults to none. Takes full image '''file name''', e.g. <code><nowiki>Placeholder.png</nowiki></code>.
; |link=:the page that the left image links to
; |linkright=:the page that the right image links to
; |quote=: optional quote from NPCs.
; |quote=: optional quote from NPCs.
; |type=: top line text
; |type=: top line text
Line 52: Line 48:
<pre>
<pre>
{{ambox
{{ambox
| image = Example.jpg
| image = Sensei_Icon.png
| link = image link (optional)
| link = image link (optional)
| quote = I am quote (optional)
| quote = I am quote (optional)
Line 63: Line 59:


{{ambox
{{ambox
| image = Example.jpg
| image = Sensei_Icon.png
| link = Sensei
| link = Sensei
| quote = much flower
| quote = much flower
Line 123: Line 119:
==See also==
==See also==
* [https://warframe.fandom.com/wiki/Template:Ambox Template:Ambox] on Wikipedia
* [https://warframe.fandom.com/wiki/Template:Ambox Template:Ambox] on Wikipedia
<noinclude>[[Category: Documentation]]</noinclude>

Latest revision as of 01:18, 4 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:

Named parameters

|image=
image for use on the left, defaults to . Takes full image file name, e.g. Placeholder.png.
|imageright=
image for use on the right, defaults to none. Takes full image file name, e.g. Placeholder.png.
|link=
the page that the left image links to
|linkright=
the page that the right 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
}}

Red + image + quote

{{ambox
| image = Sensei_Icon.png
| link = image link (optional)
| quote = I am quote (optional)
| border = red
| type = I am type
| info =
* I am info
}}

Other colors

Yellow

Green

Purple

Blue

Orange

Gray

See also