Template:Note: Difference between revisions

From KDE Community Wiki
No edit summary
 
m (Update design of note box)
(26 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Box|Tip|2=[[Image:Action_pen.svg|noframe|left|40px]]{{{1}}} <div class="clear"></div> }}
{{Box|2={{#if: {{{2|}}} | {{{2}}} | Note }}
|1={{{1}}}
|4=alert-info
}}<noinclude>
----
Displays an information box. Parameters
# Text of the main body
# (optional) Title of the box (default: Note)
 
Example: <nowiki>{{Note|This is a note}}</nowiki> gives
 
{{Note|This is a note}}
[[Category:Template]]
</noinclude>

Revision as of 18:48, 22 April 2020

Note

{{{1}}}

Displays an information box. Parameters

  1. Text of the main body
  2. (optional) Title of the box (default: Note)

Example: {{Note|This is a note}} gives

Note

This is a note