Difference between revisions of "Template:Note"

From Nottinghack Wiki
Jump to navigation Jump to search
(Enable notes (as used in Project:PD_help).)
 
(fixo)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#if: {{{1|}}}|<div class="block-note"><span class="block-contents">|[[Image:Bulbgraph.png|18px|Note|link=]]}} '''Note:''' {{#if: {{{1|}}}|{{{1}}}</span></div>}}<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==
 +
This template inserts a note with a decorative icon into a wiki page.
  
== Usage ==
+
=== Usage ===
  
<nowiki>{{note|This is a note with a decorative icon.}}</nowiki>
+
{| class="wikitable"
 +
! Description
 +
! width=40% | You type
 +
! width=40% | You get
 +
|-
 +
| A block-level note
 +
|
 +
<pre>
 +
Text before
 +
<nowiki>{{note|This is a block note.}}</nowiki>
 +
Text after
 +
</pre>
 +
|
 +
Text before
 +
{{note|This is a block note.}}
 +
Text after
 +
|-
 +
| An inline note
 +
|
 +
<pre>
 +
Text before
 +
<nowiki>{{note}} This is an inline note.</nowiki>
 +
Text after
 +
</pre>
 +
|
 +
Text before
 +
{{note}} This is an inline note.
 +
Text after
 +
|}
  
[[Category:Templates|{{PAGENAME}}]]
+
==Parameters==
 +
;important
 +
If equals 'yes' adds '''Important''' to text.
 +
 
 +
 
 +
[[Category:Templates highlighting]]
 
</noinclude>
 
</noinclude>

Revision as of 13:23, 26 August 2019

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

Parameters

important

If equals 'yes' adds Important to text.