Template:Alert

Revision as of 18:53, 16 May 2023 by Phil (talk | contribs)

This template is used for typesetting alert boxes that you want to be set apart from the surrounding text.

For example, the following markup:

{{alert|This is an alert!}}

will look like this:

This is an alert!

{{alert|Title|This is an alert with a title!}}
Title

This is an alert with a title!

{{alert|This is a note.|class=note}}

This is a note.

Supported classes:

This uses class "note".

This uses class "warning". (This is the default.)

This uses class "stop".