« Modèle:Note » : différence entre les versions
mAucun résumé des modifications |
Aucun résumé des modifications |
||
(7 versions intermédiaires par un autre utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
<onlyinclude>{{#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|}}}}}} | <onlyinclude> | ||
{{#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|{{{type|}}}}}} | |#default={{{2|{{{type|}}}}}} | ||
}} {{#ifeq:{{{inline|}}}|1|note-inline}}">{{{1|{{{text}}}}}}</div> | }} {{#ifeq:{{{inline|}}}|1|note-inline}}"><div class="icone"></div>{{{1|{{{text}}}}}} | ||
| [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|alt= | </div> | ||
--></onlyinclude> | | [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|alt= Note|link=]] '''Note:''' }} | ||
<!-- | |||
--> | |||
</onlyinclude> | |||
== Usage == | |||
<pre> | <pre> | ||
Ligne 14 : | Ligne 21 : | ||
{{Note|Foo|error}} | {{Note|Foo|error}} | ||
{{Note|Foo|quebec}} | {{Note|Foo|quebec}} | ||
{{Note}} | {{Note|Foo|france}} | ||
{{Note}} Loose test | |||
* Text {{Note|Foo|inline=1}} | * Text {{Note|Foo|inline=1}} | ||
Ligne 24 : | Ligne 32 : | ||
{{Note|Foo|error}} | {{Note|Foo|error}} | ||
{{Note|Foo|quebec}} | {{Note|Foo|quebec}} | ||
{{Note}} | {{Note|Foo|france}} | ||
{{Note}} Loose test | |||
* Text {{Note|Foo|inline=1}} | * Text {{Note|Foo|inline=1}} | ||
== Parameters == | == Parameters == | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |
Version actuelle datée du 16 octobre 2023 à 16:31
{{{text}}}
Usage
{{Note|Foo}} {{Note|Foo|info}} {{Note|Foo|reminder}} {{Note|Foo|warn}} {{Note|Foo|error}} {{Note|Foo|quebec}} {{Note|Foo|france}} {{Note}} Loose test * Text {{Note|Foo|inline=1}}
Foo
Foo
Foo
Foo
Foo
Foo
Foo
Note:
Loose test
- Text
Foo
Parameters
Un modèle permettant d'ajouter une note de couleur avec une icone.
Paramètre | Description | Type | État | |
---|---|---|---|---|
Format en ligne | inline | Montre le modèle sans coupure de ligne avant ou après
| Booléen | facultatif |
Texte | text 1 | Le texte contenu | Contenu | obligatoire |
Type de note | type 2 | Type entre “info”, “reminder”, “warn”, “error”, “quebec” ou “france”. Détermine l'icone et la couleur de la note.
| Chaîne | facultatif |