From Test-Scratch-Wiki

< Template:Caution

Template:Caution/doc/translate

Documentation This is a documentation subpage for Template:Caution (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Usage

Method 1

The following displays the caution icon and the word 'Caution:'. You can follow this with whatever text/images/markup you like.

{{caution}}Don't do that!


Note Caution: Don't do that!

Method 2

The following includes the text passed to the template, and uses a table to stop the text flowing round the icon.

{{caution|This is a very long caution! It 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!}}


Note Caution: This is a very long caution! It 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!

Method 3

The following changes the word "Caution" to a different word.

{{caution|Don't do that!|Whoa}}


Note Whoa: Don't do that!

To make it like Method 1 (i.e. to allow the text to run onto another line) simply only specify the second parameter and put the text outside the template:

{{caution|2=Whoa}}Don't do that!


Note Whoa: Don't do that!

Cookies help us deliver our services. By using our services, you agree to our use of cookies.