Difference between revisions of "Template:Note"

From Nottinghack Wiki
Jump to navigation Jump to search
(Add example for important attribute)
 
(One intermediate revision 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>
+
{{#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==
 
==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.
Line 32: 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
 
|}
 
|}

Latest revision as of 11:02, 21 April 2024

Note 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 Note: This is a block note.

Text after

An inline note
Text before
{{note}} This is an inline note.
Text after

Text before Note 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 Note Important note: This is an important note. Text after

Parameters

important

If equals 'yes' adds Important to text.