Template:Note: Difference between revisions
(Created page with "<onlyinclude>{{#if: {{{1|{{{content|{{{text|{{{demo|<noinclude>demo</noinclude>}}}}}}}}}}}} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch: {{{2|{{{type|}}}}}} |gotcha=error |warning=warn |notice=info |=info |#default={{{2|{{{type|}}}}}} }} {{#ifeq:{{{inline|}}}|1|note-inline}}">{{{1|{{{content|{{{text}}}}}}}}}</div> | File:OOjs UI icon lightbulb-yellow.svg|18px|alt=<translate><!--T:1--> Note</translate>|...") |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|#default={{{2|{{{type|}}}}}} | |#default={{{2|{{{type|}}}}}} | ||
}} {{#ifeq:{{{inline|}}}|1|note-inline}}">{{{1|{{{content|{{{text}}}}}}}}}</div> | }} {{#ifeq:{{{inline|}}}|1|note-inline}}">{{{1|{{{content|{{{text}}}}}}}}}</div> | ||
| [[File: | | [[File:OOjs_UI_icon_alert-warning.png|18px|alt=Note|link=]] }}</onlyinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Note|text=Foo}} | {{Note|text=Foo}} | ||
Line 17: | Line 16: | ||
{{Note|type=warn|text=Foo}} | {{Note|type=warn|text=Foo}} | ||
{{Note|type=error|text=Foo}} | {{Note|type=error|text=Foo}} | ||
{{Note}} | {{Note}} Warning inline | ||
* Text {{Note|inline=1|text=Foo}} | * Text {{Note|inline=1|text=Foo}} | ||
</pre> | </pre> | ||
{{Note|text=Foo}} | {{Note|text=Foo}} | ||
{{Note|type=info|text=Foo}} | {{Note|type=info|text=Foo}} | ||
Line 28: | Line 26: | ||
{{Note|type=warn|text=Foo}} | {{Note|type=warn|text=Foo}} | ||
{{Note|type=error|text=Foo}} | {{Note|type=error|text=Foo}} | ||
{{Note}} | {{Note}} Warning inline | ||
* Text {{Note|inline=1|text=Foo}} | * Text {{Note|inline=1|text=Foo}} | ||
== Parameters == | |||
{{Note/doc}} |
Latest revision as of 18:56, 18 June 2024
{{{text}}}
Usage
{{Note|text=Foo}} {{Note|type=info|text=Foo}} {{Note|type=reminder|text=Foo}} {{Note|type=reminder|text=Multiple<br>lines<br>of<br>text}} {{Note|type=warn|text=Foo}} {{Note|type=error|text=Foo}} {{Note}} Warning inline * Text {{Note|inline=1|text=Foo}}
Foo
Foo
Foo
Multiple
lines
of
text
lines
of
text
Foo
Foo
Warning inline
- Text Foo
Parameters
Show a note in a box (e.g. a top-of-the-page warning).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Inline formatting | inline | Show the template without line breaks before and after it.
| Boolean | optional |
Type | type 2 | One of “info”, “reminder”, “warn”, or “error”. This setting affects the color and icon.
| String | optional |
Text | text 1 content | Informative note. | Content | required |