Template:Alert
Jump to navigation
Jump to search
Important:
Based on Template:Note
Usage
Method 1
The following displays the alert icon and the "Important" text. You can follow this with whatever text/images/markup you like, and it works in-line, within a paragraph.
Monsters are green. {{alert}} this is an in-line alert, to show that you need to remember that some monsters are very dangerous.
Monsters are green. Important: this is an in-line alert, to show that you need to remember that some monsters are very dangerous.
Method 2
The following includes the text passed to the template, and uses a table to stop the text flowing round the icon. These always force a newline before and after the alert.
{{alert|Here is a long alert, which is sufficiently wordy to run onto a second line, which would normally cause it to wrap around the icon, but because we passed it as a parameter it keeps its left alignment straight and indented.}}
Important: Here is a long alert, which is sufficiently wordy to run onto a second line, which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight and indented.