Difference between revisions of "Template:Note"

From SoftMC-Wiki
Jump to: navigation, search
m (Draft)
m (Draft)
Line 1: Line 1:
<includeonly>{|width=100% border=1
+
<includeonly>{|width=100%
|rowspan="2" width="80" valign="top" align="center"|[[{{#if:{{{icon|}}}|{{{icon}}}|File:NOTE-Info.svg}}|60px|link=]]
+
|rowspan="2" width="70" valign="top" align="center"|[[{{#if:{{{icon|}}}|{{{icon}}}|File:NOTE-Info.svg}}|60px|link=]]
|<big>{{#if:{{{title|}}}|{{{title}}}|NOTE}}</big>
+
|'''{{#if:{{{title|}}}|{{{title}}}|NOTE}}'''
 
|-
 
|-
 
|valign=top|{{{1}}}
 
|valign=top|{{{1}}}
Line 42: Line 42:
 
</pre>
 
</pre>
  
{{Note|watch your head!}}
+
{{Note|watch your head!
 +
 
 +
Second line<br/>
 +
Third line}}
  
 
{{Note
 
{{Note

Revision as of 11:33, 19 October 2010

This is the base template for all safety notes. It is not meant to be used directly. Instead please use one of the templates in the Category:Template:Notes.

Template

{{Note
|icon=
|title=
|text=
}}

Parameters

icon
Icon in the File: namespace.
title
The bold title over the note.
text
The actual note text.

Examples

In this way this template should be used in all specialized sub-templates:

{{Note
|icon=File:Note-Danger.svg
|title=Danger
|text={{{1}}}
}}
NOTE-Info.svgNOTE
watch your head!

Second line

Third line
DANGER.svgDANGER
Text

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.