Template:Collapse bottom
Jump to navigation
Jump to search
|}
The {{Collapse top}}
template and its paired template {{Collapse bottom}}
are used for placing a collapse box around a complex wikimarkup such as tables.
Usage
Place {{Collapse top}}
and {{Collapse bottom}}
around the text to be collapsed. For example:
{{Collapse top|title=This is the title text}} {{lorem ipsum}} {{Collapse bottom}}
produces:
ExpandThis is the title text |
---|
Parameters
This template takes the following parameters, all of which are optional
- positional parameter 1, named parameter 'title'
- These parameters give the main title of collapsed box, which occurs on the same line as the show link and is always visible. It defaults to 'Extended content'.
- warning
- If this parameter evaluates to true (i.e. is not empty) it will display a default warning line under the main title which reads "The following is a closed debate. Template:Strongbad"
- positional parameter 2
- This is optional warning-line text. It will override the standard warning line above, and obviate the need for setting the 'warning' parameter.
- left
- If this parameter evaluates to true (i.e. is not empty) it will align the 'parameter 1 title' along the left margin. Text aligns centered between the left margin and the left bracket of the left show link by default.
- expand
- If this parameter evaluates to true (i.e. is not empty) it will leave the material uncollapsed with the border and coloring. Default is to collapse the material.
- bg
- Sets the background color of the collapsed material. Defaults to #ccccff. Other colors available from List of colors.
- fc
- Sets the font color of the title of the collapsible bar. Defaults to Black. Other colors available from List of colors.
- border
- Sets the width of the border line on the collapsed material. defaults to 1px.
- b-color
- Sets the border color. defaults to silver.
- padding
- Sets the padding on the collapsed material in the colored area. defaults to 8px
- width
- Sets the width of the overall template. Use
|width=50%
, notWidth=50%
(Upper case "W" doesn't work) or|width=200
(omits "px" and doesn't work). - border2
- Sets the border of the box that appears when template is expanded; defaults to "1px silver" (no provision to change from a solid line)
- bg2
- Sets background of the box that appears when template is expanded; defaults to white.
- indent
- indents the box from the left of the page. Use:
|indent=50px
not|Indent=50px
(Upper case "I" doesn't work). Defaults to "do not indent" (i.e. 0px). Each ":" in wiki-markup is approximately equivalent to 25px indent.
If an entire section is being closed, remove the section header and add it as the first parameter of the template. This keeps the section header from showing in the TOC.
Examples
- aligning title along left margin - {{Collapse top|left=true}}
ExpandExtended content |
---|
- changing background color - {{Collapse top|bg=#ccffcc}}
ExpandExtended content |
---|
- adding extra padding - {{Collapse top|padding=40px}}
ExpandExtended content |
---|
- adding a warning line - {{Collapse top|default warning|warning=1}}, {{Collapse top|custom warning|this is a custom warning line}}
Expanddefault warning |
---|
Expandcustom warning |
---|
- archiving a section
{{Collapse top}} ==section header== text {{Collapse bottom}}
rewritten as
{{cot|section header}} text {{Collapse bottom}}
Expandsection header |
---|
See also
- {{collapse top}}
The above documentation is transcluded from Template:Collapse top/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |