Template:Note/doc: Difference between revisions

From Atmospheric and Oceanic Science
Jump to navigation Jump to search
No edit summary
m (22 revisions imported)
 
(9 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
<templatedata>
== Usage ==
{
<pre>
"params": {
{{note|Foo}}
"inline": {
{{note|Foo|reminder}}
"label": {
{{note|Foo|error}}
"en": "Inline formatting",
{{note|Foo|gotcha}}
"tr": "Satır içi biçimlendirme"
{{note}} Loose test
},
 
"description": {
</pre>
"en": "Show the template without line breaks before and after it.",
{{note|Foo}}
"tr": "Şablonu, öncesinde ve sonrasında satır kesmeleri olmadan gösterin."
{{note|Foo|reminder}}
},
{{note|Foo|error}}
"type": "boolean"
{{note|Foo|gotcha}}
},
 
"text": {
{{note}} Loose test
"aliases": [
 
"1"
 
],
<includeonly>
"label": {
<!-- Categories go here, and interwikis go here -->
"en": "Text",
 
"tr": "Metin"
</includeonly>
},
"type": "content",
"required": true,
"description": {
"en": "Informative note.",
"tr": "Bilgilendirecek not."
}
},
"type": {
"aliases": [
"2"
],
"label": {
"en": "Type",
"tr": "Tür"
},
"description": {
"en": "One of “info”, “reminder”, “warn”, or “error”. This setting affects the color and icon.",
"tr": "“info”, “reminder”, “warn” veya “error” değerlerden biri. Bu ayar, rengi ve simgeyi etkiler."
},
"type": "line",
"default": {
"en": "info",
"tr": "type"
}
}
},
"format": "inline",
"description": {
"en": "Show a note in a box (e.g. a top-of-the-page warning).",
"tr": "Bir kutuda bir not gösterin (ör. sayfanın üstü uyarısı)."
},
"paramOrder": [
"type",
"text",
"inline"
]
}
</templatedata><noinclude>
[[Category:Template documentation{{#translation:}}]]
</noinclude>

Latest revision as of 21:22, 31 March 2021

<templatedata> { "params": { "inline": { "label": { "en": "Inline formatting", "tr": "Satır içi biçimlendirme" }, "description": { "en": "Show the template without line breaks before and after it.", "tr": "Şablonu, öncesinde ve sonrasında satır kesmeleri olmadan gösterin." }, "type": "boolean" }, "text": { "aliases": [ "1" ], "label": { "en": "Text", "tr": "Metin" }, "type": "content", "required": true, "description": { "en": "Informative note.", "tr": "Bilgilendirecek not." } }, "type": { "aliases": [ "2" ], "label": { "en": "Type", "tr": "Tür" }, "description": { "en": "One of “info”, “reminder”, “warn”, or “error”. This setting affects the color and icon.", "tr": "“info”, “reminder”, “warn” veya “error” değerlerden biri. Bu ayar, rengi ve simgeyi etkiler." }, "type": "line", "default": { "en": "info", "tr": "type" } } }, "format": "inline", "description": { "en": "Show a note in a box (e.g. a top-of-the-page warning).", "tr": "Bir kutuda bir not gösterin (ör. sayfanın üstü uyarısı)." }, "paramOrder": [ "type", "text", "inline" ] } </templatedata> [[Category:Template documentation{{#translation:}}]]