Template:Warning: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Standard Warning.
 
m categorization
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{note style|type=Warning|text={{{1}}}}}
<noinclude>This template should be used for block-level warning messages. These are useful for warning users of pitfalls in some feature or functionality. This template takes one positional parameter: the text of the warning message.
 
Usage:
 
<nowiki>{{warning|This is a warning. Beware!}}</nowiki>
 
becomes:
 
{{warning|This is a warning. Beware!}}
 
[[Category:Template Annotation]]
</noinclude><includeonly>{{note style|type=Warning|text={{{1}}}}}</includeonly>

Latest revision as of 05:45, 8 November 2012

This template should be used for block-level warning messages. These are useful for warning users of pitfalls in some feature or functionality. This template takes one positional parameter: the text of the warning message.

Usage:

{{warning|This is a warning. Beware!}}

becomes:

Warning: This is a warning. Beware!