Template:Note: Difference between revisions

From CommunityData
(Created page with "<languages/> <onlyinclude>{{#switch: | = {{#if: {{#if:{{{1|}}}|{{{1}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <div role="note" class="note note-{{#switch:{{...")
(No difference)

Revision as of 07:51, 13 May 2018

<languages/>

{{{1}}}

{{ Template:TNTN |content=

Usage

{{note|Foo}}
{{note|Foo|reminder}}
{{note|Foo|error}}
{{note|Foo|gotcha}}
{{tip|Foo}}
{{note}} Loose test
{{tip}} Loose test
Foo
Foo
Foo
Foo

Template:Tip Note Note: Loose test

Template:Tip Loose test

<templatedata> { "params": { "1": { "type": "content", "label": "Text", "required": true }, "2": { "label": "Type", "description": "'reminder', 'error', 'gotcha' or nothing. Will affect formatting.", "type": "string" } }, "format": "inline", "description": "Show a note in a box (e.g. a top-of-the-page warning)." } </templatedata>

}}