Template:Tip/doc: Difference between revisions

From Atmospheric and Oceanic Science
Jump to navigation Jump to search
m (5 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->


== Usage ==
== Usage ==
Line 7: Line 6:
"params": {
"params": {
"1": {
"1": {
"label": "Tip Text",
"label": {
"en": "Tip text",
"tr": "İpuçu metni"
},
"type": "content",
"type": "content",
"required": true
"required": true,
"description": {
"en": "Informative tip text.",
"tr": "Bilgilendirici ipucu metni."
}
}
}
}
}
}
}
</templatedata>
</templatedata>
== See also ==
* {{tl|Caution}}
* {{tl|Fixtext}}
* {{tl|Note}}
* {{tl|Tip}}
* [[:Category:Image with comment templates]]


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here and interwikis go in Wikidata. -->
<!-- Categories go here and interwikis go in Wikidata. -->
 
[[Category:Templates{{#translation:}}]]
[[Category:Image with comment templates{{#translation:}}]]
}}</includeonly>
}}</includeonly>

Latest revision as of 21:11, 23 June 2021

Template:Mbox[[Category:Template documentation pages{{#translation:}}]][[Category:Template documentation{{#translation:}}]]

Usage

<templatedata> { "params": { "1": { "label": { "en": "Tip text", "tr": "İpuçu metni" }, "type": "content", "required": true, "description": { "en": "Informative tip text.", "tr": "Bilgilendirici ipucu metni." } } } } </templatedata>

See also