Difference between revisions of "Template:Note"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 36: | Line 36: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
− | + | "params": { | |
− | + | "1": { | |
− | + | "type": "content", | |
− | + | "label": "Text", | |
− | + | "required": true | |
− | + | }, | |
− | + | "2": { | |
− | + | "label": "Type", | |
− | + | "description": "One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.", | |
− | + | "type": "line", | |
− | + | "default": "info" | |
− | + | }, | |
− | + | "inline": { | |
− | + | "label": "Inline formatting", | |
− | + | "description": "Show the template without line breaks before and after it", | |
− | + | "type": "line" | |
− | + | } | |
− | + | }, | |
− | + | "format": "inline", | |
− | + | "description": "Show a note in a box (e.g. a top-of-the-page warning)." | |
} | } | ||
</templatedata> | </templatedata> | ||
}} | }} | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] |
Revision as of 08:05, 30 July 2020
{{{1}}}
Template documentation
Usage
{{Note|Foo}} {{Note|Foo|info}} {{Note|Foo|reminder}} {{Note|Foo|warn}} {{Note|Foo|error}} {{Note}} <!--T:6--> Loose test * Text {{Note|Foo|inline=1}}
Foo
Foo
Foo
Foo
Foo
Note: Loose test
- Text Foo
Parameters
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 | One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.
| Line | optional |
Inline formatting | inline | Show the template without line breaks before and after it | Line | optional |