Template:Note: Difference between revisions
Appearance
Create note template |
m 1 revision imported |
||
| (One intermediate revision by one other user not shown) | |||
| 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> | |||
Latest revision as of 22:25, 14 September 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>