Template:Note: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Box|1={{{3|Note}}}|2=[[Image:Note-box-icon.png|left|40px]]<div style="margin-left:50px">{{{1}}}</div> |3={{{4}}}|4={{{5}}} }}
{{Box|2={{#if: {{{2|}}} | {{{2}}} | Note }}
<noinclude>
|1={{{1}}}
|3=[[File:Note-box-icon.png|left|40px|link=]]
|4=alert-success icon-dark-invert
}}<noinclude>
----
Displays an information box. Parameters
# Text of the main body
# (optional) Title of the box (default: Note)


{{Template:I18n/Language Navigation Bar|Template:Note}}
Example: <nowiki>{{Note|This is a note}}</nowiki> gives
 
{{Note|This is a note}}
[[Category:Template]]
[[Category:Template]]
</noinclude>
</noinclude>

Latest revision as of 08:22, 26 July 2023

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