Difference between revisions of "Template:Note/Caution"

From SoftMC-Wiki
Jump to: navigation, search
m (added to Category)
(OK)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Note
+
<includeonly>{{Note|{{{1}}}
|icon=File:Note-Danger.svg
+
|icon=File:CAUTION.svg
|title=Danger
+
|title=CAUTION
|text={{{1}}}
+
}}</includeonly><!--
}}<noinclude>
 
  
[[Category:Template:Note]]
+
 
 +
### 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>
 
</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.svgCAUTION
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.