Template:NoteBox: Difference between revisions

From NeuroWiki
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 two parameters:
This template is used to create a note box. It has one parameter:
* The first parameter is the type of the note (info, reminder, warn, error).
* The parameter is the type of the note (info, reminder, warn, error).
* The second parameter is the content of the note.
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.