Template:NoteBox

From NeuroWiki
Revision as of 20:45, 17 January 2024 by Fmichael1 (talk | contribs)
Jump to navigation Jump to search

Usage

This template is used to create a note box. It has one parameter:

  • The parameter is the type of the note (primary, info, secondary, reminder, warn, error).
  • can be chained with w parameter (w-25, w-50, w-75).

This template code is followed by html code. The template endes with with closer template {{NoteBoxEnd}}.

Example

Calling {{NoteBox|primary w-25}} produces:

This is a primary note, w-25
secondary w-50
info w-75
reminder
warn
error

{{NoteBox|info}} produces:

This is an informational note.