Template:Note: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Add example for important attribute |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{#if: {{{1|}}}|<div class="block-note"><span class="block-contents">}}[[Image:Bulbgraph.png|18px|Note|link=]] {{#ifeq:{{{important}}}|yes|'''Important note:'''|'''Note:'''}} {{#if: {{{1|}}}|{{{1}}}</span></div>}}<includeonly></includeonly><noinclude> | |||
==Documentation== | |||
This template inserts a note with a decorative icon into a wiki page. | This template inserts a note with a decorative icon into a wiki page. | ||
== Usage == | === Usage === | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 31: | Line 32: | ||
Text before | Text before | ||
{{note}} This is an inline note. | {{note}} This is an inline note. | ||
Text after | |||
|- | |||
| An important note | |||
| | |||
<pre> | |||
Text before | |||
<nowiki>{{note|important=yes}} This is an important note.</nowiki> | |||
Text after | |||
</pre> | |||
| | |||
Text before | |||
{{note|important=yes}} This is an important note. | |||
Text after | Text after | ||
|} | |} | ||
[[Category:Templates | ==Parameters== | ||
;important | |||
If equals 'yes' adds '''Important''' to text. | |||
[[Category:Templates highlighting]] | |||
</noinclude> | </noinclude> |
Latest revision as of 11:02, 21 April 2024
Note:
Documentation
This template inserts a note with a decorative icon into a wiki page.
Usage
Description | You type | You get |
---|---|---|
A block-level note |
Text before {{note|This is a block note.}} Text after |
Text before Note: This is a block note.
Text after |
An inline note |
Text before {{note}} This is an inline note. Text after |
Text before Note: This is an inline note. Text after |
An important note |
Text before {{note|important=yes}} This is an important note. Text after |
Text before Important note: This is an important note. Text after |
Parameters
- important
If equals 'yes' adds Important to text.