Template:NoteBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<div role="note" class="note note-{{{1}}}"></includeonly><noinclude> | <div role="note" class="note note-{{{1}}}"></includeonly><noinclude> | ||
== Usage == | == Usage == | ||
This template is used to create a note box. It has | This template is used to create a note box. It has one parameter: | ||
* The | * The parameter is the type of the note (info, reminder, warn, error). | ||
followed by html code | |||
and ends with closer template <code>NoteBoxEnd</code> | |||
=== Example === | === Example === |
Revision as of 20:26, 17 January 2024
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
info
produces:
This is an informational note.