Modèle:Accordéon début

De Documentation
Aller à la navigationAller à la recherche

<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 titre ou {{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=#008000 or {{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 em 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 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 to 1.6em of 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

Modèle:Lorem ipsum

  • 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.

Modèle:Lorem ipsum

  • 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

Modèle:Lorem ipsum

  • Aligning box title along left margin – {{Accordéon début|left=true}}
Extended content

Modèle:Lorem ipsum

  • Changing background color – {{Accordéon début|bg=#F0F2F5}}
Extended content

Modèle:Lorem ipsum

  • Adding extra padding – {{Accordéon début|padding=5em}}
Extended content

Modèle:Lorem ipsum

  • 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

Modèle:Accordéon début/doc

See also

[[Category:Formatting templates{{#translation:}}]]