Alerts the user of a risk or possible error condition.
Syntax
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Tag ³Element ³Attributes ³End ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³:warning. ³Warning ³text=' ' ³:ewarning. ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Attributes
text=' '
Description
A warning notice alerts the user to a possible risk, such as an error condition in the system. It should appear before the text that it discusses. Use the text=' ' attribute to provide a specific name for the warning notice.
Conditions
None
Example 1
:warning.The disk contains bad sectors. :ewarning.
Output
The following output is provided.
Warning: The disk contains bad sectors.
Example 2
:warning text='Bad disk:'. The disk contains bad sectors. :ewarning.
Output
Bad disk The disk contains bad sectors.