Template:Note: Difference between revisions
Appearance
Create note template |
mok0>Morten Kjeldgaard Automatically converted from MoinMoin |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
A "Note" box used to emphasize important information. | |||
== Usage == | |||
<nowiki>{{Note|When you update Debian you may have to reboot.}}</nowiki> | |||
== Example == | |||
{{Note|When you update Debian you may have to reboot.}} | |||
</noinclude> | |||
<pre> | |||
<onlyinclude> | |||
{{#invoke:DebianBox|makeBox|type=Note|text={{{1}}} }} | |||
</onlyinclude> | |||
</pre> | |||
Revision as of 14:21, 31 August 2026
A "Note" box used to emphasize important information.
Usage
{{Note|When you update Debian you may have to reboot.}}
Example
💬 ️When you update Debian you may have to reboot.
<onlyinclude>
{{#invoke:DebianBox|makeBox|type=Note|text={{{1}}} }}
</onlyinclude>