Template:Tip: Difference between revisions

From DDraceNetwork
(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-->
<code><nowiki>{{Tip|This text should be considered.}}</nowiki></code>


== Example ==
</translate>
{{Tip|This text should be considered.}}
<pre>
<nowiki>{{Tip|This text should be considered.}}</nowiki>
</pre>
<translate>


== See also ==
== Example == <!--T:3-->


* [[Template:Note]]
</translate>
* [[Template:Tip]]
{{Tip|<translate><!--T:4--> This text should be considered.</translate>}}
* [[Template:Todo]]
<translate>
* [[Template:Warning]]


[[Category:Templates]]
== See also == <!--T:5-->
</noinclude><includeonly><div class="template-box template-box-tip"><strong>Tip:</strong> {{{1|}}}</div></includeonly>
</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 tip text.",
"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 tip.",
"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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

The text to display.

Example
This text should be considered.
Stringrequired