Template:Avertissement: Difference between revisions
Jump to navigation
Jump to search
imported>PrincessFelicie Page créée avec « <includeonly><onlyinclude>{| style="min-width:300px; max-width:800px;width:auto;border-style:solid; border-width:0px; border-color:red; border-radius:10px; background-color:#EDB9B9; color: black; margin:10px" cellspacing="2" |- | style="padding:10px" |Image:image-danger.png | style="padding:10px" |{{{1}}} |}</onlyinclude></includeonly> Un template pour afficher des informations importantes dans un encadré rouge. '''Usage''' <pre>{{Warning|Texte}}</pre> Pa... » |
imported>PrincessFelicie No edit summary |
||
| Line 5: | Line 5: | ||
|}</onlyinclude></includeonly> | |}</onlyinclude></includeonly> | ||
[[Category:Templates]] | |||
<noinclude> | |||
< | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "Texte", | |||
"description": "Texte de l'encadré.", | |||
"required": true | |||
} | |||
}, | |||
"description": "Créer un encadré avertissement (rouge)." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
{{Avertissement|Exemple.}} | |||
{{ | |||
Revision as of 14:07, 24 February 2025
Créer un encadré avertissement (rouge).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Texte | 1 | Texte de l'encadré. | Unknown | required |
| Exemple. |