Template:Tip: Difference between revisions
Add template category and link to similar templates |
mNo edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<languages/> | |||
<translate> | |||
<!--T:1--> | |||
A "Tip" box used to share helpful hints. | A "Tip" box used to share helpful hints. | ||
== Usage == | == Usage == <!--T:2--> | ||
< | |||
</translate> | |||
{{Tip|This text should be considered.}} | <pre> | ||
<nowiki>{{Tip|This text should be considered.}}</nowiki> | |||
</pre> | |||
<translate> | |||
== | == Example == <!--T:3--> | ||
</translate> | |||
{{Tip|<translate><!--T:4--> This text should be considered.</translate>}} | |||
<translate> | |||
[[Category: | == See also == <!--T:5--> | ||
</noinclude><includeonly><div class="template-box template-box-tip">< | </translate> | ||
{{Template:NotifyBoxesList}} | |||
[[Category:Templates{{#translation:}}]] | |||
</noinclude><includeonly><div class="template-box template-box-tip"><translate><!--T:6--> '''Tip:'''</translate> {{{1}}}</div></includeonly><noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Text", | |||
"description": "The text to display.", | |||
"example": "This text should be considered.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "A \"Tip\" box used to share helpful hints.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 23:29, 3 March 2023
A "Tip" box used to share helpful hints.
Usage
{{Tip|This text should be considered.}}
Example
Tip: This text should be considered.
See also
A "Tip" box used to share helpful hints.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | The text to display.
| String | required |