Template:Collapse top
More actions
Extended content |
---|
{{#if:|{{{2}}}|The following is a closed debate. Template:Strong}} |
The following content has been placed in a collapsed box for improved usability.
|
The {{Collapse top}}
template, and its paired template {{Collapse bottom}}
, are used for placing a collapse box around a talk page discussion.
Usage
Place {{Collapse top}}
and {{Collapse bottom}}
around the text to be collapsed.
For example:
<syntaxhighlight lang="wikitext">
This is the title text |
---|
{{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} |
Sample contents text |
</syntaxhighlight>
produces:
This is the title text |
---|
{{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} |
Sample contents text |
{{Collapse bottom}}
should always be placed on its own line.
Parameters
This template takes the following parameters, all of which are optional.
They are case-sensitive.
Those that take CSS measurements require them in CSS format (e.g. 1em
not 1 em
).
- Template:Para (or first unnamed parameter), Template:Para, Template:Para, Template:Para, Template: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,
{{Collapse top|title=This is the title text}}
or{{Collapse top|This is the title text}}
. Note: The shorter, unnamed markup will not work if the title value contain an equals (=
) character. - Template:Para
- Will display a default warning line under the main title which reads "The following is a closed debate. Template:Strong"
- Any non-empty value supplied to this parameter will have this effect (i.e. Template:Para will not work as expected).
- Template: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 Template:Para in this case, though doing so is harmless.
- Template: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. Template:Para will not work as expected).
- Template: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. Template:Para will not work as expected).
- Template: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,
{{Collapse top|This is the title text|bg=#008000}}
or{{Collapse top|This is the title text|bg=green}}
(numeric HTML color codes require the leading#
). - Template:Para
- Sets the font color of the title of the collapsible bar. Defaults to "black".
- See Template:Para, above, for details on color options.
- Template:Para
- Sets the width of the border line on the collapsed material. Defaults to
1px
. - For example,
{{Collapse top|border=2px}}
; going much thicker than this is not very useful. - Template:Para
- Sets the border color. Defaults to
silver
(#C0C0C0
). - See Template:Para, above, for details on color options.
- Template:Para
- Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to
8px
. - Template: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. Template:Para, or in relative
em
units, e.g. Template: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.). - Template: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,
{{Collapse top|border2=2px}}
(only width or color will be changed if only one value is supplied). - See Template:Para, above, for details on color options.
- Template:Para
- Sets the background color of the box that appears when template is expanded; defaults to
white
(#FFF
). - See Template:Para, above, for details on color options.
- Template:Para
- Indents the box from the left of the page. Defaults to no indentation. Each
:
in talk page markup is approximately equivalent to1.6em
of indent (e.g., to match::::
indentation level, use Template:Para). You can also use a percentage value. - Pixel-based values should be avoided (see Template:Para, above, for the reason).
Examples
- Adding a box title (if omitted, default is "Extended content") – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Adding a standard warning line – <syntaxhighlight lang="wikitext" inline>{{#if:true | }}
This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if:true | }}This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Adding a custom warning line – <syntaxhighlight lang="wikitext" inline>{{#if:This is a custom warning line | }}
This is the title text {{#if:This is a custom warning line|This is a custom warning line|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if:This is a custom warning line | }}This is the title text {{#if:This is a custom warning line|This is a custom warning line|<translate> The following is a closed debate.</translate> Template:Strong}} - Aligning box title along left margin – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Changing background color – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Adding extra padding – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Archiving a section – The markup below:
{{#if: | }}</syntaxhighlight><translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Section header
Sample contents text
must be rewritten as:
<syntaxhighlight lang="wikitext">{{#if: | }}</syntaxhighlight>Section header {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Sample contents text
The end result:
{{#if: | }}Section header {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Sample contents text
TemplateData
See also
- {{Collapse bottom}}
- {{Hidden archive top}} Template:Int {{Hidden archive bottom}}
- {{Hidden begin}} Template:Int {{Hidden end}}
- {{Hidden}}}
{{Collapse top}}
template, and its paired template{{Collapse bottom}}
, are used for placing a collapse box around a talk page discussion.Usage
Place
{{Collapse top}}
and{{Collapse bottom}}
around the text to be collapsed. For example:<syntaxhighlight lang="wikitext">
{{#if: | }}This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Sample contents text
</syntaxhighlight>
produces:
{{#if: | }}This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Sample contents text
{{Collapse bottom}}
should always be placed on its own line.Parameters
This template takes the following parameters, all of which are optional. They are case-sensitive. Those that take CSS measurements require them in CSS format (e.g.
1em
not1 em
).- Template:Para (or first unnamed parameter), Template:Para, Template:Para, Template:Para, Template: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,
{{Collapse top|title=This is the title text}}
or{{Collapse top|This is the title text}}
. Note: The shorter, unnamed markup will not work if the title value contain an equals (=
) character. - Template:Para
- Will display a default warning line under the main title which reads "The following is a closed debate. Template:Strong"
- Any non-empty value supplied to this parameter will have this effect (i.e. Template:Para will not work as expected).
- Template: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 Template:Para in this case, though doing so is harmless.
- Template: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. Template:Para will not work as expected).
- Template: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. Template:Para will not work as expected).
- Template: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,
{{Collapse top|This is the title text|bg=#008000}}
or{{Collapse top|This is the title text|bg=green}}
(numeric HTML color codes require the leading#
). - Template:Para
- Sets the font color of the title of the collapsible bar. Defaults to "black".
- See Template:Para, above, for details on color options.
- Template:Para
- Sets the width of the border line on the collapsed material. Defaults to
1px
. - For example,
{{Collapse top|border=2px}}
; going much thicker than this is not very useful. - Template:Para
- Sets the border color. Defaults to
silver
(#C0C0C0
). - See Template:Para, above, for details on color options.
- Template:Para
- Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to
8px
. - Template: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. Template:Para, or in relative
em
units, e.g. Template: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.). - Template: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,
{{Collapse top|border2=2px}}
(only width or color will be changed if only one value is supplied). - See Template:Para, above, for details on color options.
- Template:Para
- Sets the background color of the box that appears when template is expanded; defaults to
white
(#FFF
). - See Template:Para, above, for details on color options.
- Template:Para
- Indents the box from the left of the page. Defaults to no indentation. Each
:
in talk page markup is approximately equivalent to1.6em
of indent (e.g., to match::::
indentation level, use Template:Para). You can also use a percentage value. - Pixel-based values should be avoided (see Template:Para, above, for the reason).
Examples
- Adding a box title (if omitted, default is "Extended content") – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Adding a standard warning line – <syntaxhighlight lang="wikitext" inline>{{#if:true | }}
This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if:true | }}This is the title text {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Adding a custom warning line – <syntaxhighlight lang="wikitext" inline>{{#if:This is a custom warning line | }}
This is the title text {{#if:This is a custom warning line|This is a custom warning line|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if:This is a custom warning line | }}This is the title text {{#if:This is a custom warning line|This is a custom warning line|<translate> The following is a closed debate.</translate> Template:Strong}} - Aligning box title along left margin – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Changing background color – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Adding extra padding – <syntaxhighlight lang="wikitext" inline>{{#if: | }}
<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} </syntaxhighlight> {{#if: | }}<translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} - Archiving a section – The markup below:
{{#if: | }}</syntaxhighlight><translate> Extended content</translate> {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Section header
Sample contents text
must be rewritten as:
<syntaxhighlight lang="wikitext">{{#if: | }}</syntaxhighlight>Section header {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Sample contents text
The end result:
{{#if: | }}Section header {{#if:|{{{2}}}|<translate> The following is a closed debate.</translate> Template:Strong}} Sample contents text
TemplateData
See also
- {{Collapse bottom}}
- {{Hidden archive top}} Template:Int {{Hidden archive bottom}}
- {{Hidden begin}} Template:Int {{Hidden end}}
- {{Hidden}}}|
}}
- Adding extra padding – <syntaxhighlight lang="wikitext" inline>
- Changing background color – <syntaxhighlight lang="wikitext" inline>
- Aligning box title along left margin – <syntaxhighlight lang="wikitext" inline>
- Adding a custom warning line – <syntaxhighlight lang="wikitext" inline>
- Adding a standard warning line – <syntaxhighlight lang="wikitext" inline>
- Adding extra padding – <syntaxhighlight lang="wikitext" inline>
- Changing background color – <syntaxhighlight lang="wikitext" inline>
- Aligning box title along left margin – <syntaxhighlight lang="wikitext" inline>
- Adding a custom warning line – <syntaxhighlight lang="wikitext" inline>
- Adding a standard warning line – <syntaxhighlight lang="wikitext" inline>