Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Description

This template is used as a base for notice templates.

Usage

Type {{Notice|parameter=value|...}} on a page. This template can be used standalone, or as a base for other notice templates. Note: This template does not show up on mobile.

Syntax

{{Notice
|image  =
|border =
|style  =
|type   =
|info   =
|id     =
}}

Parameters

Id (id)
Custom HTML Id, used for styling in CSS.
Image (image)
A custom image added at the left side. See Help:Adding images for additional information. (default: ℹ️)
Header (type)
The main header for the notice template. Shows up in bold. (default: Header)
Border color (border)
The color of the separator between the Header and the body text. Has several types (type in lowercase):
  • Red
  • Orange
  • Yellow
  • Green
  • Blue
  • Purple
  • Grey (Default)
Text (info)
The main text of the template. (default: Notice text)
CSS Style (style)
Custom CSS styles for the base template container.

Notice borders

The table borders are shown below.
Code Result
{{Notice|border=red}}
ℹ️️
Header
Notice text
{{Notice|border=orange}}
ℹ️️
Header
Notice text
{{Notice|border=yellow}}
ℹ️️
Header
Notice text
{{Notice|border=green}}
ℹ️️
Header
Notice text
{{Notice|border=blue}}
ℹ️️
Header
Notice text
{{Notice|border=grey}}
ℹ️️
Header
Notice text
{{Notice}} (Default: Grey)
ℹ️️
Header
Notice text

Examples

Code Result
{{Notice|type=Header text}}
ℹ️️
Header text
Notice text
{{Notice|type=Header text here|info=Body text here}}
ℹ️️
Header text here
Body text here
{{Notice|type=Header text here|info=Body text here|border=red}}
ℹ️️
Header text here
Body text here
{{Notice|type=Header text here|info=Body text here|border=yellow|image=[[File:Site-logo.png|40px]]}}
Header text here
Body text here
{{Notice|type=Header text here|info=Body text here|border=green|image=[[File:Site-logo.png|40px]]|style=box-shadow: 5px 10px 8px #888888; border:1px solid #888;}}
Header text here
Body text here

See also

  • {{Notice/small}}, the notice template without the heading parameter, and is more suitable for small messages.
  • {{Mbox}}

fr:Modèle:Notice/doc