سانچہ:Collapse
Extended content |
---|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue, eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas fermentum consequat mi. Donec fermentum. Pellentesque malesuada nulla a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis, neque. Aliquam faucibus, elit ut dictum aliquet, felis nisl adipiscing sapien, sed malesuada diam lacus eget erat. Cras mollis scelerisque nunc. Nullam arcu. Aliquam consequat. Curabitur augue lorem, dapibus quis, laoreet et, pretium ac, nisi. Aenean magna nisl, mollis quis, molestie eu, feugiat in, orci. In hac habitasse platea dictumst. Fusce convallis, mauris imperdiet gravida bibendum, nisl turpis suscipit mauris, sed placerat ipsum urna sed risus. In convallis tellus a mauris. Curabitur non elit ut libero tristique sodales. Mauris a lacus. Donec mattis semper leo. In hac habitasse platea dictumst. Vivamus facilisis diam at odio. Mauris dictum, nisi eget consequat elementum, lacus ligula molestie metus, non feugiat orci magna ac sem. Donec turpis. Donec vitae metus. Morbi tristique neque eu mauris. Quisque gravida ipsum non sapien. Proin turpis lacus, scelerisque vitae, elementum at, lobortis ac, quam. Aliquam dictum eleifend risus. In hac habitasse platea dictumst. Etiam sit amet diam. Suspendisse odio. Suspendisse nunc. In semper bibendum libero. |
This template is used on ۲,۹۰۰+ pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in a user subpage, and consider discussing changes at the talk page before implementing them. |
... lots of text ...
{{Collapse bottom}}.
This template should only be used in accordance with the Wikipedia:refactoring guideline; it should never be used to end a discussion over the objections of other editors, except in cases of unambiguous disruptive editing.
Do not hide content in articles. This violates the WP:Manual of Style#Scrolling lists and collapsible content and WP:Accessibility guidelines.
Usage
[سودھو]{{Collapse}} needs to be substed in order for the time stamp functionality to work properly.
{{Collapse|1=Discussion text to be put into box.|2=Optional custom heading}}
It is definitely safest to use the named|1=
and |2=
parameters, because otherwise any "=" character will break the template.
The bg parameter
[سودھو]The bg parameter is optional. It changes the background color. Use web color values (e.g. #F0F2F5).
- Example
{{Collapse|1=Discussion text to be put into box.|bg=#F0F2F5}} creates:
Extended content |
---|
Discussion text to be put into box.
|
The padding parameter
[سودھو]The padding parameter adjusts the amount of cell padding (defaults to 8px):
{{Collapse|1=Discussion text to be put into box.|padding=20px}} creates the following (expand the box to see the border padding effect):
Extended content |
---|
Discussion text to be put into box.
|
Around header text
[سودھو]When used with a section of text, include the section header in the collapsed portion of text. For example, given:
== Heading == Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
Replace with:
The expand parameter
[سودھو]|expand=yes
to have the box show up in expanded form with a "hide" link, instead of collapsed form with a "show" link. Other options: |expand=
yes, y, expand, expanded, uncollapse, uncollapsed
. Note: |expand=no
will fold the box (default).
The clear parameter
[سودھو]clear: both;
css to apply, with puts the collapse box below any left- or right-floated content within the same HTML block. In this case you case, you can use |clear=none
, |clear=right
, or |clear=left
, as needed.
When content includes tables
[سودھو]{{collapse}}.
If you want to collapse only the table and not other content, you can do this using wikitable parameters. See the Collapsing tables guide for help.
TemplateData
[سودھو]Collapse
Creates a collapsible box that allows its content to be hidden or revealed on user's command. It is used to reduce clutter.
Parameter | تفصیل | Type | حالت | |
---|---|---|---|---|
Contents | 1 | Contents of the box | Content | required |
Title | 2 title heading header | Text of title bar. Defaults to "Extended contents".
| String | suggested |
Expanded by default? | expand | Setting to "yes, y, expand, uncollapse") will cause the box to show its contents by default. Any other value (and omitting this parameter) causes the box to be collapsed by default (its contents hidden).
| String | optional |
Border width | border | Width of the outermost border. Accepts a number (e.g. 2) followed immediately with a CSS-compatible unit of measurement. (e.g. "px") Example: 2px.
| String | optional |
Title bar's color | bg background | Color of the title bar. Can be set any valid CSS color value but please take care that text would remain black.
| String | optional |
Padding | padding | Width of the padding, the empty space between border and the contents. Accepts a number (e.g. 2) followed immediately with a CSS-compatible unit of measurement. (e.g. "px") Example: 2px.
| Unknown | optional |
Outer background | bg1 | Color of the space between the inner and outer border. Can be set to any valid CSS color.
| String | optional |
Outer border color | b-color | Color of the outer border. Can be any valid CSS color.
| String | optional |
Collapse box width. | width | The width of the entire collapsed box.
| String | optional |
Left-align title | left | If set to any value, the title will be left-aligned | String | optional |
Font color | fc | Font color for the title. Also sets the color of the [show]/[hide] link. Can be any valid CSS color | String | optional |
Re-using at other wikis
[سودھو]This template depends upon having rules for the three classes (collapsible, uncollapsed, and collapsed) in the appropriate CSS files, and some related JavaScript installed.
This template transcludes{{lorem ipsum}}, which should also be imported at the same time.
See also
[سودھو]{{collapse top}}
{{collapse bottom}}
{{discussion top}}
{{archive top}}
اُتے دتی گئی دستاویز صفحہ سانچہ:Collapse/دستاویز توں شامل کيتی گئی اے۔ (ترمیم | تاریخچہ) صارفین سانچہ دے تختہ مشق (تخلیق | آئینہ) تے ثابتات (تخلیق) وچ تجربات کرسکدے نيں۔ براہ کرم /دستاویز دے ذیلی صفحہ اُتے گٹھاں شامل فرماؤ۔ اس سانچہ دے ذیلی صفحے۔ |