İçeriğe atla

Şablon:Daraltılabilir liste: Revizyonlar arasındaki fark

Vikipedi, özgür ansiklopedi
[kontrol edilmiş revizyon][kontrol edilmiş revizyon]
İçerik silindi İçerik eklendi
Nanahuatl (mesaj | katkılar)
k Rapsar, Şablon:Collapsible list sayfasını Şablon:Daraltılabilir liste sayfasına taşıdı: tartışma sayfasında belirtildiği gibi Türkçe karşılığı
CosmosAway (mesaj | katkılar)
k Türkçe desteği eklendi, şablon geliştirildi.
1. satır: 1. satır:
<div class="NavFrame {{#if:{{{expand|}}}||collapsed}}" style="{{#if:{{{frame_style|}}}{{{framestyle|}}} |{{{frame_style|}}}{{{framestyle|}}} |border:none;padding:0;}}">
<div class="NavFrame {{#if:{{{expand|}}}||collapsed}}" style="{{#if:{{{frame_style|}}}{{{framestyle|}}} |{{{frame_style|}}}{{{framestyle|}}} |border:none;padding:0;}}">
<div class="NavHead" style="font-size:105%; {{#if:{{{title_style|}}}{{{titlestyle|}}} |{{{title_style|}}}{{{titlestyle|}}} |background:transparent;" align="left}}"><!--
<div class="NavHead" style="font-size:105%; {{#if:{{{title_style|}}}{{{titlestyle|}}} |{{{title_style|}}}{{{titlestyle|}}} |background:transparent;" align="left}}"><!--
-->{{#if:{{{title|}}} |{{{title|}}} |Liste}}<!--
-->{{#if:{{{title|{{{başlık|}}}}}} |{{{title|{{{başlık|}}}}}} |Daraltılmış liste}}<!--
--></div>
--></div>
<ul class="NavContent {{#if:{{{hlist|}}}|hlist}}" style="{{#if:{{{bullets|}}}||list-style: none none; margin-left: 0;}} {{#if:{{{list_style|}}}{{{liststyle|}}} |{{{list_style|}}}{{{liststyle|}}} |text-align:left;}} font-size:105%; margin-top: 0; margin-bottom: 0; line-height: inherit"><!--
<ul class="NavContent {{#if:{{{hlist|}}}|hlist}}" style="{{#if:{{{bullets|}}}||list-style: none none; margin-left: 0;}} {{#if:{{{list_style|}}}{{{liststyle|}}} |{{{list_style|}}}{{{liststyle|}}} |text-align:left;}} font-size:105%; margin-top: 0; margin-bottom: 0; line-height: inherit"><!--

Sayfanın 15.48, 15 Aralık 2016 tarihindeki hâli

Şablon belgelemesi[gör] [değiştir] [geçmiş] [temizle]
Aşağıdaki şablon belgelemesi Şablon:Daraltılabilir liste/belge sayfasının görüntüsüdür. [değiştir]


Syntax

{{Collapsible list
|title       = 
|frame_style = <!-- (optional) -->
|title_style = <!-- (optional) -->
|list_style  = <!-- (optional) -->
|1           = First item of list
|2           = Second item of list
|3           = Third item of list
|...
}}

Syntax for an always collapsed list

{{Collapsible list
|title       = 
|frame_style = <!-- (blank) -->
|title_style = <!-- (optional) -->
|list_style  = text-align:left;display:none; 
|1           = First item of list
|2           = Second item of list
|3           = Third item of list
|...
}}


Syntax for an always collapsed list without borders (for use within an infobox)

{{Collapsible list
|title       = 
|frame_style = border:none; padding: 0;
|title_style = <!-- (optional) -->
|list_style  = text-align:left;display:none; 
|1           = First item of list
|2           = Second item of list
|3           = Third item of list
|...
}}


Examples

{{Collapsible list |title=[[European Free Trade Association]] Members |[[İzlanda]] |[[Liechtenstein]] |[[Norveç]] |[[İsviçre]]}}

Example of a list that's always collapsed

{{Collapsible list 
|title=[[Great Lakes]] States 
|frame_style=border:1px solid #aaa; padding: 1;
|list_style  = text-align:left;display:none; <!--NOTICE: list_style makes the list stay collapsed-->
|1=[[Michigan]] 
|2=[[Ohio]] 
|3=[[Indiana]] 
|4=[[Illinois]]
|5= [[Minnesota]]<!-- <!-- the #= is optional, but if used, then all entries must have it-->-->
|6= [[Wisconsin]]
|7= [[Pensilvanya]]
|8= [[New York]]
}}

Example of a list that's always collapsed and without borders because it's within an infobox

In these examples, the fields leader_name2 and leader_name3 have been changed to use collapsible list.

{{Infobox City
|official_name          = City of Hamilton
...Truncated for display reasons... 

|leader_title           = [[Mayor]]
|leader_name            = [[Fred Eisenberger]]
|leader_title1          = [[City Council]]
|leader_name1           = [[Hamilton City Council]]


|leader_title2          = [[Member of Parliament (Canada)|MPs]]
|leader_name2           = {{Collapsible list
|title       = List of MPs
|frame_style=border:none; padding: 0; <!--NOTICE: This will hide the borders and make rows closer (padding)-->
|title_style = 
|list_style  = text-align:left;display:none; <!-- NOTICE: This will always collapse the list-->
|1=[[Dean Allison]] 
|2=[[Chris Charlton]] 
|3=[[David Christopherson]]
|4=[[Wayne Marston]]
|5=[[David Sweet]]
}}
|leader_title3          = [[Member of Provincial Parliament|MPPs]]

|leader_name3           = {{Collapsible list
|title       = List of MPPs
|frame_style=border:none; padding: 0; <!--NOTICE: This will hide the borders and make rows closer (padding)-->
|title_style = 
|list_style  = text-align:left;display:none;
|1=[[Marie Bountrogianni]] 
|2=[[Andrea Horwath]] 
|3=[[Judy Marsales]]
|4=[[Ted McMeekin]]
|5=[[Jennifer Mossop]]
}}

|established_title      = [[Municipal corporation|Incorporated]]
|established_date       = [[June 9]] [[1846]]<ref name=1846est>Provincial Statutes of Canada 1846 9° vict. pg 981 Chapter ...}} 

Şablon:Infobox City