Template:Tip: Difference between revisions
add todo |
metadata |
||
Line 17: | Line 17: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly><div class="template-box template-box-tip"><strong>Tip:</strong> {{{1|}}}</div></includeonly> | </noinclude><includeonly><div class="template-box template-box-tip"><strong>Tip:</strong> {{{1|}}}</div></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Text", | |||
"description": "The tip text.", | |||
"example": "This should be considered.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "A tip.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 09:01, 11 February 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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | The tip text.
| String | required |