Template:Tip: Difference between revisions

From DDraceNetwork
(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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

The tip text.

Example
This should be considered.
Stringrequired