Template:Info: 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:#bee4ff;margin:10px; color: black" cellspacing="2" |- | style="padding:10px" |Image:neron_small.png | style="padding:10px" |{{{1}}} |}</onlyinclude></includeonly> Un template pour afficher des informations dans un encadré bleu. '''Usage''' <pre>{{Info|Texte}}</pre> Paramètre '''néces... » |
imported>PrincessFelicie No edit summary |
||
| (One intermediate revision 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:#bee4ff;margin:10px; color: black" 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:#bee4ff;margin:10px; color: black" cellspacing="2" | ||
|- | |- | ||
| style="padding:10px" |[[Image: | | style="padding:10px" |[[Image:icon-info-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é informations (bleu)." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
{{Info|Exemple.}} | |||
{{Info| | |||
Latest revision as of 22:15, 6 March 2025
Créer un encadré informations (bleu).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Texte | 1 | Texte de l'encadré. | Unknown | required |
| Exemple. |