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 - "<!--T:(.*)-->" to "") |
||
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| | + | | [[File:OOjs UI icon lightbulb-20 fc3.svg|18px| Note|link=]] ''' Note:''' }} |
| #default= | | #default= | ||
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:Note|noshift=1}} | {{#invoke:Template translation|renderTranslatedTemplate|template=Template:Note|noshift=1}} | ||
Line 13: | Line 13: | ||
{{documentation|content= | {{documentation|content= | ||
− | == Usage == | + | == Usage == |
<pre> | <pre> | ||
Line 20: | Line 20: | ||
{{Note|Foo|error}} | {{Note|Foo|error}} | ||
{{Note|Foo|gotcha}} | {{Note|Foo|gotcha}} | ||
− | {{Note}} | + | {{Note}} 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}} | + | {{Note}} Loose test |
* Text {{Note|Foo|inline=1}} | * Text {{Note|Foo|inline=1}} |
Revision as of 14:33, 21 December 2019
{{{1}}}

Usage
{{Note|Foo}} {{Note|Foo|reminder}} {{Note|Foo|error}} {{Note|Foo|gotcha}} {{Note}} 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 |