Template:Collapse top/doc: Difference between revisions

m
typo(s) fixed: For example → For example, (13) using AWB (11376)
w:en>SMcCandlish
(guidelines note)
w:en>GoingBatty
m (typo(s) fixed: For example → For example, (13) using AWB (11376))
Line 26: Line 26:
This template takes the following parameters, all of which are optional
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'. For example <code><nowiki>{{cot|This is the title text}}</nowiki></code> or <code><nowiki>{{cot|title=This is the title text}}</nowiki></code>
;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'. For example, <code><nowiki>{{cot|This is the title text}}</nowiki></code> or <code><nowiki>{{cot|title=This is the title text}}</nowiki></code>
;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. {{strongbad|Please do not modify it.}}" For example <code><nowiki>{{cot|This is the title text|warning=true}}</nowiki></code>
;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. {{strongbad|Please do not modify it.}}" For example, <code><nowiki>{{cot|This is the title text|warning=true}}</nowiki></code>
;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. For example <code><nowiki>{{cot|This is the title text|This is a custom warning line}}</nowiki></code>
;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. For example, <code><nowiki>{{cot|This is the title text|This is a custom warning line}}</nowiki></code>
;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. For example <code><nowiki>{{cot|This is the title text|left=true}}</nowiki></code>
;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. For example, <code><nowiki>{{cot|This is the title text|left=true}}</nowiki></code>
;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. For example <code><nowiki>{{cot|This is the title text|expand=true}}</nowiki></code>
;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. For example, <code><nowiki>{{cot|This is the title text|expand=true}}</nowiki></code>
;bg: Sets the background color of the collapsed material. Defaults to #CFC - a pleasant green. Other colors available from [[List of colors]]. For example <code><nowiki>{{cot|This is the title text|bg=#F0F2F5}}</nowiki></code>
;bg: Sets the background color of the collapsed material. Defaults to #CFC - a pleasant green. Other colors available from [[List of colors]]. For example, <code><nowiki>{{cot|This is the title text|bg=#F0F2F5}}</nowiki></code>
;fc: Sets the font color of the title of the collapsible bar. Defaults to Black. Other colors available from [[List of colors]]. For example <code><nowiki>{{cot|This is the title text|fc=#F0F2F5}}</nowiki></code>
;fc: Sets the font color of the title of the collapsible bar. Defaults to Black. Other colors available from [[List of colors]]. For example, <code><nowiki>{{cot|This is the title text|fc=#F0F2F5}}</nowiki></code>
;border: Sets the width of the border line on the collapsed material. defaults to 1px. For example <code><nowiki>{{cot|This is the title text|border=2px}}</nowiki></code>
;border: Sets the width of the border line on the collapsed material. defaults to 1px. For example, <code><nowiki>{{cot|This is the title text|border=2px}}</nowiki></code>
;b-color: Sets the border color. defaults to silver. For example <code><nowiki>{{cot|This is the title text|b-color=#F0F2F5}}</nowiki></code>
;b-color: Sets the border color. defaults to silver. For example, <code><nowiki>{{cot|This is the title text|b-color=#F0F2F5}}</nowiki></code>
;padding: Sets the padding on the collapsed material in the colored area. Defaults to 8px. For example <code><nowiki>{{cot|This is the title text|padding=16px}}</nowiki></code>
;padding: Sets the padding on the collapsed material in the colored area. Defaults to 8px. For example, <code><nowiki>{{cot|This is the title text|padding=16px}}</nowiki></code>
;width: Sets the width of the overall template. Use {{para|width|50%}}, not {{para|Width|50%}} as upper case "W" doesn't work. Or <code>|width=200px</code> (if you omit "px" it doesn't work).
;width: Sets the width of the overall template. Use {{para|width|50%}}, not {{para|Width|50%}} as upper case "W" doesn't work. Or <code>|width=200px</code> (if you omit "px" it doesn't work).
;border2: Sets 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 <code><nowiki>{{cot|This is the title text|border2=2px}}</nowiki></code>
;border2: Sets 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, <code><nowiki>{{cot|This is the title text|border2=2px}}</nowiki></code>
;bg2: Sets background of the box that appears when template is expanded; defaults to white. For example <code><nowiki>{{cot|This is the title text|bg2=#F0F2F5}}</nowiki></code>
;bg2: Sets background of the box that appears when template is expanded; defaults to white. For example, <code><nowiki>{{cot|This is the title text|bg2=#F0F2F5}}</nowiki></code>
;indent: indents the box from the left of the page. Use: {{para|indent|50px}} not {{para|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.
;indent: indents the box from the left of the page. Use: {{para|indent|50px}} not {{para|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. For example <code><nowiki>{{cot|Section header}}</nowiki></code>
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. For example, <code><nowiki>{{cot|Section header}}</nowiki></code>


== Examples ==
== Examples ==
Line 81: Line 81:
Sample contents text
Sample contents text
{{cob}}
{{cob}}
== Redirects ==
== Redirects ==
To Collapse top:
To Collapse top:
Anonymous user