Template:Ambox: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
(case insensitive parameters; hide parameter text if empty; lock image for protection type; documentation)
(cat2 parameter + doc)
Line 27: Line 27:
}}
}}
|}
|}
{{#ifeq: {{lc:{{{includecat|}}}}} | no | | {{#if: {{{category|}}} | [[Category:{{{category}}}]] }} }}<noinclude>
{{#ifeq: {{lc:{{{includecat|}}}}} | no | | {{#if: {{{category|}}} | [[Category:{{{category}}}]] }} {{{cat2|}}} }}<noinclude>


{{Documentation|CONTENT=
{{Documentation|CONTENT=
Line 77: Line 77:
'''category''' parameter allows a tracking category for pages with this template. Only use the name of the category, without "Category:" in front.
'''category''' parameter allows a tracking category for pages with this template. Only use the name of the category, without "Category:" in front.


'''includecat''' parameter disables the tracking category for an instant. This way the template can be used for showcasing without including it to the tracking category. Write "no" to disable the tracking category.
'''cat2''' parameter allows additional or more complex tracking categorization. Can be used in addition or instead of '''category'''. Use form <nowiki>[[Category:Category name]]</nowiki> or similar.
 
'''includecat''' parameter disables the tracking category for an instant. This way the template can be used for showcasing without including it to the tracking category. Disables both '''category''' and '''cat2''' parameters. Write "no" to disable the tracking category.
}}
}}
[[Category:Wiki System Templates]]
[[Category:Wiki System Templates]]
</noinclude>
</noinclude>

Revision as of 19:34, 2 February 2024


Template Documentation
For the creation of Wiki article message boxes.

Usage

Full usage:

{{Ambox
|type = 
|text = 
|style = 
|image = 
|imageright = 
|category = 
|includecat = 
}}

text determines the text within the main body of the template. Use this to explain the purpose of the notice and possibly give instructions.

type parameter determines the color of the colorband on left and the default image by the intention of the template. The different types are as follows:

  • "Serious" is used for major issues conserning the page, such as nomination for deletion. Type "Delete" can also be used, but it's currently identical with "serious".
  • "Content" is used for issues in the content of the page that affect the quality and reliability of the page to the reader.
  • "Style" is used for issues in the styling of the page that may make it difficult to read or stand out among similar pages, but don't affect the content of the page itself.
  • "Merge" may be used to indicate the page should be merged, split, moved or altered in similar way.
  • "Protection" may be used to indicate that the page is being protected against disallowed changes.
  • "Notice" may be used to give readers information about the page without indicating it is an issue. This is the default type in case no type is given.
  • "Blank" may be useful for some purposes.


style parameter allows including CSS style choices.

image parameter allows changing the left image from type specific default to another. Writing "none" will remove the image on the left completely. For optional image, use form [[File:File name|40px]] or similar.

{{Ambox|type=content|text=Hello world!|image=none}}
{{Ambox|type=content|text=Hello world!|image=[[File:Award-goldstar.png|40px]]}}


imageright parameter allows including an image to the right of the template box. Use similar form as in image.

{{Ambox|type=content|text=Hello world!|imageright=[[File:Award-goldstar.png|40px]]}}


category parameter allows a tracking category for pages with this template. Only use the name of the category, without "Category:" in front.

cat2 parameter allows additional or more complex tracking categorization. Can be used in addition or instead of category. Use form [[Category:Category name]] or similar.

includecat parameter disables the tracking category for an instant. This way the template can be used for showcasing without including it to the tracking category. Disables both category and cat2 parameters. Write "no" to disable the tracking category.