Difference between revisions of "Template:Note/Caution"

From SoftMC-Wiki
Jump to: navigation, search
m (added to Category)
m (added description)
Line 1: Line 1:
{{Note
+
<includeonly>{{Note
 
|icon=File:Note-Danger.svg
 
|icon=File:Note-Danger.svg
 
|title=Danger
 
|title=Danger
 
|text={{{1}}}
 
|text={{{1}}}
}}<noinclude>
+
}}</includeonly><!--
 +
 
 +
 
 +
### DESCRIPTION
 +
--><noinclude>
 +
{{Template
 +
|description=
 +
Danger safety note.
 +
 
 +
|template=<nowiki>{{Note/Danger|text}}</nowiki>
 +
 
 +
|parameters=
 +
;text
 +
: The note text.
 +
 
 +
|examples=
 +
;Input
 +
<pre>{{Note/Danger|Do not run with the head against the wall!}}</pre>
 +
;Output
 +
{{Note/Danger|Do not run with the head against the wall!}}
 +
}}
  
 
[[Category:Template:Note]]
 
[[Category:Template:Note]]
 
</noinclude>
 
</noinclude>

Revision as of 17:26, 14 October 2010

Danger safety note.

Template

{{Note/Danger|text}}

Parameters

text
The note text.

Examples

Input
{{Note/Danger|Do not run with the head against the wall!}}
Output
DANGER.svgDANGER
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.