Template:Alert: Difference between revisions

From Aphelium
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
== Alert ==
=== Usage ===
This template renders an alert box
=== Parameters ===
* `type` (required): Specifies the type of alert.
* `content` (optional): Specifies the content of the alert.
<div class="alert alert-{{{type}}}>
<div class="alert alert-{{{type}}}>
<div class="alert-icon">[[File:Info-circle.svg]]</div>
<div class="alert-icon">[[File:Info-circle.svg]]</div>
{{{content}}}
{{{content}}}
</div>
</div>

Revision as of 12:21, 20 May 2023

Info-circle.svg

{{{content}}}