Template:NoteBox: Difference between revisions

From NeuroWiki
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}}
<ul> <li>PI = SS + PT</li> <li>PI תמיד קבוע <ul> <li>if ↑PT → ↓SS;</li> <li>if ↓PT → ↑SS;</li> </ul> </li> </ul>
{{NoteBox |reminder}}reminder{{NoteBoxEnd}}
{{NoteBoxEnd}}
{{NoteBox |warn}}warn{{NoteBoxEnd}}
{{NoteBox |info w-75}}
{{NoteBox |error}}error{{NoteBoxEnd}}
<ul> <li>PI = SS + PT</li> <li>PI תמיד קבוע <ul> <li>if ↑PT → ↓SS;</li> <li>if ↓PT → ↑SS;</li> </ul> </li> </ul>
{{NoteBoxEnd}}
{{NoteBox |reminder}}
<ul> <li>PI = SS + PT</li> <li>PI תמיד קבוע <ul> <li>if ↑PT → ↓SS;</li> <li>if ↓PT → ↑SS;</li> </ul> </li> </ul>
{{NoteBoxEnd}}
{{NoteBox |warn}}
<ul> <li>PI = SS + PT</li> <li>PI תמיד קבוע <ul> <li>if ↑PT → ↓SS;</li> <li>if ↓PT → ↑SS;</li> </ul> </li> </ul>
{{NoteBoxEnd}}
{{NoteBox |error}}
<ul> <li>PI = SS + PT</li> <li>PI תמיד קבוע <ul> <li>if ↑PT → ↓SS;</li> <li>if ↓PT → ↑SS;</li> </ul> </li> </ul>
{{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.