Template:NoteBox
Usage
This template is used to create a note box. It has one parameter:
- The parameter is the type of the note (info, reminder, warn, error).
followed by html code
and ends with closer template NoteBoxEnd
Example
primary w-25
secondary w-50
info w-75
reminder
warn
error
{{NoteBox|info}}
produces:
This is an informational note.