Template:Note

From SoftMC-Wiki
Jump to: navigation, search

When used directly, this template produces an information note.

To produce specialized safety notes, this can be used as base template. Therefore the icon and the title have to be specified.

NOTE-Info.svgNOTE
The Category:Template:Notes gives an overview of all note templates.

Template

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

Parameters

text
The actual note text.
icon (optional)
Icon in the File: namespace. If not set, File:NOTE-Info.svg is used.
title (optional)
The bold title over the note. If not set, NOTE is used.

Examples

For simple usage:

Input
{{Note|watch your head!}}
Output
NOTE-Info.svgNOTE
watch your head!


In specialized sub-templates the following syntax should be used:

{{Note|{{{1}}}
|icon=File:DANGER-Electricity.svg
|title=DANGER
}}

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.