Template:Tip
Appearance
{{{text}}}
Usage
[edit]{{Tip|text=Foo}}
{{Tip|type=info|text=Foo}}
{{Tip|type=reminder|text=Foo}}
{{Tip|type=reminder|text=Multiple<br>lines<br>of<br>text}}
{{Tip|type=warn|text=Foo}}
{{Tip|type=error|text=Foo}}
{{Tip}} Loose test
* Text {{Tip|inline=1|text=Foo}}
Foo
Foo
Foo
Multiple
lines
of
text
lines
of
text
Foo
Foo
Tip: Loose test
- Text Foo
Parameters
[edit]Adds a framed tip/notice/warning with an icon .
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Content | content text 1 | Text to display as a tip. | Content | required |
| Type | type 2 | Kind of tip importance. That changes the background color and the icon.
| String | suggested |
| Inline | inline | Whether to allow some text to be displayed on the same line.
| Boolean | optional |