Note: Difference between revisions
(Note template (first draft)) |
(Text weggemacht, Icons reichen) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<div style="background-color: # | Some text ... | ||
<p><strong> | <onlyinclude> | ||
<div style="background-color: #F5F5F5; border-left: 6px solid #eaecf0; padding: 3px"> | |||
<p><strong> | |||
{{#switch: {{{type}}} | |||
| warn = ⚠️ | |||
| info = 💡 | |||
| #default = ✒️ | |||
}} | |||
</strong> {{{text|Some text...}}} </p> | |||
</div> | |||
</onlyinclude> | |||
Some text ... | |||
---- | |||
== Usage == | |||
* '''type:''' | |||
** warn | |||
** info | |||
** default = Note (when no type-param is given) | |||
* '''text:''' Some text... | |||
<pre style="background-color:#F5F5F5;"> | |||
{{Note|text=This gives a simple note about something}} | |||
{{Note | |||
|type=warn | |||
|text=This is a sample warning! | |||
}} | |||
</pre> |
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! }}