Template:Tip/doc: Difference between revisions

From Atmospheric and Oceanic Science
Jump to navigation Jump to search
m (5 revisions imported)
 
(One intermediate revision by one other user 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."
}
}
}
}
}
Line 16: Line 22:


== See also ==
== See also ==
*[[Template:Caution]]
* {{tl|Caution}}
*[[Template:Fixtext]]
* {{tl|Fixtext}}
*[[Template:Note]]
* {{tl|Note}}
*[[Template:Tip]]
* {{tl|Tip}}
*[[:Category:Image with comment templates]]
* [[: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:Image with comment templates]]
[[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