Template:Note
From Anthrodia Atlas
| Note: {{{1}}} |
Description
This template can be used to display a special "Note" message where specified. It uses the Template:T template.
Usage
Type {{Note|<Your message here>}} where you want to display the note. For example, typing in {{Note|The quick brown fox jumps over the lazy dog}} produces:
| Note: The quick brown fox jumps over the lazy dog |
By default, the title of the message box will be "Note:. You can change this using the |note = parameter. For example, typing in {{Note|title=Did you know?|The quick brown fox jumps over the lazy dog}} produces:
| Did you know? The quick brown fox jumps over the lazy dog |
You can also change the colour of the border and the background using |bordercolor = and |backgroundcolor =, respectively. Use an HTML colour code or colour name, without the "#". The template border defaults to Template:Fontcolor, and the background defaults to Template:Fontcolor.
{{Note|title=Did you know?|The quick brown fox jumps over the lazy dog|bordercolor=red|backgroundcolor=silver}} gives:
| Did you know? The quick brown fox jumps over the lazy dog |