Шаблон:Затвори горе
Проширени садржај |
---|
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. |
Овај шаблон се користи на 220+ страница, тако да ће промене на њему бити широко примећене. Да би се избеге грешке великих размера и беспотребно оптерећивање сервера, молимо да било какве промене тестирате на подстраницама шаблона /песак или /тест, или на сопственој корисничкој подстраници. Размислите и о покретању расправе о променама које намеравате да унесете на страници за разговор пре њиховог примењивања. |
Овај шаблон се користи in MediaWiki:Protect-text. Било какве измене могу да изазову тренутне промене корисничког интерфејса Википедије. Да би се избегле грешке великих размера и беспотребно оптерећивање сервера, молимо да било какве измене тестирате на подстраницама /песак или /тест, или на сопственој корисничкој подстраници. Тестиране измене потом треба да се додају у једној измени у овај шаблон. Размислите и о покретању расправе о изменама које намеравате да унесете на страници за разговор пре њиховог примењивања. |
Collapse Templates | |
---|---|
Basic Collapse | |
{{Collapse top}} | Top |
{{Collapse bottom}} | Bottom |
{{Collapse}} | Both |
Discussion Collapse | |
{{Discussion top}} | Top |
{{Discussion bottom}} | Bottom |
{{Hidden archive top}} | Top |
{{Hidden archive bottom}} | Bottom |
Hidden Collapse | |
{{Hidden begin}} | Top |
{{Hidden end}} | Bottom |
{{Hidden}} | Both |
Collapsible List | |
{{Collapsible list}} | Both |
{{Drop down list}} | Both |
The {{collapse top}}
template (or {{cot}}
), and its paired template {{collapse bottom}}
(or {{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 {{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.
Do not hide content in articles. This violates the WP:Manual of Style#Scrolling lists and collapsible content and WP:Accessibility guidelines.
Usage
[уреди извор]Place {{collapse top}}
(or {{cot}}
), and {{collapse bottom}}
(or {{cob}}
), around the text to be collapsed. For example:
{{collapse top|title=This is the title text}} Sample contents text {{collapse bottom}}
produces:
This is the title text |
---|
Sample contents 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'. For example,
{{collapse top|This is the title text}}
or{{collapse top|title=This is the title text}}
- 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." For example,
{{collapse top|This is the title text|warning=true}}
- positional parameter 2
- This is optional warning-line text. It will override the standard warning line above, and make the 'warning' parameter unnecessary. For example,
{{collapse top|This is the title text|This is a custom warning line}}
- 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,
{{collapse top|This is the title text|left=true}}
- 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,
{{collapse top|This is the title text|expand=true}}
- bg
- Sets the background color of the collapsed material. Defaults to #CFC - a pleasant green. Other colors available from List of colors. For example,
{{collapse top|This is the title text|bg=#F0F2F5}}
- fc
- Sets the font color of the title of the collapsible bar. Defaults to Black. Other colors available from List of colors. For example,
{{collapse top|This is the title text|fc=#F0F2F5}}
- border
- Sets the width of the border line on the collapsed material. defaults to 1px. For example,
{{collapse top|This is the title text|border=2px}}
- b-color
- Sets the border color. defaults to silver. For example,
{{collapse top|This is the title text|b-color=#F0F2F5}}
- padding
- Sets the padding on the collapsed material in the colored area. Defaults to 8px. For example,
{{collapse top|This is the title text|padding=16px}}
- width
- Sets the width of the overall template. Use
|width=50%
, not|Width=50%
as upper case "W" doesn't work. Or|width=200px
(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,
{{collapse top|This is the title text|border2=2px}}
- bg2
- Sets background of the box that appears when template is expanded; defaults to white. For example,
{{collapse top|This is the title text|bg2=#F0F2F5}}
- 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. - clear
- In some situations you may not want the default
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 can use|clear=none
,|clear=right
, or|clear=left
, as needed.
Examples
[уреди извор]- Adding a box title (if omitted, default is 'Extended content') -
{{collapse top|This is the title text}}
This is the title text |
---|
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. |
- Adding a standard warning line -
{{collapse top|This is the title text|warning=true}}
This is the title text |
---|
Ова дебата је затворена. Молимо да је више не мењате. |
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. |
- Adding a custom warning line -
{{collapse top|This is the title text|This is a custom warning line}}
This is the title text |
---|
This is a custom warning line |
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. |
- Aligning box title along left margin -
{{collapse top|left=true}}
Проширени садржај |
---|
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. |
- Changing background color -
{{collapse top|bg=#F0F2F5}}
Проширени садржај |
---|
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. |
- Adding extra padding -
{{collapse top|padding=40px}}
Проширени садржај |
---|
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. |
- Archiving a section: the markup below:
{{collapse top}} ==Section header== Sample contents text {{collapse bottom}}
must be rewritten as:
{{collapse top|Section header}} Sample contents text {{collapse bottom}}
The end result:
Section header |
---|
Sample contents text |
TemplateData
[уреди извор]Redirects
[уреди извор]To Collapse top:
To Collapse bottom:
- {{cob}}
- {{hab}}
- {{hidden archive bottom}}
See also
[уреди извор]- {{collapse}}
- {{collapse top}}
- {{collapse bottom}}
- {{discussion top}} and {{discussion bottom}}
- {{hidden archive top}} and {{hidden archive bottom}}
- {{hidden begin}} and {{hidden end}}
- {{hidden}}
- {{collapsible list}}
TemplateData
[уреди извор]TemplateData за Затвори горе
Use in conjunction with {{Collapse bottom}}. Will collapse text in between the two templates.
Параметар | Опис | Врста | Статус | |
---|---|---|---|---|
Title | 1 title | Main title of collapsed box
| непознат | обавезно |
Custom warning line | 2 | Will override the standard warning line, and make the 'warning' parameter unnecessary
| текст | необавезно |
indent | indent | Indents the box from the left of the page
| непознат | необавезно |
expand | expand | Will leave the material uncollapsed with the border and coloring
| текст | необавезно |
Border width (px) | border | Sets the width of the border line on the collapsed material
| непознат | необавезно |
Border color | b-color | Sets the border color
| непознат | необавезно |
Template width (px or %) | width | Sets the width of the overall template
| непознат | необавезно |
Collapsed material background color | bg | Sets the background color of the collapsed material
| непознат | необавезно |
Alight along the left margin (true or blank) | left | Will align the 'parameter 1 title' along the left margin
| текст | необавезно |
Title font color | fc | Sets the font color of the title of the collapsible bar
| непознат | необавезно |
Warning (true or blank) | warning | Will display a default warning line under the main title which reads "The following is a closed debate. Please do not modify it."
| непознат | необавезно |
Expanded box border size & color | border2 | Sets the border of the box that appears when template is expanded
| непознат | необавезно |
Padding (px) | padding | Sets the padding on the collapsed material in the colored area
| непознат | необавезно |
Expanded box color | bg2 | Sets background of the box that appears when template is expanded
| непознат | необавезно |