« Modèle:Accordéon début » : différence entre les versions
De Documentation
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
| Ligne 44 : | Ligne 44 : | ||
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>). | 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>). | ||
|1 <span style="font-weight:normal">(ou premier paramètre sans nom)</span>, |title, |reason, |header, |heading | |||
: | : Donnera à la boîte réduite un titre, qui apparaît sur la même ligne que le lien d' affichage et qui est toujours visible. Il est par défaut sur "Contenu étendu". | ||
: | : Par exemple, <code><nowiki>{{Accordéon début|title=Ceci est le titre</nowiki></code> ou <code><nowiki>{{Accordéon début|Ceci est le titre</nowiki></code>. Remarque : Le balisage plus court et sans nom ne fonctionnera pas si la valeur du titre contient un caractère égal() (<code>=</code>). | ||
; | ; |warning|yes | ||
: Will display a default warning line under the main title which reads "The following is a closed debate. {{Strong|style=color:red|Please do not modify it. | : Will display a default warning line under the main title which reads "The following is a closed debate. {{Strong|style=color:red|Please do not modify it." | ||
: Any non-empty value supplied to this parameter will have this effect (i.e. | : Any non-empty value supplied to this parameter will have this effect (i.e. |warning|<span style="color:red">no</span> will not work as expected). | ||
; | ; |2 <span style="font-weight:normal">(or second unnamed parameter)</span> | ||
: This is optional warning-line text. It will override the standard warning line above; it is not necessary to also use | : This is optional warning-line text. It will override the standard warning line above; it is not necessary to also use |warning|yes in this case, though doing so is harmless. | ||
; | ; |left|yes | ||
: Will align the title along the left margin (in RTL languages, along the right margin instead). | : 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. | : 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. | : Any non-empty value supplied to this parameter will have this effect (i.e. |left|<span style="color:#8B0000">no</span> will not work as expected). | ||
; | ; |expand|yes | ||
: Will leave the material uncollapsed with the border and coloring. Default is to collapse the material. | : 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. | : Any non-empty value supplied to this parameter will have this effect (i.e. |expand|<span style="color:#8B0000">no</span> will not work as expected). | ||
; | ; |bg | ||
: 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]]. | : 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, <code><nowiki>{{Accordéon début|This is the title text|bg=#008000 | : For example, <code><nowiki>{{Accordéon début|This is the title text|bg=#008000</nowiki></code> or <code><nowiki>{{Accordéon début|This is the title text|bg=green</nowiki></code> (numeric HTML color codes require the leading <code>#</code>). | ||
; | ; |fc | ||
: Sets the font color of the title of the collapsible bar. Defaults to "black". | : Sets the font color of the title of the collapsible bar. Defaults to "black". | ||
: See | : See |bg, above, for details on color options. | ||
; | ; |border | ||
: Sets the width of the border line on the collapsed material. Defaults to <code>1px</code>. | : Sets the width of the border line on the collapsed material. Defaults to <code>1px</code>. | ||
: For example, <code><nowiki>{{Accordéon début|border=2px | : For example, <code><nowiki>{{Accordéon début|border=2px</nowiki></code>; going much thicker than this is not very useful. | ||
; | ; |b-color | ||
: Sets the border color. Defaults to <code>silver</code> (<code>#C0C0C0</code>). | : Sets the border color. Defaults to <code>silver</code> (<code>#C0C0C0</code>). | ||
: See | : See |bg, above, for details on color options. | ||
; | ; |padding | ||
: Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to <code>8px</code>. | : Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to <code>8px</code>. | ||
; | ; |width | ||
: 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. | : 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. |width|50%, or in relative <code>em</code> units, e.g. |width|30em. 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.). | ||
; | ; |border2 | ||
: Sets the properties of the border of the box that appears when template is expanded. Defaults to <code>1px silver</code> (there is no provision to change from a solid line). | : Sets the properties of the border of the box that appears when template is expanded. Defaults to <code>1px silver</code> (there is no provision to change from a solid line). | ||
: For example, <code><nowiki>{{Accordéon début|border2=2px | : For example, <code><nowiki>{{Accordéon début|border2=2px</nowiki></code> (only width or color will be changed if only one value is supplied). | ||
: See | : See |bg, above, for details on color options. | ||
; | ; |bg2 | ||
: Sets the background color of the box that appears when template is expanded; defaults to <code>white</code> (<code>#FFF</code>). | : Sets the background color of the box that appears when template is expanded; defaults to <code>white</code> (<code>#FFF</code>). | ||
: See | : See |bg, above, for details on color options. | ||
; | ; |indent | ||
: Indents the box from the left of the page. Defaults to no indentation. Each <code>:</code> in talk page markup is approximately equivalent to <code>1.6em</code> of indent (e.g., to match <code>::::</code> indentation level, use | : Indents the box from the left of the page. Defaults to no indentation. Each <code>:</code> in talk page markup is approximately equivalent to <code>1.6em</code> of indent (e.g., to match <code>::::</code> indentation level, use |indent|6.4em). You can also use a percentage value. | ||
: Pixel-based values should be avoided (see | : Pixel-based values should be avoided (see |width, above, for the reason). | ||
== Examples == | == Examples == | ||
Version du 8 avril 2022 à 16:55
<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).
|1 (ou premier paramètre sans nom), |title, |reason, |header, |heading
- Donnera à la boîte réduite un titre, qui apparaît sur la même ligne que le lien d' affichage et qui est toujours visible. Il est par défaut sur "Contenu étendu".
- Par exemple,
{{Accordéon début|title=Ceci est le titreou{{Accordéon début|Ceci est le titre. Remarque : Le balisage plus court et sans nom ne fonctionnera pas si la valeur du titre contient un caractère égal() (=). - |warning|yes
- Will display a default warning line under the main title which reads "The following is a closed debate. {{Strong|style=color:red|Please do not modify it."
- Any non-empty value supplied to this parameter will have this effect (i.e. |warning|no will not work as expected).
- |2 (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 |warning|yes in this case, though doing so is harmless.
- |left|yes
- 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. |left|no will not work as expected).
- |expand|yes
- 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. |expand|no will not work as expected).
- |bg
- 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=#008000or{{Accordéon début|This is the title text|bg=green(numeric HTML color codes require the leading#). - |fc
- Sets the font color of the title of the collapsible bar. Defaults to "black".
- See |bg, above, for details on color options.
- |border
- 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. - |b-color
- Sets the border color. Defaults to
silver(#C0C0C0). - See |bg, above, for details on color options.
- |padding
- Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to
8px. - |width
- 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. |width|50%, or in relative
emunits, e.g. |width|30em. 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.). - |border2
- 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 |bg, above, for details on color options.
- |bg2
- Sets the background color of the box that appears when template is expanded; defaults to
white(#FFF). - See |bg, above, for details on color options.
- |indent
- 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 |indent|6.4em). You can also use a percentage value. - Pixel-based values should be avoided (see |width, 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:}}]]