Template:NoteBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
{{NoteBox|primary w-25}}primary w-25{{NoteBoxEnd}} | {{NoteBox|primary w-25}}primary w-25{{NoteBoxEnd}} | ||
{{NoteBox |secondary w-50}}secondary w-50{{NoteBoxEnd}} | |||
{{NoteBox |secondary w-50}} | {{NoteBox |info w-75}}info w-75{{NoteBoxEnd}} | ||
{{NoteBox |reminder}}reminder{{NoteBoxEnd}} | |||
{{NoteBoxEnd}} | {{NoteBox |warn}}warn{{NoteBoxEnd}} | ||
{{NoteBox |info w-75}} | {{NoteBox |error}}error{{NoteBoxEnd}} | ||
{{NoteBoxEnd}} | |||
{{NoteBox |reminder}} | |||
{{NoteBoxEnd}} | |||
{{NoteBox |warn}} | |||
{{NoteBoxEnd}} | |||
{{NoteBox |error}} | |||
{{NoteBoxEnd}} | |||
<code>{{{NoteBox|info}}}</code> | <code>{{{NoteBox|info}}}</code> |
Revision as of 20:36, 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
primary w-25
secondary w-50
info w-75
reminder
warn
error
info
produces:
This is an informational note.