Template:Ambox/doc

From wiki.jriver.com
Jump to navigation Jump to search

{{

 #ifeq: Template | Template 
 | {{
   #ifeq: {{ #if:  | {{{reusedemo}}} | Wiki.jriver.com }} | Wikia Templates
   | {{
     #ifeq: Ambox | {{ #ifeq: {{ #titleparts: Ambox/doc | 1 | -1 }} | doc | Ambox | Ambox/doc }}
     | 
     | :Error: {{{name}}} parameter is unused or incorrect! Please replace {{SPW{{ #if: is not on | |is not on }}{{ #ifeq: Ambox | ¬ | | |name=Ambox }}}} with {{SPW{{ #if: is not on | |is not on }}|name=Ambox}}.
}}:{{ #switch: is not on | is on = This template or a similar one is on the Starter Pages Wikia, whence it is incorporated in every new Wikia site and can be copied to older ones. | is newer = This template is newer than a similar one on the Starter Pages Wikia. This template may therefore have bug fixes or improvements when compared to the older version.{{ #ifeq: {{ #titleparts: Ambox/doc | 1 | 1 }} | SPW | | {{ #ifeq: {{ #titleparts: Ambox/doc | 1 | -1 }} | doc | | }} }} | is not on = This template is not on the Starter Pages Wikia. It can be copied to other Wikia sites, but it is not included on any by default.{{ #ifeq: {{ #titleparts: Ambox/doc | 1 | 1 }} | SPW | | {{ #ifeq: {{ #titleparts: Ambox/doc | 1 | -1 }} | doc | | }} }} | #default = Editors have not checked whether this template is or is not on the Starter Pages Wikia.{{ #ifeq: {{ #titleparts: Ambox/doc | 1 | 1 }} | SPW | | {{ #ifeq: {{ #titleparts: Ambox/doc | 1 | -1 }} | doc | | }} }} }}

|

   {{ #ifeq: {{ #titleparts: Ambox/doc | 1 | -1 }} | doc |  | }}
 }}

}}

Description and usage

This template is used to create article management templates. Note: This template requires sitewide CSS!

Use {{#ifeq:|code|}}{{{{#if:|{{{prefix}}}:}}ambox{{#if:...||<...>}}{{#if:||<{{{3}}}>}}{{#if:||<{{{4}}}>}}{{#if:||<{{{5}}}>}}{{#if:||<{{{6}}}>}}{{#if:||<{{{7}}}>}}{{#if:||<{{{8}}}>}}{{#if:||<{{{9}}}>}}{{#if:||<{{{10}}}>}}{{#if:||<{{{11}}}>}}{{#if:||<{{{12}}}>}}{{#if:||<{{{13}}}>}}{{#if:||<{{{14}}}>}}{{#if:||<{{{15}}}>}}{{#if:||<{{{16}}}>}}{{#if:||<{{{17}}}>}}{{#if:||<{{{18}}}>}}{{#if:||<{{{19}}}>}}{{#if:||<{{{20}}}>}}{{#if:||<{{{21}}}>}}}}{{#ifeq:|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.

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 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
}}

Red + image

{{ambox
| image = [[Image:Example.jpg|50px]]
| border = red
| type = I am type
| info =
* I am info
}}

Other colors

Yellow

Green

Purple

Blue

Orange

Gray

See also