« Modèle:Note » : différence entre les versions
Aucun résumé des modifications Balise : Révoqué |
Aucun résumé des modifications |
||
(15 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=Note|link=]] '''Note:''' }}<!-- | </div> | ||
--></onlyinclude> | | [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|alt= Note|link=]] '''Note:''' }} | ||
<!-- | |||
--> | |||
== Usage == | </onlyinclude> | ||
== Usage == | |||
<pre> | <pre> | ||
{{Note|Foo}} | {{Note|Foo}} | ||
Ligne 16 : | Ligne 20 : | ||
{{Note|Foo|warn}} | {{Note|Foo|warn}} | ||
{{Note|Foo|error}} | {{Note|Foo|error}} | ||
{{Note}} | {{Note|Foo|quebec}} | ||
{{Note|Foo|france}} | |||
{{Note}} Loose test | |||
* Text {{Note|Foo|inline=1}} | * Text {{Note|Foo|inline=1}} | ||
Ligne 25 : | Ligne 31 : | ||
{{Note|Foo|warn}} | {{Note|Foo|warn}} | ||
{{Note|Foo|error}} | {{Note|Foo|error}} | ||
{{Note}} | {{Note|Foo|quebec}} | ||
{{Note|Foo|france}} | |||
{{Note}} Loose test | |||
* Text {{Note|Foo|inline=1}} | * Text {{Note|Foo|inline=1}} | ||
== Parameters == | == Parameters == | ||
<noinclude> | |||
{{ | <templatedata> | ||
{ | |||
} | "params": { | ||
[[ | "text": { | ||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Texte", | |||
"description": "Le texte contenu", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"type": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"label": "Type de note", | |||
"description": "Type entre “info”, “reminder”, “warn”, “error”, “quebec” ou “france”. Détermine l'icone et la couleur de la note.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"info", | |||
"reminder", | |||
"warn", | |||
"error", | |||
"quebec", | |||
"france" | |||
], | |||
"default": "info" | |||
}, | |||
"inline": { | |||
"label": "Format en ligne", | |||
"description": "Montre le modèle sans coupure de ligne avant ou après", | |||
"type": "boolean", | |||
"default": "0", | |||
"autovalue": "1" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"inline", | |||
"text", | |||
"type" | |||
], | |||
"description": "Un modèle permettant d'ajouter une note de couleur avec une icone." | |||
} | |||
</templatedata> | |||
</noinclude> |
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 |