Template:Tip/doc
From Gentoo Wiki
Jump to:navigation
Jump to:search
Note
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages. As this template is widely used in our wiki, it may be protected in which case only staff members can change it. Use the discussion page to propose enhancements or fixes, or to voice your opinion.
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages. As this template is widely used in our wiki, it may be protected in which case only staff members can change it. Use the discussion page to propose enhancements or fixes, or to voice your opinion.
Displays additional tip information which may be useful as a note to the reader.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Tip content | 1 | Add tip details to display as content. | Content | required |
Format type | type | Set to a value of 'inline' or 'block'. Adjusts the content to be in an inline (useful for lists) or block (line breaking) level element.
| String | optional |
Usage
See the template's testcases:
No parameter | |
---|---|
Wiki code | {{Tip}}
|
Main version | Tip
{{{1}}} |
Sandbox version | Tip
{{{1}}}
|
Parameter: unnamed | |
---|---|
Wiki code | {{Tip|Some urgent information.}}
|
Main version | Tip
Some urgent information. |
Sandbox version | Tip
Some urgent information.
|
Parameter: unnamed 1, unnamed 2 | |
---|---|
Wiki code | {{Tip|Some urgent information in 1st parameter.|Some info in 2nd parameter}}
|
Main version | Tip
Some urgent information in 1st parameter. |
Sandbox version | Tip
Some urgent information in 1st parameter.
|
Parameter: unnamed, type=block | |
---|---|
Wiki code | {{Tip|Some urgent information.|type=block}}
|
Main version | Tip
Some urgent information. |
Sandbox version | Tip
Some urgent information.
|
Parameter: unnamed, type=inline | |
---|---|
Wiki code | {{Tip|Some urgent information.|type=inline}}
|
Main version | Tip: Some urgent information. |
Sandbox version | Tip: Some urgent information.
|
Parameter: unnamed 1, unnamed 2, type=inline | |
---|---|
Wiki code | {{Tip|Some urgent information in 1st parameter.|Some info in 2nd parameter|type=inline}}
|
Main version | Tip: Some urgent information in 1st parameter. |
Sandbox version | Tip: Some urgent information in 1st parameter.
|