Alerts the user to a risk.
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Tag ³Element ³Attributes ³End ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³:caution. ³Caution ³text=' ' ³:ecaution. ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Attributes
text=' '
Description
A caution message notifies the user of possible risks. It should precede the text to which it pertains so the user will see it first.
When :caution. is encountered, CAUTION appears on the screen, and the caution text is displayed on the next line. A blank line is inserted before the caution message.
Conditions
None
Example 1
:caution.These berries are wild. Do not eat. :ecaution.
Output
CAUTION:
These berries are wild. Do not eat.
Example 2
:caution text='Wild Berries:'. These berries are wild. Do not eat. :ecaution.
Output
Wild Berries:
These berries are wild. Do not eat.