Template:Attention: 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:#FFE48A; color: black; margin:10px" cellspacing="2" |- | style="padding:10px" |Image:item-sold-out.jpg | style="padding:10px" |{{{1}}} |}</onlyinclude></includeonly> Un template pour afficher des informations nécessaires dans un encadré jaune. '''Usage''' <pre>{{Caution|Texte}}</pre>... » |
imported>PrincessFelicie No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<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:#FFE48A; color: black; margin:10px" cellspacing="2" | <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:#FFE48A; color: black; margin:10px" cellspacing="2" | ||
|- | |- | ||
| style="padding:10px" |[[Image: | | style="padding:10px" |[[Image:icon-att-big.png]] | ||
| style="padding:10px" |{{{1}}} | | style="padding:10px" |{{{1}}} | ||
|}</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 (jaune)." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
{{Attention|Example.}} | |||
Latest revision as of 22:33, 6 March 2025
Créer un encadré avertissement (jaune).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Texte | 1 | Texte de l'encadré. | Unknown | required |
| Example. |