Difference between revisions of "Template:Note/Caution"
(Created page with "{{Note |icon=File:Note-Danger.svg |title=Danger |text={{{1}}} }}") |
(OK) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Note | + | <includeonly>{{Note|{{{1}}} |
− | |icon=File: | + | |icon=File:CAUTION.svg |
− | |title= | + | |title=CAUTION |
− | |text={{{ | + | }}</includeonly><!-- |
+ | |||
+ | |||
+ | ### DESCRIPTION | ||
+ | --><noinclude> | ||
+ | {{Template | ||
+ | |description= | ||
+ | Pure caution safety note. | ||
+ | |||
+ | |template=<nowiki>{{Note/Caution|text}}</nowiki> | ||
+ | |||
+ | |parameters= | ||
+ | ;text | ||
+ | : The caution text. | ||
+ | |||
+ | |examples= | ||
+ | ;Input | ||
+ | <pre>{{Note/Caution|Do not run with the head against the wall!}}</pre> | ||
+ | ;Output | ||
+ | {{Note/Caution|Do not run with the head against the wall!}} | ||
}} | }} | ||
+ | |||
+ | [[Category:Template:Notes|Caution]] | ||
+ | </noinclude> |
Latest revision as of 12:11, 19 October 2010
Pure caution safety note.
Template
{{Note/Caution|text}}
Parameters
- text
- The caution text.
Examples
- Input
{{Note/Caution|Do not run with the head against the wall!}}
- Output
CAUTION | |
Do not run with the head against the wall! |
For more examples refer to pages, which use this template: What links here.
Help:Templates describes general usage of templates, including treatment of special characters.