« Modèle:Note/en » : différence entre les versions
test0>FuzzyBot (Updating to match new version of source page) |
test0>FuzzyBot (Updating to match new version of source page) |
||
Ligne 2 : | Ligne 2 : | ||
<onlyinclude>{{#switch: | <onlyinclude>{{#switch: | ||
| = | | = | ||
{{#if: {{#if:{{{1|}}}|{{{1}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch:{{{2|}}} | {{#if: {{#if:{{{1|{{{text|}}}}}}|{{{1|{{{text|}}}}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch: {{{2|{{{type|}}}}}} | ||
|gotcha=error | |gotcha=error | ||
|=info | |=info | ||
|#default={{{2|}}} | |#default={{{2|{{{type|}}}}}} | ||
}} {{#if:{{{inline|}}}|note-inline}}">{{{1}}}</div> | }} {{#if:{{{inline|}}}|note-inline}}">{{{1|{{{text}}}}}}</div> | ||
| [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|Note|link=]] '''Note:''' }} | | [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|Note|link=]] '''Note:''' }} | ||
| #default= | | #default= | ||
Ligne 36 : | Ligne 36 : | ||
{ | { | ||
"params": { | "params": { | ||
"1": | "inline": { | ||
"label": "Inline formatting", | |||
"description": "Show the template without line breaks before and after it", | |||
"type": "line" | |||
}, | |||
"text": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Text", | |||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "type": { | ||
"aliases": [ | |||
"2" | |||
], | |||
"label": "Type", | "label": "Type", | ||
"description": "One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.", | "description": "One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.", | ||
"type": "line", | "type": "line", | ||
"default": "info" | "default": "info" | ||
} | } | ||
}, | }, | ||
"format": "inline", | "format": "inline", | ||
"description": "Show a note in a box (e.g. a top-of-the-page warning)." | "description": "Show a note in a box (e.g. a top-of-the-page warning).", | ||
"paramOrder": [ | |||
"text", | |||
"type", | |||
"inline" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
}} | }} | ||
[[Category:Templates{{#translation:}}|{{PAGENAME}}]] | [[Category:Templates{{#translation:}}|{{PAGENAME}}]] |
Version du 5 août 2020 à 21:34
<languages/> {{#switch: | =
{{#if: {{#if:||{{#if:demo|demo|}} }} | <templatestyles src="Note/styles.css" />
| Note: }}
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:Note|noshift=1}}
}} {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}{{#if:== Usage ==
{{Note|Foo}} {{Note|Foo|info}} {{Note|Foo|reminder}} {{Note|Foo|warn}} {{Note|Foo|error}} {{Note}} Loose test * Text {{Note|Foo|inline=1}}
{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} | <templatestyles src="Note/styles.css" />
| <translate> Note:</translate> }}
{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} | <templatestyles src="Note/styles.css" />
| <translate> Note:</translate> }}
{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} | <templatestyles src="Note/styles.css" />
| <translate> Note:</translate> }}
{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} | <templatestyles src="Note/styles.css" />
| <translate> Note:</translate> }}
{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} | <templatestyles src="Note/styles.css" />
| <translate> Note:</translate> }}
{{#if: {{#if:||{{#if:|demo|}} }} | <templatestyles src="Note/styles.css" />
| <translate> Note:</translate> }} Loose test
- Text {{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} | <templatestyles src="Note/styles.css" />Foo
| <translate> Note:</translate> }}
Parameters
<templatedata> { "params": { "inline": { "label": "Inline formatting", "description": "Show the template without line breaks before and after it", "type": "line" }, "text": { "aliases": [ "1" ], "label": "Text", "type": "content", "required": true }, "type": { "aliases": [ "2" ], "label": "Type", "description": "One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.", "type": "line", "default": "info" } }, "format": "inline", "description": "Show a note in a box (e.g. a top-of-the-page warning).", "paramOrder": [ "text", "type", "inline" ] } </templatedata>| [[Category:Template documentation pages{{#translation:}}]] }} [[Category:Templates{{#translation:}}|Note/en]]