|
|
Line 3: |
Line 3: |
| <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> | | <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> |
| </noinclude> | | </noinclude> |
− |
| |
− | The <nowiki>{{collapse top}}</nowiki> template and its paired template <nowiki>{{collapse bottom}}</nowiki> are used for placing a collapse box around text on a page, especially when the content contains complex wikimarkup such as tables.
| |
− |
| |
− | Place <nowiki>{{Collapse top}}</nowiki> and <nowiki>{{Collapse bottom}}</nowiki> around the text to be collapsed. For example:
| |
− | <blockquote><nowiki>{{Collapse top|title=This is the title text}}</nowiki>
| |
− | <br>Text you want to hide
| |
− | <br><nowiki>{{Collapse bottom}}</nowiki></blockquote>
| |
− | Produces:
| |
− | {{Collapse top|title=This is the title text}}
| |
− | Text you want to hide
| |
− | {{Collapse bottom}}
| |
− |
| |
− |
| |
− | ==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. Please do not modify it."
| |
− | '''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.
| |
− | ''''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 #F0F2F5 - a white color. Other colors available from [http://en.wikipedia.org/wiki/List_of_colors 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%, not |Width=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" (ie, 0px). Each ":" in wiki-markup is approximately equivalent to 25px indent.
| |