« Modèle:Warning/doc » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 3 : | Ligne 3 : | ||
== Utilisation == | == Utilisation == | ||
<code><nowiki>{{ | <code><nowiki>{{Warning|Attention}}</nowiki></code> | ||
:génèrera : | :génèrera : | ||
{{ | {{Warning|Attention}} | ||
<code><nowiki>{{Warning|titre=Attention|Texte}}</nowiki></code> | |||
:génèrera : | |||
{{Warning|titre=Attention|Texte}} | |||
== Paramètres == | == Paramètres == |
Dernière version du 2 avril 2015 à 02:31
Ceci est la page de documentation de Modèle:Warning. Cette sous-page contient les instructions, les catégories de son modèle d'origine et elle n'est pas destinée à être visualisée directement. |
Utilisation
{{Warning|Attention}}
- génèrera :
Attention |
{{Warning|titre=Attention|Texte}}
- génèrera :
Attention Texte |
Paramètres
Paramètre | Description | Type | État | |
---|---|---|---|---|
Texte | text 1 | Texte de l'encart | Chaîne | obligatoire |
Titre | titre | Titre de l'encart | Chaîne | facultatif |
Image | image | Image de l'encart | Chaîne | facultatif |
Alignement | align | Alignement du texte
| Chaîne | facultatif |
Paramètre | Valeur |
---|---|
text | {{{text|{{{1}}}}}} |
titre | {{{titre|}}} |
type | content |
image | {{#if:{{{image|}}}| [[Image:{{{image|}}}|40px]] }} |
textstyle | {{{align|text-align: left;}}} |