Template:Collapse top
Genişletilmiş içerik |
---|
Aşağıdaki içerik, daha iyi kullanılabilirlik için daraltılmış bir kutuya yerleştirilmiştir.
|
{{Collapse top}} şablonu ve onun eşleştirilmiş şablonu {{Collapse bottom}}, bir tartışma sayfası tartışmasının etrafına bir daraltma kutusu yerleştirmek için kullanılır.
Kullanım
Daraltılacak metnin çevresine {{Collapse top}} ve {{Collapse bottom}} koyun. Örneğin:
{{Collapse top|title=This is the title text}}
Sample contents text
{{Collapse bottom}}
şunu üretir:
This is the title text |
---|
Sample contents text |
{{Collapse bottom}} her zaman kendi satırına yerleştirilmelidir.
Parametreler
Bu şablon, tümü isteğe bağlı olan aşağıdaki parametreleri alır.
Büyük/küçük harfe duyarlıdırlar.
CSS ölçümleri yapanlar, bunları CSS formatında gerektirir (ör. 1 em
değil 1em
).
|1=
(veya ilk adsız parametre),|title=
,|reason=
,|header=
,|heading=
- Daraltılmış kutuya, göster bağlantısıyla aynı satırda yer alan ve her zaman görünür olan bir başlık verir. Varsayılan olarak "Genişletilmiş içerik" olur.
- Örneğin,
{{Collapse top|title=This is the title text}}
veya{{Collapse top|This is the title text}}
. Not: Başlık değeri eşittir (=
) karakteri içeriyorsa, daha kısa, adsız işaretleme çalışmaz. |warning=yes
- Ana başlığın altında "Aşağıdakiler kapalı bir tartışmadır. Lütfen değiştirmeyin." yazan varsayılan bir uyarı satırı görüntüler.
- Bu parametreye sağlanan boş olmayan herhangi bir değer bu etkiye sahip olacaktır (yani,
|warning=
beklendiği gibi çalışmayacaktır). |2=
(veya ikinci adsız parametre)- Bu isteğe bağlı uyarı satırı metnidir. Yukarıdaki standart uyarı satırını geçersiz kılar; Bu durumda
|warning=yes
kullanmak da gerekli değildir, ancak bunu yapmak zararsızdır. |left=yes
- Başlığı sol kenar boşluğu boyunca hizalar (sağdan sola dillerinde bunun yerine sağ kenar boşluğu boyunca).
- Varsayılan olarak, metin, özellikle yeşil kutunun sol kenarı ile "göster" bağlantısının sol kenarı arasında ortalanır.
- Bu parametreye sağlanan boş olmayan herhangi bir değer bu etkiye sahip olacaktır (yani,
|left=
beklendiği gibi çalışmayacaktır). |expand=yes
- Materyal kenarlık ve renklendirme ile daratılmamış hâlde bırakacaktır. Varsayılan, materyayı daraltmaktır.
- Bu parametreye sağlanan boş olmayan herhangi bir değer bu etkiye sahip olacaktır (yani,
|expand=
beklendiği gibi çalışmayacaktır). |bg=
- Daraltılabilir çubuğun başlığının arka plan rengini ayarlar. Beyazımsı bir renk olan "#F8FCFF" varsayılandır. Adlandırılmış renkler Renkler listesindedir.
- For example,
{{Collapse top|This is the title text|bg=#008000}}
or{{Collapse top|This is the title text|bg=green}}
(numeric HTML color codes require the leading#
). |fc=
- Sets the font color of the title of the collapsible bar. Varsayılan değer "black".
- See
|bg=
, above, for details on color options. |border=
- Sets the width of the border line on the collapsed material. Defaults to
1px
. - For example,
{{Collapse top|border=2px}}
; going much thicker than this is not very useful. |b-color=
- Kenar rengini ayarla. Defaults to
silver
(#C0C0C0
). - See
|bg=
, above, for details on color options. |padding=
- Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to
8px
. |width=
- Sets the width of the overall template relative to the page (or a block element containing the collapse box). This should virtually always be given as a percentage, e.g.
|width=50%
, or in relativeem
units, e.g.|width=30em
. Pixel-based values should be avoided, as they are effectively meaningless – the result will be different depending on each user's browser and local CSS settings (which browser and operating system it is, zoom level, font sizes, etc.). |border2=
- Sets the properties of 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|border2=2px}}
(only width or color will be changed if only one value is supplied). - See
|bg=
, above, for details on color options. |bg2=
- Sets the background color of the box that appears when template is expanded; defaults to
white
(#FFF
). - See
|bg=
, above, for details on color options. |indent=
- Indents the box from the left of the page. Defaults to no indentation. Each
:
in talk page markup is approximately equivalent to1.6em
of indent (e.g., to match::::
indentation level, use|indent=6.4em
). You can also use a percentage value. - Pixel-based values should be avoided (see
|width=
, above, for the reason).
Örnekler
- 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 adipisicing 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 |
---|
Aşağıdakiler kapalı bir tartışmadır. Lütfen değiştirmeyin. |
Lorem ipsum dolor sit amet, consectetur adipisicing 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 adipisicing 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}}
Genişletilmiş içerik |
---|
Lorem ipsum dolor sit amet, consectetur adipisicing 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}}
Genişletilmiş içerik |
---|
Lorem ipsum dolor sit amet, consectetur adipisicing 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=5em}}
Genişletilmiş içerik |
---|
Lorem ipsum dolor sit amet, consectetur adipisicing 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
Bu, Görsel Düzenleyici ve diğer araçlar tarafından kullanılan bu şablon için TemplateData belgesidir.
Collapse top
Use in conjunction with {{Collapse bottom}}. Will collapse text in between the two templates.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | 1 title heading header reason result | Main title of collapsed box
| Unknown | required |
Custom warning line | 2 | Will override the standard warning line, and make the 'warning' parameter unnecessary
| String | optional |
indent | indent | Indents the box from the left of the page
| Unknown | optional |
expand | expand collapse | Using expand=yes or collapse=no will leave the material uncollapsed with the border and coloring
| String | optional |
Border width (px) | border | Sets the width of the border line on the collapsed material
| Unknown | optional |
Border color | b-color | Sets the border color
| Unknown | optional |
Template width (px or %) | width | Sets the width of the overall template
| Unknown | optional |
Collapsed material background color | bg | Sets the background color of the collapsed material
| Unknown | optional |
Alight along the left margin (true or blank) | left | Will align the 'parameter 1 title' along the left margin
| String | optional |
Title font color | fc | Sets the font color of the title of the collapsible bar
| Unknown | optional |
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."
| Unknown | optional |
Expanded box border size & color | border2 | Sets the border of the box that appears when template is expanded
| Unknown | optional |
Padding (px) | padding | Sets the padding on the collapsed material in the colored area
| Unknown | optional |
Expanded box color | bg2 | Sets background of the box that appears when template is expanded
| Unknown | optional |
Ayrıca bakınız
- {{Collapse bottom }}
- {{Hidden archive top }} ve {{Hidden archive bottom }}
- {{Hidden begin }} ve {{Hidden end }}
- {{Hidden }}}