Template:Tip: Difference between revisions
metadata |
mNo edit summary |
||
(4 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:Templates]] | == See also == <!--T:5--> | ||
</noinclude><includeonly><div class="template-box template-box-tip">< | </translate> | ||
<noinclude> | {{Template:NotifyBoxesList}} | ||
[[Category:Templates{{#translation:}}]] | |||
</noinclude><includeonly><div class="template-box template-box-tip"><translate><!--T:6--> '''Tip:'''</translate> {{{1}}}</div></includeonly><noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 23: | Line 30: | ||
"1": { | "1": { | ||
"label": "Text", | "label": "Text", | ||
"description": "The | "description": "The text to display.", | ||
"example": "This should be considered.", | "example": "This text should be considered.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"description": "A | "description": "A \"Tip\" box used to share helpful hints.", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </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 |