« Modèle:Accordéon début » : différence entre les versions
De Documentation
Aller à la navigationAller à la recherche
Page créée avec « <noinclude> <languages/> </noinclude><!-- --><div style="display:{{{display|block}}};margin-{{dir|{{pagelang}}|right|left}}:{{{indent|0}}};{{{extrastyle|}}}"><!-- NOTE: wi… » |
Aucun résumé des modifications |
||
| Ligne 15 : | Ligne 15 : | ||
--><tr><td style="font-size:{{{font-size|112%}}};background:{{{bg2|white}}};border:solid {{{border2|1px silver}}};padding:{{{padding|8px}}}"><!-- | --><tr><td style="font-size:{{{font-size|112%}}};background:{{{bg2|white}}};border:solid {{{border2|1px silver}}};padding:{{{padding|8px}}}"><!-- | ||
--><noinclude> | --><noinclude> | ||
<div style="width:100%;text-align:center">'' | <div style="width:100%;text-align:center">''Exemple de contenu''</div> | ||
{{Accordéon fin}} | {{Accordéon fin}} | ||
Le modèle '''Accordéon début''' et son modèle associé '''Accordéon fin''', sont utilisés pour placer une boîte de réduction autour d'un texte. | |||
== Usage == | == Usage == | ||
Placez { { Accordéon début } } et { { Accordéon fin } } autour du texte à réduire. | |||
Par exemple: | |||
<syntaxhighlight lang="html5"> | <syntaxhighlight lang="html5"> | ||
{{Accordéon début|title= | {{Accordéon début|title=Ceci est le texte du titre}} | ||
Exemple de texte de contenu | |||
{{Accordéon fin}} | {{Accordéon fin}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
produit: | |||
{{Accordéon début|title= | {{Accordéon début|title=Ceci est le texte du titre}} | ||
Exemple de texte de contenu | |||
{{Accordéon fin}} | {{Accordéon fin}} | ||
{{ | { { Accordéon fin } } doit toujours être placé sur sa propre ligne. | ||
== | == Paramètres == | ||
Ce modèle prend les paramètres suivants, qui sont tous facultatifs. | |||
Ils sont sensibles à la casse. | |||
Ceux qui prennent des mesures CSS les exigent au format CSS (par exemple <code style="color: #006400">1em</code> et non <code style="color:#8B0000">1 em</code>). | |||
; {{Para|1}} <span style="font-weight:normal">(or first unnamed parameter)</span>, {{Para|title}}, {{Para|reason}}, {{Para|header}}, {{Para|heading}} | ; {{Para|1}} <span style="font-weight:normal">(or first unnamed parameter)</span>, {{Para|title}}, {{Para|reason}}, {{Para|header}}, {{Para|heading}} | ||
| Ligne 151 : | Ligne 152 : | ||
[[Category:Formatting templates{{#translation:}}]] | [[Category:Formatting templates{{#translation:}}]] | ||
</noinclude> | </noinclude> | ||
Version du 8 avril 2022 à 16:46
<languages/>
| Extended content |
|---|
|
Exemple de contenu
|
Le modèle Accordéon début et son modèle associé Accordéon fin, sont utilisés pour placer une boîte de réduction autour d'un texte.
Usage
Placez { { Accordéon début } } et { { Accordéon fin } } autour du texte à réduire.
Par exemple:
{{Accordéon début|title=Ceci est le texte du titre}}
Exemple de texte de contenu
{{Accordéon fin}}produit:
| Ceci est le texte du titre |
|---|
|
Exemple de texte de contenu |
{ { Accordéon fin } } doit toujours être placé sur sa propre ligne.
Paramètres
Ce modèle prend les paramètres suivants, qui sont tous facultatifs.
Ils sont sensibles à la casse.
Ceux qui prennent des mesures CSS les exigent au format CSS (par exemple 1em et non 1 em).
- Modèle:Para (or first unnamed parameter), Modèle:Para, Modèle:Para, Modèle:Para, Modèle:Para
- Will give the collapsed box a title, which occurs on the same line as the show link and is always visible. It defaults to "Extended content".
- For example,
{{Accordéon début|title=This is the title text}}or{{Accordéon début|This is the title text}}. Note: The shorter, unnamed markup will not work if the title value contain an equals (=) character. - Modèle:Para
- Will display a default warning line under the main title which reads "The following is a closed debate. Please do not modify it."
- Any non-empty value supplied to this parameter will have this effect (i.e. Modèle:Para will not work as expected).
- Modèle:Para (or second unnamed parameter)
- This is optional warning-line text. It will override the standard warning line above; it is not necessary to also use Modèle:Para in this case, though doing so is harmless.
- Modèle:Para
- Will align the title along the left margin (in RTL languages, along the right margin instead).
- By default, text is centered, specifically between the left edge of the green box and the left edge of the "show" link.
- Any non-empty value supplied to this parameter will have this effect (i.e. Modèle:Para will not work as expected).
- Modèle:Para
- Will leave the material uncollapsed with the border and coloring. Default is to collapse the material.
- Any non-empty value supplied to this parameter will have this effect (i.e. Modèle:Para will not work as expected).
- Modèle:Para
- Sets the background color of the title of the collapsible bar. Defaults to "#F8FCFF", a whitish color. Named colors are listed at List of colors.
- For example,
{{Accordéon début|This is the title text|bg=#008000}}or{{Accordéon début|This is the title text|bg=green}}(numeric HTML color codes require the leading#). - Modèle:Para
- Sets the font color of the title of the collapsible bar. Defaults to "black".
- See Modèle:Para, above, for details on color options.
- Modèle:Para
- Sets the width of the border line on the collapsed material. Defaults to
1px. - For example,
{{Accordéon début|border=2px}}; going much thicker than this is not very useful. - Modèle:Para
- Sets the border color. Defaults to
silver(#C0C0C0). - See Modèle:Para, above, for details on color options.
- Modèle:Para
- Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to
8px. - Modèle:Para
- Sets the width of the overall template relative to the page (or a block element containing the collapse box). This should virtually always be given as a percentage, e.g. Modèle:Para, or in relative
emunits, e.g. Modèle:Para. Pixel-based values should be avoided, as they are effectively meaningless – the result will be different depending on each user's browser and local CSS settings (which browser and operating system it is, zoom level, font sizes, etc.). - Modèle:Para
- Sets the properties of the border of the box that appears when template is expanded. Defaults to
1px silver(there is no provision to change from a solid line). - For example,
{{Accordéon début|border2=2px}}(only width or color will be changed if only one value is supplied). - See Modèle:Para, above, for details on color options.
- Modèle:Para
- Sets the background color of the box that appears when template is expanded; defaults to
white(#FFF). - See Modèle:Para, above, for details on color options.
- Modèle:Para
- Indents the box from the left of the page. Defaults to no indentation. Each
:in talk page markup is approximately equivalent to1.6emof indent (e.g., to match::::indentation level, use Modèle:Para). You can also use a percentage value. - Pixel-based values should be avoided (see Modèle:Para, above, for the reason).
Examples
- Adding a box title (if omitted, default is "Extended content") –
{{Accordéon début|This is the title text}}
| This is the title text |
|---|
- Adding a standard warning line –
{{Accordéon début|This is the title text|warning=true}}
| This is the title text |
|---|
| The following is a closed debate. Please do not modify it. |
- Adding a custom warning line –
{{Accordéon début|This is the title text|This is a custom warning line}}
| This is the title text |
|---|
| This is a custom warning line |
- Aligning box title along left margin –
{{Accordéon début|left=true}}
| Extended content |
|---|
- Changing background color –
{{Accordéon début|bg=#F0F2F5}}
| Extended content |
|---|
- Adding extra padding –
{{Accordéon début|padding=5em}}
| Extended content |
|---|
- Archiving a section – The markup below:
{{Accordéon début}}
== Section header ==
Sample contents text
{{Accordéon fin}}must be rewritten as:
{{Accordéon début|Section header}}
Sample contents text
{{Accordéon fin}}The end result:
| Section header |
|---|
|
Sample contents text |
TemplateData
See also
[[Category:Formatting templates{{#translation:}}]]