Template:Attention: Difference between revisions

From eMushpedia
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:item-sold-out.jpg]]
| style="padding:10px" |[[Image:icon-att-big.png]]
| style="padding:10px" |{{{1}}}
| style="padding:10px" |{{{1}}}
|}</onlyinclude></includeonly>
|}</onlyinclude></includeonly>


Un template pour afficher des informations nécessaires dans un encadré jaune.
[[Category:Templates]]
<noinclude>
<templatedata>
{
"params": {
"1": {
"label": "Texte",
"description": "Texte de l'encadré.",
"required": true
}
},
"description": "Créer un encadré avertissement (jaune)."
}
</templatedata>
</noinclude>


'''Usage'''
{{Attention|Example.}}
<pre>{{Caution|Texte}}</pre>
 
Paramètre '''nécessaire''' ''Texte'': Le texte à afficher.
 
'''Demo:'''
<pre>{{Caution|Ceci est un encadré d'informations.}}</pre>
 
{{Caution|Ceci est un encadré d'informations.}}
 
[[Category:Useful Templates]]

Latest revision as of 22:33, 6 March 2025


Créer un encadré avertissement (jaune).

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Texte1

Texte de l'encadré.

Unknownrequired


Example.