Template:Note
From Rivals of Aether Unofficial Workshop Manual
Using this template without any parameters will produce the following:
Note: This is a note.
Syntax[edit source]
{{Note|type|text}}
Parameters[edit source]
A template for adding notes, tips, alerts, or warnings to pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type | 1 "type" | The type of note. Accepted values are 'info', 'tip', 'alert', and 'warn'
| String | required |
Text | 2 "text" | The note's text contents.
| Content | required |
Examples[edit source]
{{Note|info|'''Note:''' This is info.}} |
produces... |
Note: This is info. |
{{Note|tip|'''Note:''' This is a tip.}} |
produces... |
Note: This is a tip. |
{{Note|alert|'''Note:''' This is an alert.}} |
produces... |
Note: This is an alert. |
{{Note|warn|'''Note:''' This is a warning.}} |
produces... |
Note: This is a warning. |