Template:Note: Difference between revisions
From Posstack.com Documentation
(Replaced content with "<includeonly>{|class="wikitable" | File:Info-icon.png | {{{1}}} |}</includeonly>") Tag: Replaced |
No edit summary |
||
Line 1: | Line 1: | ||
< | {{Documentation subpage}} | ||
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> | |||
{{TemplateData header|editlinks=1|docpage=Note/doc}} | |||
|}</includeonly> | <templatedata> | ||
{ | |||
"format": "inline", | |||
"description": { | |||
"en": "Show a note in a box (e.g. a top-of-the-page warning).", | |||
"cs": "Zobrazí poznámku v poli (např. upozornění v horní části stránky)", | |||
"tr": "Bir kutuda bir not gösterin (ör. sayfanın üstü uyarısı)." | |||
}, | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"text" | |||
], | |||
"label": { | |||
"en": "Text", | |||
"cs": "Text", | |||
"tr": "Metin" | |||
}, | |||
"description": { | |||
"en": "Informative note.", | |||
"cs": "Informativní poznámka.", | |||
"tr": "Bilgilendirecek not." | |||
}, | |||
"required": true, | |||
"type": "content" | |||
}, | |||
"inline": { | |||
"label": { | |||
"en": "Inline formatting", | |||
"cs": "Inline formátování", | |||
"tr": "Satır içi biçimlendirme" | |||
}, | |||
"description": { | |||
"en": "Show the template without line breaks before and after it.", | |||
"cs": "Zobrazí šablonu bez zalomení řádků před a za ní.", | |||
"tr": "Şablonu, öncesinde ve sonrasında satır kesmeleri olmadan gösterin." | |||
}, | |||
"default": "0", | |||
"autovalue": "1", | |||
"type": "boolean" | |||
}, | |||
"type": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"label": { | |||
"en": "Type", | |||
"cs": "Typ", | |||
"tr": "Tür" | |||
}, | |||
"description": { | |||
"en": "One of “info”, “reminder”, “warn”, or “error”. This setting affects the color and icon.", | |||
"cs": "Jedna z možností “info”, “reminder”, “warn”, or “error” (informace, připomenutí, upozornění nebo chyba). Toto nastavení má vliv na barvu a ikonu.", | |||
"tr": "“info”, “reminder”, “warn” veya “error” değerlerden biri. Bu ayar, rengi ve simgeyi etkiler." | |||
}, | |||
"default": "info", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"inline", | |||
"type", | |||
"1" | |||
] | |||
} | |||
</templatedata> | |||
<includeonly>{{Sandbox other|| | |||
<!-- Categories below this line; interwikis at Wikidata --> | |||
[[Category:Notice templates{{#translation:}}]] | |||
}}</includeonly> |
Revision as of 09:12, 27 July 2023
Template:Documentation subpage Template:TemplateData header
Show a note in a box (e.g. a top-of-the-page warning).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Inline formatting | inline | Show the template without line breaks before and after it.
| Boolean | optional |
Type | type 2 | One of “info”, “reminder”, “warn”, or “error”. This setting affects the color and icon.
| String | optional |
Text | 1 text | Informative note. | Content | required |