- Description
- A simple notice box.
- Syntax
- Type
somewhere.{{Notice|type = <...>|info = <...>|image = <...>|border = <...>|style = <...>}}
- Parameters
- type= - Notice box header text (default: Header)
- info= - Notice box additional info (default: Notice text)
- image= - Optional Notice box symbol image (default: ℹ️)
- border= - Optional Notice box border bar color (default :
#f6f6f6
)- Border options
- red - :
10px solid #b22222
- orange - :
10px solid #f28500
- yellow - :
10px solid #f4c430
- purple - :
10px solid #9932cc
- blue - :
10px solid #1e90ff
- green - :
10px solid #228b22
- gray - :
10px solid #bba
- red - :
- Border options
- style= - Optional Notice box additional inline CSS
- Sample output
{{Notice|type=Notice box|info=Does not use the {{t|Ambox}} template and could be considered a simpler alternative, since it doesn't have a CSS dependency.}}
- gives...
ℹ️️
Notice box
Does not use the {{Ambox}}
template and could be considered a simpler alternative, since it doesn't have a CSS dependency.
- See also
{{Ambox}}