Difference between revisions of "Template:Note"
Jump to navigation
Jump to search
Template documentation
Joelmartin (talk | contribs) m (Text replacement - "<translate>" to "") |
Joelmartin (talk | contribs) m (Text replacement - "</translate>" to "") |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | <onlyinclude>{{#switch: | + | <onlyinclude>{{#switch: |
| = | | = | ||
{{#if: {{#if:{{{1|}}}|{{{1}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch:{{{2|}}} | {{#if: {{#if:{{{1|}}}|{{{1}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch:{{{2|}}} | ||
Line 7: | Line 7: | ||
|#default={{{2|}}} | |#default={{{2|}}} | ||
}} {{#if:{{{inline|}}}|note-inline}}">{{{1}}}</div> | }} {{#if:{{{inline|}}}|note-inline}}">{{{1}}}</div> | ||
− | | [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|<!--T:1--> Note | + | | [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|<!--T:1--> Note|link=]] '''<!--T:2--> Note:''' }} |
| #default= | | #default= | ||
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:Note|noshift=1}} | {{#invoke:Template translation|renderTranslatedTemplate|template=Template:Note|noshift=1}} | ||
Line 14: | Line 14: | ||
== Usage == <!--T:3--> | == Usage == <!--T:3--> | ||
− | + | ||
<pre> | <pre> | ||
{{Note|Foo}} | {{Note|Foo}} | ||
Line 20: | Line 20: | ||
{{Note|Foo|error}} | {{Note|Foo|error}} | ||
{{Note|Foo|gotcha}} | {{Note|Foo|gotcha}} | ||
− | {{Note}} <!--T:6--> Loose test | + | {{Note}} <!--T:6--> Loose test |
* Text {{Note|Foo|inline=1}} | * Text {{Note|Foo|inline=1}} | ||
Line 28: | Line 28: | ||
{{Note|Foo|error}} | {{Note|Foo|error}} | ||
{{Note|Foo|gotcha}} | {{Note|Foo|gotcha}} | ||
− | {{Note}} <!--T:4--> Loose test | + | {{Note}} <!--T:4--> Loose test |
* Text {{Note|Foo|inline=1}} | * Text {{Note|Foo|inline=1}} |
Revision as of 04:36, 21 December 2019
{{{1}}}

Usage
{{Note|Foo}} {{Note|Foo|reminder}} {{Note|Foo|error}} {{Note|Foo|gotcha}} {{Note}} <!--T:6--> Loose test * Text {{Note|Foo|inline=1}}
Foo
Foo
Foo
Foo
Note: Loose test
- Text Foo
Show a note in a box (e.g. a top-of-the-page warning).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | no description | Content | required |
Type | 2 | 'reminder', 'error', 'gotcha' or nothing. Will affect formatting. | Line | optional |
Inline formatting | inline | Show the template without line breaks before and after it | Line | optional |