Template:Note: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
* Text {{Note|Foo (with inline=1)|inline=1}} |
* Text {{Note|Foo (with inline=1)|inline=1}} |
||
</pre> |
</pre> |
||
| − | {{Note|Foo}} |
+ | {{Note|Foo (default)}} |
| − | {{Note|Foo|info}} |
+ | {{Note|Foo ('info')|info}} |
| − | {{Note|Foo|reminder}} |
+ | {{Note|Foo ('reminder')|reminder}} |
| − | {{Note|Foo|warn}} |
+ | {{Note|Foo ('warn')|warn}} |
| − | {{Note|Foo|error}} |
+ | {{Note|Foo ('error')|error}} |
{{Note}} Loose test |
{{Note}} Loose test |
||
| − | * Text {{Note|Foo|inline=1}} |
+ | * Text {{Note|Foo (with inline=1)|inline=1}} |
== Parameters == |
== Parameters == |
||
Revision as of 21:05, 9 February 2025
{{{text}}}
Usage
{{Note|Foo (default)}}
{{Note|Foo ('info')|info}}
{{Note|Foo ('reminder')|reminder}}
{{Note|Foo ('warn')|warn}}
{{Note|Foo ('error')|error}}
{{Note}} Loose test
* Text {{Note|Foo (with inline=1)|inline=1}}
Foo (default)
Foo ('info')
Foo ('reminder')
Foo ('warn')
Foo ('error')
Note: Loose test
- Text
Note:
Parameters
Show a note in a box (e.g. a top-of-the-page warning).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Type | type 2 | One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.
| String | optional |
| Text | text 1 | no description | Content | required |
| Inline formatting | inline | Show the template without line breaks before and after it | Boolean | optional |