Template:Collapse top/doc: Difference between revisions
Jump to navigation
Jump to search
added examples and clean-up
w:en>Frietjes (first draft of a warning concerning use in articles (feel free to revise)) |
w:en>Mrjulesd (added examples and clean-up) |
||
Line 6: | Line 6: | ||
{{Template shortcut|Cot|Cob|Cb}} | {{Template shortcut|Cot|Cob|Cb}} | ||
The {{tlx|collapse top}} template ( | The {{tlx|collapse top}} template (or {{tlx|cot}}), and its paired template {{tlx|collapse bottom}} (or {{tlx|cob}}), are used for placing a collapse box around a talk page discussion, especially when the content contains complex wikimarkup such as tables. For very simple content, the one-piece template {{tlx|collapse}} can be used instead. | ||
These templates should only be used in accordance with the [[Wikipedia:Refactoring]] guideline; they should never be used to end a discussion over the objections of other editors, except in cases of unambiguous disruptive editing. | These templates should only be used in accordance with the [[Wikipedia:Refactoring]] guideline; they should never be used to end a discussion over the objections of other editors, except in cases of unambiguous disruptive editing. | ||
== Usage == | == Usage == | ||
Place {{tlx|collapse top}} and {{tlx|collapse bottom}} around the text to be collapsed. For example: | Place {{tlx|collapse top}} (or {{tlx|cot}}), and {{tlx|collapse bottom}} (or {{tlx|cob}}), around the text to be collapsed. For example: | ||
<pre>{{ | <pre>{{collapse top|title=This is the title text}} | ||
Sample contents text | |||
{{ | {{collapse bottom}}</pre> | ||
produces: | produces: | ||
{{ | {{collapse top|title=This is the title text}} | ||
Sample contents text | |||
{{ | {{collapse bottom}} | ||
== Parameters == | == Parameters == | ||
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'. | ;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.}}" | ;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. | ;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. | ;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. | ;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 # | ;bg: Sets the background color of the collapsed material. Defaults to #000CFC - 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]]. | ;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. | ;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|border2=2px}}</nowiki></code> | ||
;b-color: Sets the border color. defaults to silver. | ;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. | ;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%}} | ;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" (no provision to change from a solid line) | ;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|border=2px}}</nowiki></code> | ||
;bg2: Sets background of the box that appears when template is expanded; defaults to white. | ;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}} ( | ;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. | 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 == | ||
* | *Adding a box title (if omitted, default is 'Extended content') - <code><nowiki>{{cot|This is the title text}}</nowiki></code> | ||
{{cot| | {{cot|This is the title text}} | ||
{{lorem ipsum}} | |||
{{cob}} | |||
*Adding a standard warning line - <code><nowiki>{{cot|This is the title text|warning=true}}</nowiki></code> | |||
{{cot|This is the title text|warning=true}} | |||
{{lorem ipsum}} | |||
{{cob}} | {{cob}} | ||
* | *Adding a custom warning line - <code><nowiki>{{cot|This is the title text|This is a custom warning line}}</nowiki></code> | ||
{{cot| | {{cot|This is the title text|This is a custom warning line}} | ||
{{lorem ipsum}} | {{lorem ipsum}} | ||
{{cob}} | {{cob}} | ||
* | *Aligning box title along left margin - <code><nowiki>{{collapse top|left=true}} or {{cot|left=true}}</nowiki></code> | ||
{{cot| | {{cot|left=true}} | ||
{{lorem ipsum}} | {{lorem ipsum}} | ||
{{cob}} | {{cob}} | ||
* | *Changing background color - <code><nowiki>{{collapse top|bg=#F0F2F5}} or {{cot|bg=#F0F2F5}}</nowiki></code> | ||
{{cot| | {{cot|bg=#F0F2F5}} | ||
{{lorem ipsum}} | {{lorem ipsum}} | ||
{{cob}} | {{cob}} | ||
{{cot| | *Adding extra padding - <code><nowiki>{{cot|padding=40px}}</nowiki></code> | ||
{{cot|padding=40px}} | |||
{{lorem ipsum}} | {{lorem ipsum}} | ||
{{cob}} | {{cob}} | ||
* | *Archiving a section: the markup below: | ||
<pre>{{cot}} | <pre>{{cot}} | ||
== | ==Section header== | ||
text | Sample contents text | ||
{{cob}}</pre> | {{cob}}</pre> | ||
rewritten as | must be rewritten as: | ||
<pre>{{cot| | <pre>{{cot|Section header}} | ||
text | Sample contents text | ||
{{cob}}</pre> | {{cob}}</pre> | ||
{{cot| | The end result: | ||
text | {{cot|Section header}} | ||
Sample contents text | |||
{{cob}} | {{cob}} | ||
== Redirects == | == Redirects == | ||
To Collapse top: | To Collapse top: |