Template:Alert: Difference between revisions

From Aphelium
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
== Usage ==
== Usage ==
{{Documentation}}
{| class="wikitable"
! Parameter !! Description
|-
| `type` || Specifies the type of the alert, can be empty (gray), info (blue), warning (orange), danger (red) or success (green).
|-
| `content` || Specifies the content of the alert.
|}


<div class="alert alert-{{{type}}}>
<div class="alert alert-{{{type}}}>

Revision as of 12:14, 20 May 2023

Usage

Parameter Description
`type` Specifies the type of the alert, can be empty (gray), info (blue), warning (orange), danger (red) or success (green).
`content` Specifies the content of the alert.
Info-circle.svg

{{{content}}}