Template

Note: Difference between revisions

(fix spacing)
(Text weggemacht, Icons reichen)
 
Line 5: Line 5:


{{#switch: {{{type}}}
{{#switch: {{{type}}}
| warn = ⚠️ Warning!
| warn = ⚠️
| info = 💡Info!
| info = 💡
| #default = ✒️ Note:
| #default = ✒️
}}
}}



Latest revision as of 08:28, 10 September 2025

Some text ...

✒️ Some text...

Some text ...


Usage

  • type:
    • warn
    • info
    • default = Note (when no type-param is given)
  • text: Some text...


{{Note|text=This gives a simple note about something}}

{{Note
|type=warn
|text=This is a sample warning!
}}