Template:Note/doc: Difference between revisions

From Atmospheric and Oceanic Science
Jump to navigation Jump to search
m (Reverted edits by 193.164.156.12 (talk) to last revision by Legoktm)
m (22 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
== Usage ==
<pre>
{{note|Foo}}
{{note|Foo|reminder}}
{{note|Foo|error}}
{{note|Foo|gotcha}}
{{tip|Foo}}
{{note}} Loose test
{{tip}} Loose test
</pre>
{{note|Foo}}
{{note|Foo|reminder}}
{{note|Foo|error}}
{{note|Foo|gotcha}}
{{tip|Foo}}
{{note}} Loose test
{{tip}} Loose test
<includeonly>
<!-- Categories go here, and interwikis go here -->
{{languages}}
</includeonly>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"1": {
"inline": {
"type": "content"
"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"
},
},
"2": {}
"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ı)."
},
},
"format": "inline"
"paramOrder": [
"type",
"text",
"inline"
]
}
}
</templatedata>
</templatedata><noinclude>
 
[[Category:Template documentation{{#translation:}}]]
== Heading text ==
</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:}}]]