Şablon:Navbox with columns
|
A navigation box that presents its content in columns. Originally intended to provide a relatively straightforward means to align links prefixed by flag icons, e.g. in templates offering links to country articles.
Basic syntax
diiştirOnly required parameters and colwidth included.
{{Navbox with columns |name = {{subst:PAGENAME}} |title = |titleclass = |bodyclass = |colwidth = <!--(to set a default width for each column, preferably in a proportional unit such as 'em'*)--> |col1 = |col2 = }}
Parameters
diiştirSetup parameters
diiştir- name[1]
- The name of the template. The name of this template, for example, is "Navbox with columns".
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> for more information.
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> for more information.
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude>, a columns of another {{Navbox with columns}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude>, or a section of {{Navbox with collapsible groups}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude>. See {{Navbox}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> for more information and examples.
Basic data parameters
diiştir- title[1]
- The title of the template, displayed centered in the titlebar at the top of the template.
- above[1]
- Text or other elements to appear above the columns.
- image[1]
- Image to the right of all of the columns.
- imageleft[1]
- Image to the left of all of the columns.
- below[1]
- Text or other elements to appear below the columns.
Style parameters
diiştir- style[1]
- CSS style/s to apply to the template's body (i.e. including space not used by columns)
- basestyle[1]
- CSS style/s to apply to the title, above, and below, parameters, all at the same time.
- imagestyle[1]
- CSS style/s to apply to the image parameter.
- imageleftstyle[1]
- CSS style/s to apply to the imageleft parameter
- colstyle
- CSS style/s to apply across all columns; if used, usually
background:color
per titlestyle above.
- oddcolstyle
- evencolstyle
- CSS style/s to apply to all odd/even-numbered columns, respectively.
- colnstyle
- CSS style/s to apply to the nth column only.
- colheaderstyle
- CSS style/s to apply to all column headers.
- colnheaderstyle
- CSS style/s to apply to the nth column header.
- colnfooterstyle
- CSS style/s to apply to the nth column footer cell.
Columns parameters
diiştir- colwidth
- Width, preferably in a proportional unit such as 'em', or as a percentage, used for each column whose width not specified by colNwidth below. Defaults to 10em. Examples:
colwidth = 15em
colwidth = 25%
- fullwidth
- If set to anything, then the total width of the columns are scaled linearly to make the sum of the widths 100%. A rather advanced parameter, this usually need not be used and should be left blank. If a colheader or colfooter is used, then fullwidth is used automatically. Example:
fullwidth = true
- padding
- Padding before first column, preferably in a proportional unit. Defaults to 5em. Padding is disabled by setting it to 0 (or 0em, or 0%).
- colnwidth
- The nth column's width (overrides colwidth above).
- coln
- The content of the nth column. If any columns are used, then
col1
is required. There can be a maximum of 20 columns.
- colnheader
- A header cell for the nth column that appears above the column. See below for examples.
- colnfooter
- A footer cell that appears below the nth column.
- colnheadercolspan
- A number specifying how many columns the nth column header should span. It defaults to 1. If it is greater than one, then do not specify column headers that it covers. For example, if
col1headercolspan = 3
, then leavecol2header
andcol3header
blank.
- colnfootercolspan
- A number specifying how many columns the nth column footer should span. It defaults to 1. If it is greater than one, then do not specify column footers that it covers. For example, if
col1footercolspan = 3
, then leavecol2footer
andcol3footer
blank.
Additional groups/lists
diiştirYou may wish to add a few extra groups and/or lists below the columns. The following parameters are given to provide such functionality. See {{Navbox}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> for a more complete description of how they work, and for more examples.
- groupn[1]
- Allows up to 6 additional groups to go along with the lists below the columns.
- listn[1]
- Allows up to 6 additional lists below the columns.
- groupstyle[1]
- The general CSS style/s for the groups.
- listnstyle
- CSS style/s for the nth list parameter.
- listpadding[1]
- Amount of padding to have in each list cell.
- oddstyle
- evenstyle
- Applies to odd/even list numbers. Overrules styles defined by liststyle. The default behavior is to add striped colors (white and gray) to odd/even rows, respectively, in order to improve readability. These should not be changed except in extraordinary circumstances.
- evenodd
[swap, even, odd, off]
- See {{Navbox}}
- evenodd
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> for description.
Microformats
diiştir- bodyclass
- This parameter is inserted into the "class" attribute for the infobox as a whole.
- titleclass
- This parameter is inserted into the "class" attribute for the infobox's title caption.
This template supports the addition of microformat information. This is done by adding "class" attributes to various data cells, indicating what kind of information is contained within. To flag a navbox as containing hCard information about a person, for example, add the following parameter:
|bodyclass = vcard
and
|titleclass = fn
or (for example):
|title = The books of <span class="fn">[[Iain Banks]]</span>
...and so forth.
See Wikipedia:WikiProject Microformats for more information on adding microformat information to Wikipedia, and microformat for more information on microformats in general.
Examples
diiştirBasic example
diiştir{{Navbox with columns |name = East Asia Summit (EAS) |title = Member states of the [[East Asia Summit|East Asia Summit (EAS)]] |width = 18.25em |padding = 10em |above = ''This is where the {{{above}}} would appear.'' |col1 = {{AUS}}<br> {{BRU}}<br> {{flag|CHN|name=PR China}}<br> {{CAM}} |col2 = {{IND}}<br> {{IDN}}<br> {{JPN}}<br> {{LAO}} |col3 = {{MAS}}<br> {{MMR}}<br> {{NZL}}<br> {{PHI}} |col4width = 17em |col4 = {{SIN}}<br> {{KOR}}<br> {{THA}}<br> {{VIE}} |below = '''Potential future members'''{{spaces|6}}{{TLS}}{{spaces|3}}{{RUS}} }}
|
Example with percentage widths
diiştir{{Navbox with columns | name = Plastics | title = [[Plastic]]s | colwidth = 33% | colstyle = text-align: center | col1 = [[Polyethylene]] (PE)<br> [[Polyethylene terephthalate]] (PET or PETE)<br> [[Polyvinyl chloride]] (PVC)<br> [[Polyvinylidene chloride]] (PVDC)<br> [[Polylactic acid]] (PLA) | col2 = [[Polypropylene]] (PP)<br> [[Polyamide]] (PA)<br> [[Polycarbonate]] (PC)<br> [[Polytetrafluoroethylene]] (PTFE)<br> [[Polyurethane]] (PU) | col3 = [[Polystyrene]] (PS)<br> [[Polyester]]<br> [[Acrylonitrile butadiene styrene]] (ABS)<br> [[Acrylic glass|Polymethyl methacrylate]] (PMMA)<br> [[Polyoxymethylene]] (POM) }}
|
Example with colnheader and colnfooter
diiştirThe gray background for the columns is added for illustration only.
|
Example with colnheader using colnheadercolspan
diiştirThe gray background for the columns is added for illustration only. This example shows the colnheadercolspan parameter being used, but you may also use colnfootercolspan to adjust the span of the footer cells.
|
Example to illustrate most fields
diiştirThe gray background and centered text for the columns is for illustration only. The columns default to an off-white background and left text alignment. This example shows how you can use up to six additional groups/lists after the columns.
|
Using child navboxes
diiştirAll three types of navbox templates, namely {{Navbox}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude>, {{Navbox with columns}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude>, and {{Navbox with collapsible groups}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude>, can be nested inside of one another using the border
parameter (which is common to all three). For complex templates, it may be necessary to use nesting to achieve a desired look.
Nesting Navbox with columns in itself
diiştirThis example shows how one can nest multiple {{Navbox with columns}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> templates to get the right look. Edit this page to see the code. There is a main {{Navbox with columns}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> and two additional {{Navbox with columns}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> templates, with the "child" option set (see code).
|
Nesting other Navbox forms
diiştirThis example shows {{Navbox}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude>, {{Navbox with collapsible groups}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> and {{Navbox with columns}}
Şablon döngüsü algılandı: Şablon:Documentation
</noinclude> all working together. Edit this page to see the code. Note that each of the child navboxes has the first parameter set to child
.
Footnote
diiştir- ↑ 1,00 1,01 1,02 1,03 1,04 1,05 1,06 1,07 1,08 1,09 1,10 1,11 1,12 1,13 1,14 1,15 1,16 1,17 1,18 1,19 1,20 1,21 Parameters marked with a footnote [1] are parameters in common with the sister templates {{Navbox}}
Navbox suite Şablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlA navigation box that presents its content in columns. Originally intended to provide a relatively straightforward means to align links prefixed by flag icons, e.g. in templates offering links to country articles.
Basic syntax
diiştirOnly required parameters and colwidth included.
{{Navbox with columns |name = {{subst:PAGENAME}} |title = |titleclass = |bodyclass = |colwidth = <!--(to set a default width for each column, preferably in a proportional unit such as 'em'*)--> |col1 = |col2 = }}
* See Em (typography). Using proportional units means the template should still be displayed correctly across a range of browser font-sizes. If colwidth not specified, a default 10em is used.Parameters
diiştirSetup parameters
diiştir- name
- The name of the template. The name of this template, for example, is "Navbox with columns".
- state
- Possible values are
collapsed
,uncollapsed
,plain
,off
, and the defaultautocollapse
. See Şablon döngüsü algılandı: Şablon:Tl for more information.
- navbar
- Possible values are
plain
,off
, and the default value of blank. See Şablon döngüsü algılandı: Şablon:Tl for more information.
- border
- Possible values are
child
,none
, and the default value of blank. Set tochild
if you wish to use the navbox inside of another navbox; with this option, the child navbox is borderless and fits snuggly inside of its parent navbox. The parent navbox may be the list area of Şablon döngüsü algılandı: Şablon:Tl, a columns of another Şablon döngüsü algılandı: Şablon:Tl, or a section of Şablon döngüsü algılandı: Şablon:Tl. See Şablon döngüsü algılandı: Şablon:Tl for more information and examples.
Basic data parameters
diiştir- title
- The title of the template, displayed centered in the titlebar at the top of the template.
- above
- Text or other elements to appear above the columns.
- image
- Image to the right of all of the columns.
- imageleft
- Image to the left of all of the columns.
- below
- Text or other elements to appear below the columns.
Style parameters
diiştir- style
- CSS style/s to apply to the template's body (i.e. including space not used by columns)
- abovestyle
- belowstyle
- CSS style/s to apply to the above and below parameters, respectively.
- basestyle
- CSS style/s to apply to the title, above, and below, parameters, all at the same time.
- imagestyle
- CSS style/s to apply to the image parameter.
- imageleftstyle
- CSS style/s to apply to the imageleft parameter
- colstyle
- CSS style/s to apply across all columns; if used, usually
background:color
per titlestyle above.
- oddcolstyle
- evencolstyle
- CSS style/s to apply to all odd/even-numbered columns, respectively.
- colnstyle
- CSS style/s to apply to the nth column only.
- colheaderstyle
- CSS style/s to apply to all column headers.
- colnheaderstyle
- CSS style/s to apply to the nth column header.
- colnfooterstyle
- CSS style/s to apply to the nth column footer cell.
Columns parameters
diiştir- colwidth
- Width, preferably in a proportional unit such as 'em', or as a percentage, used for each column whose width not specified by colNwidth below. Defaults to 10em. Examples:
colwidth = 15em
colwidth = 25%
- fullwidth
- If set to anything, then the total width of the columns are scaled linearly to make the sum of the widths 100%. A rather advanced parameter, this usually need not be used and should be left blank. If a colheader or colfooter is used, then fullwidth is used automatically. Example:
fullwidth = true
- padding
- Padding before first column, preferably in a proportional unit. Defaults to 5em. Padding is disabled by setting it to 0 (or 0em, or 0%).
- colnwidth
- The nth column's width (overrides colwidth above).
- coln
- The content of the nth column. If any columns are used, then
col1
is required. There can be a maximum of 20 columns.
- colnheader
- A header cell for the nth column that appears above the column. See below for examples.
- colnfooter
- A footer cell that appears below the nth column.
- colnheadercolspan
- A number specifying how many columns the nth column header should span. It defaults to 1. If it is greater than one, then do not specify column headers that it covers. For example, if
col1headercolspan = 3
, then leavecol2header
andcol3header
blank.
- colnfootercolspan
- A number specifying how many columns the nth column footer should span. It defaults to 1. If it is greater than one, then do not specify column footers that it covers. For example, if
col1footercolspan = 3
, then leavecol2footer
andcol3footer
blank.
Additional groups/lists
diiştirYou may wish to add a few extra groups and/or lists below the columns. The following parameters are given to provide such functionality. See Şablon döngüsü algılandı: Şablon:Tl for a more complete description of how they work, and for more examples.
- groupn
- Allows up to 6 additional groups to go along with the lists below the columns.
- listn
- Allows up to 6 additional lists below the columns.
- groupstyle
- The general CSS style/s for the groups.
- groupnstyle†
- CSS style/s for the nth group parameter.
- liststyle
- The general CSS style/s for the lists.
- listnstyle
- CSS style/s for the nth list parameter.
- listpadding
- Amount of padding to have in each list cell.
- oddstyle
- evenstyle
- Applies to odd/even list numbers. Overrules styles defined by liststyle. The default behavior is to add striped colors (white and gray) to odd/even rows, respectively, in order to improve readability. These should not be changed except in extraordinary circumstances.
- evenodd
[swap, even, odd, off]
- See Şablon döngüsü algılandı: Şablon:Tl for description.
- evenodd
Microformats
diiştir- bodyclass
- This parameter is inserted into the "class" attribute for the infobox as a whole.
- titleclass
- This parameter is inserted into the "class" attribute for the infobox's title caption.
This template supports the addition of microformat information. This is done by adding "class" attributes to various data cells, indicating what kind of information is contained within. To flag a navbox as containing hCard information about a person, for example, add the following parameter:
|bodyclass = vcard
and
|titleclass = fn
or (for example):
|title = The books of <span class="fn">[[Iain Banks]]</span>
...and so forth.
See Wikipedia:WikiProject Microformats for more information on adding microformat information to Wikipedia, and microformat for more information on microformats in general.
Examples
diiştirBasic example
diiştir{{Navbox with columns |name = East Asia Summit (EAS) |title = Member states of the [[East Asia Summit|East Asia Summit (EAS)]] |width = 18.25em |padding = 10em |above = ''This is where the {{{above}}} would appear.'' |col1 = {{AUS}}<br> {{BRU}}<br> {{flag|CHN|name=PR China}}<br> {{CAM}} |col2 = {{IND}}<br> {{IDN}}<br> {{JPN}}<br> {{LAO}} |col3 = {{MAS}}<br> {{MMR}}<br> {{NZL}}<br> {{PHI}} |col4width = 17em |col4 = {{SIN}}<br> {{KOR}}<br> {{THA}}<br> {{VIE}} |below = '''Potential future members'''{{spaces|6}}{{TLS}}{{spaces|3}}{{RUS}} }}
Member states of the East Asia Summit (EAS) This is where the {{{above}}} parameter would appear. Potential future members Şablon:TLS
</noinclude>
Example with percentage widths
diiştir{{Navbox with columns | name = Plastics | title = [[Plastic]]s | colwidth = 33% | colstyle = text-align: center | col1 = [[Polyethylene]] (PE)<br> [[Polyethylene terephthalate]] (PET or PETE)<br> [[Polyvinyl chloride]] (PVC)<br> [[Polyvinylidene chloride]] (PVDC)<br> [[Polylactic acid]] (PLA) | col2 = [[Polypropylene]] (PP)<br> [[Polyamide]] (PA)<br> [[Polycarbonate]] (PC)<br> [[Polytetrafluoroethylene]] (PTFE)<br> [[Polyurethane]] (PU) | col3 = [[Polystyrene]] (PS)<br> [[Polyester]]<br> [[Acrylonitrile butadiene styrene]] (ABS)<br> [[Acrylic glass|Polymethyl methacrylate]] (PMMA)<br> [[Polyoxymethylene]] (POM) }}
Plastics Polyethylene (PE)
Polyethylene terephthalate (PET or PETE)
Polyvinyl chloride (PVC)
Polyvinylidene chloride (PVDC)
Polylactic acid (PLA)Polypropylene (PP)
Polyamide (PA)
Polycarbonate (PC)
Polytetrafluoroethylene (PTFE)
Polyurethane (PU)Polystyrene (PS)
Polyester
Acrylonitrile butadiene styrene (ABS)
Polymethyl methacrylate (PMMA)
Polyoxymethylene (POM)Example with colnheader and colnfooter
diiştirThe gray background for the columns is added for illustration only.
colnheader and colnfooter example col1header col2header col3header col4header col1
col2
col3
col4
col1footer col2footer col3footer col4footer Example with colnheader using colnheadercolspan
diiştirThe gray background for the columns is added for illustration only. This example shows the colnheadercolspan parameter being used, but you may also use colnfootercolspan to adjust the span of the footer cells.
colnheader with colncolspan example col1header col2header (colspan=2) col4header col5header (colspan=3) col1
col2
col3
col4
col5
col6
col7
Example to illustrate most fields
diiştirThe gray background and centered text for the columns is for illustration only. The columns default to an off-white background and left text alignment. This example shows how you can use up to six additional groups/lists after the columns.
Example to illustrate most fields above col1header col2header col3header col4header col5header col1
col2
col3
col4
col5
col1footer col2footer col3footer col4footer col5footer group1 list1group2 list2group3 list3group4 list4group5 list5group6 list6below Using child navboxes
diiştirAll three types of navbox templates, namely Şablon döngüsü algılandı: Şablon:Tl, Şablon döngüsü algılandı: Şablon:Tl, and Şablon döngüsü algılandı: Şablon:Tl, can be nested inside of one another using the
border
parameter (which is common to all three). For complex templates, it may be necessary to use nesting to achieve a desired look.Nesting Navbox with columns in itself
diiştirThis example shows how one can nest multiple Şablon döngüsü algılandı: Şablon:Tl templates to get the right look. Edit this page to see the code. There is a main Şablon döngüsü algılandı: Şablon:Tl and two additional Şablon döngüsü algılandı: Şablon:Tl templates, with the "child" option set (see code).
Subgroups with nesting Col1Header Col2Header Col3Header Col4Header Col1.1Header Col1.2Header Col1.1
Col1.2
Col2
Col3.1Header Col3.2Header Col3.3Header Col3.1
Col3.2
Col3.3
Col4
Nesting other Navbox forms
diiştirThis example shows Şablon döngüsü algılandı: Şablon:Tl, Şablon döngüsü algılandı: Şablon:Tl and Şablon döngüsü algılandı: Şablon:Tl all working together. Edit this page to see the code. Note that each of the child navboxes has the first parameter set to
child
.Navbox, Navbox with columns, and Navbox with collapsible groups together The Scouting Movement Scouting · Scouting for Boys · Scout method · Scout Law · Scout Promise · Scout Motto · Wood Badge · Age groups in Scouting and Guiding · Cub Scout · Boy Scout · Rover Scout · Brownie · Girl Guiding and Girl Scouting · Ranger (Girl Guide) · Jamboree · Scout Leader · WOSM · WAGGGS · Non-aligned organisations · Scouting controversy and conflict · Scouting in popular culture · List of Scouts · List of highest awards in ScoutingFormer French colonies in Africa and the Indian Ocean Mahgreb French West Africa Togo French Equatorial Africa Comoros Southern Africa Scouting in the United Kingdom The Scout Association · Girlguiding UK · Beaver Scouts · Cub Section (UK) · Venture Scout · Explorer Scouts · Brownie (Girl Guides) · Ranger (Girl Guide) · Rainbow (Girl Guides) · Scout Network · Chief Scout (United Kingdom) · Scout Counties · Scout District · Scout Section (UK) · Scout Activity Centre · Young LeadersNavbox with columns nested in itself Col1Header Col2Header Col3Header Col4Header Col1.1Header Col1.2Header Col1.1
Col1.2
Col2
Col3.1Header Col3.2Header Col3.3Header Col3.1
Col3.2
Col3.3
Col4
Footnote
diiştir<references/>
See also
diiştirNavigation templates comparison Collapsible Header color Image Groups Style (body)
parameter/sExamples Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of body Yes Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of body and/or in each list Yes Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of columns No Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox No No No - Şablon döngüsü algılandı: Şablon:Tl
Collapsible attributes Type CSS classes Javascript Collapses when Custom
initial stateNesting Collapsible tables collapsible Defined in Common.js 2 or more autocollapse on page Yes Yes The above documentation is transcluded from Şablon:Navbox with columns/doc. (değiştir | kronoloji)
Editors can experiment in this template's sandbox (create | mirror) and testcases (ekle) pages.
Please add categories and interwikis to the /doc subpage. Subpages of this template.</noinclude> and {{Navbox with collapsible groups}}
Navbox suite Şablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlA navigation box that presents its content in columns. Originally intended to provide a relatively straightforward means to align links prefixed by flag icons, e.g. in templates offering links to country articles.
Basic syntax
diiştirOnly required parameters and colwidth included.
{{Navbox with columns |name = {{subst:PAGENAME}} |title = |titleclass = |bodyclass = |colwidth = <!--(to set a default width for each column, preferably in a proportional unit such as 'em'*)--> |col1 = |col2 = }}
* See Em (typography). Using proportional units means the template should still be displayed correctly across a range of browser font-sizes. If colwidth not specified, a default 10em is used.Parameters
diiştirSetup parameters
diiştir- name
- The name of the template. The name of this template, for example, is "Navbox with columns".
- state
- Possible values are
collapsed
,uncollapsed
,plain
,off
, and the defaultautocollapse
. See Şablon döngüsü algılandı: Şablon:Tl for more information.
- navbar
- Possible values are
plain
,off
, and the default value of blank. See Şablon döngüsü algılandı: Şablon:Tl for more information.
- border
- Possible values are
child
,none
, and the default value of blank. Set tochild
if you wish to use the navbox inside of another navbox; with this option, the child navbox is borderless and fits snuggly inside of its parent navbox. The parent navbox may be the list area of Şablon döngüsü algılandı: Şablon:Tl, a columns of another Şablon döngüsü algılandı: Şablon:Tl, or a section of Şablon döngüsü algılandı: Şablon:Tl. See Şablon döngüsü algılandı: Şablon:Tl for more information and examples.
Basic data parameters
diiştir- title
- The title of the template, displayed centered in the titlebar at the top of the template.
- above
- Text or other elements to appear above the columns.
- image
- Image to the right of all of the columns.
- imageleft
- Image to the left of all of the columns.
- below
- Text or other elements to appear below the columns.
Style parameters
diiştir- style
- CSS style/s to apply to the template's body (i.e. including space not used by columns)
- abovestyle
- belowstyle
- CSS style/s to apply to the above and below parameters, respectively.
- basestyle
- CSS style/s to apply to the title, above, and below, parameters, all at the same time.
- imagestyle
- CSS style/s to apply to the image parameter.
- imageleftstyle
- CSS style/s to apply to the imageleft parameter
- colstyle
- CSS style/s to apply across all columns; if used, usually
background:color
per titlestyle above.
- oddcolstyle
- evencolstyle
- CSS style/s to apply to all odd/even-numbered columns, respectively.
- colnstyle
- CSS style/s to apply to the nth column only.
- colheaderstyle
- CSS style/s to apply to all column headers.
- colnheaderstyle
- CSS style/s to apply to the nth column header.
- colnfooterstyle
- CSS style/s to apply to the nth column footer cell.
Columns parameters
diiştir- colwidth
- Width, preferably in a proportional unit such as 'em', or as a percentage, used for each column whose width not specified by colNwidth below. Defaults to 10em. Examples:
colwidth = 15em
colwidth = 25%
- fullwidth
- If set to anything, then the total width of the columns are scaled linearly to make the sum of the widths 100%. A rather advanced parameter, this usually need not be used and should be left blank. If a colheader or colfooter is used, then fullwidth is used automatically. Example:
fullwidth = true
- padding
- Padding before first column, preferably in a proportional unit. Defaults to 5em. Padding is disabled by setting it to 0 (or 0em, or 0%).
- colnwidth
- The nth column's width (overrides colwidth above).
- coln
- The content of the nth column. If any columns are used, then
col1
is required. There can be a maximum of 20 columns.
- colnheader
- A header cell for the nth column that appears above the column. See below for examples.
- colnfooter
- A footer cell that appears below the nth column.
- colnheadercolspan
- A number specifying how many columns the nth column header should span. It defaults to 1. If it is greater than one, then do not specify column headers that it covers. For example, if
col1headercolspan = 3
, then leavecol2header
andcol3header
blank.
- colnfootercolspan
- A number specifying how many columns the nth column footer should span. It defaults to 1. If it is greater than one, then do not specify column footers that it covers. For example, if
col1footercolspan = 3
, then leavecol2footer
andcol3footer
blank.
Additional groups/lists
diiştirYou may wish to add a few extra groups and/or lists below the columns. The following parameters are given to provide such functionality. See Şablon döngüsü algılandı: Şablon:Tl for a more complete description of how they work, and for more examples.
- groupn
- Allows up to 6 additional groups to go along with the lists below the columns.
- listn
- Allows up to 6 additional lists below the columns.
- groupstyle
- The general CSS style/s for the groups.
- groupnstyle†
- CSS style/s for the nth group parameter.
- liststyle
- The general CSS style/s for the lists.
- listnstyle
- CSS style/s for the nth list parameter.
- listpadding
- Amount of padding to have in each list cell.
- oddstyle
- evenstyle
- Applies to odd/even list numbers. Overrules styles defined by liststyle. The default behavior is to add striped colors (white and gray) to odd/even rows, respectively, in order to improve readability. These should not be changed except in extraordinary circumstances.
- evenodd
[swap, even, odd, off]
- See Şablon döngüsü algılandı: Şablon:Tl for description.
- evenodd
Microformats
diiştir- bodyclass
- This parameter is inserted into the "class" attribute for the infobox as a whole.
- titleclass
- This parameter is inserted into the "class" attribute for the infobox's title caption.
This template supports the addition of microformat information. This is done by adding "class" attributes to various data cells, indicating what kind of information is contained within. To flag a navbox as containing hCard information about a person, for example, add the following parameter:
|bodyclass = vcard
and
|titleclass = fn
or (for example):
|title = The books of <span class="fn">[[Iain Banks]]</span>
...and so forth.
See Wikipedia:WikiProject Microformats for more information on adding microformat information to Wikipedia, and microformat for more information on microformats in general.
Examples
diiştirBasic example
diiştir{{Navbox with columns |name = East Asia Summit (EAS) |title = Member states of the [[East Asia Summit|East Asia Summit (EAS)]] |width = 18.25em |padding = 10em |above = ''This is where the {{{above}}} would appear.'' |col1 = {{AUS}}<br> {{BRU}}<br> {{flag|CHN|name=PR China}}<br> {{CAM}} |col2 = {{IND}}<br> {{IDN}}<br> {{JPN}}<br> {{LAO}} |col3 = {{MAS}}<br> {{MMR}}<br> {{NZL}}<br> {{PHI}} |col4width = 17em |col4 = {{SIN}}<br> {{KOR}}<br> {{THA}}<br> {{VIE}} |below = '''Potential future members'''{{spaces|6}}{{TLS}}{{spaces|3}}{{RUS}} }}
Member states of the East Asia Summit (EAS) This is where the {{{above}}} parameter would appear. Potential future members Şablon:TLS
</noinclude>
Example with percentage widths
diiştir{{Navbox with columns | name = Plastics | title = [[Plastic]]s | colwidth = 33% | colstyle = text-align: center | col1 = [[Polyethylene]] (PE)<br> [[Polyethylene terephthalate]] (PET or PETE)<br> [[Polyvinyl chloride]] (PVC)<br> [[Polyvinylidene chloride]] (PVDC)<br> [[Polylactic acid]] (PLA) | col2 = [[Polypropylene]] (PP)<br> [[Polyamide]] (PA)<br> [[Polycarbonate]] (PC)<br> [[Polytetrafluoroethylene]] (PTFE)<br> [[Polyurethane]] (PU) | col3 = [[Polystyrene]] (PS)<br> [[Polyester]]<br> [[Acrylonitrile butadiene styrene]] (ABS)<br> [[Acrylic glass|Polymethyl methacrylate]] (PMMA)<br> [[Polyoxymethylene]] (POM) }}
Plastics Polyethylene (PE)
Polyethylene terephthalate (PET or PETE)
Polyvinyl chloride (PVC)
Polyvinylidene chloride (PVDC)
Polylactic acid (PLA)Polypropylene (PP)
Polyamide (PA)
Polycarbonate (PC)
Polytetrafluoroethylene (PTFE)
Polyurethane (PU)Polystyrene (PS)
Polyester
Acrylonitrile butadiene styrene (ABS)
Polymethyl methacrylate (PMMA)
Polyoxymethylene (POM)Example with colnheader and colnfooter
diiştirThe gray background for the columns is added for illustration only.
colnheader and colnfooter example col1header col2header col3header col4header col1
col2
col3
col4
col1footer col2footer col3footer col4footer Example with colnheader using colnheadercolspan
diiştirThe gray background for the columns is added for illustration only. This example shows the colnheadercolspan parameter being used, but you may also use colnfootercolspan to adjust the span of the footer cells.
colnheader with colncolspan example col1header col2header (colspan=2) col4header col5header (colspan=3) col1
col2
col3
col4
col5
col6
col7
Example to illustrate most fields
diiştirThe gray background and centered text for the columns is for illustration only. The columns default to an off-white background and left text alignment. This example shows how you can use up to six additional groups/lists after the columns.
Example to illustrate most fields above col1header col2header col3header col4header col5header col1
col2
col3
col4
col5
col1footer col2footer col3footer col4footer col5footer group1 list1group2 list2group3 list3group4 list4group5 list5group6 list6below Using child navboxes
diiştirAll three types of navbox templates, namely Şablon döngüsü algılandı: Şablon:Tl, Şablon döngüsü algılandı: Şablon:Tl, and Şablon döngüsü algılandı: Şablon:Tl, can be nested inside of one another using the
border
parameter (which is common to all three). For complex templates, it may be necessary to use nesting to achieve a desired look.Nesting Navbox with columns in itself
diiştirThis example shows how one can nest multiple Şablon döngüsü algılandı: Şablon:Tl templates to get the right look. Edit this page to see the code. There is a main Şablon döngüsü algılandı: Şablon:Tl and two additional Şablon döngüsü algılandı: Şablon:Tl templates, with the "child" option set (see code).
Subgroups with nesting Col1Header Col2Header Col3Header Col4Header Col1.1Header Col1.2Header Col1.1
Col1.2
Col2
Col3.1Header Col3.2Header Col3.3Header Col3.1
Col3.2
Col3.3
Col4
Nesting other Navbox forms
diiştirThis example shows Şablon döngüsü algılandı: Şablon:Tl, Şablon döngüsü algılandı: Şablon:Tl and Şablon döngüsü algılandı: Şablon:Tl all working together. Edit this page to see the code. Note that each of the child navboxes has the first parameter set to
child
.Navbox, Navbox with columns, and Navbox with collapsible groups together The Scouting Movement Scouting · Scouting for Boys · Scout method · Scout Law · Scout Promise · Scout Motto · Wood Badge · Age groups in Scouting and Guiding · Cub Scout · Boy Scout · Rover Scout · Brownie · Girl Guiding and Girl Scouting · Ranger (Girl Guide) · Jamboree · Scout Leader · WOSM · WAGGGS · Non-aligned organisations · Scouting controversy and conflict · Scouting in popular culture · List of Scouts · List of highest awards in ScoutingFormer French colonies in Africa and the Indian Ocean Mahgreb French West Africa Togo French Equatorial Africa Comoros Southern Africa Scouting in the United Kingdom The Scout Association · Girlguiding UK · Beaver Scouts · Cub Section (UK) · Venture Scout · Explorer Scouts · Brownie (Girl Guides) · Ranger (Girl Guide) · Rainbow (Girl Guides) · Scout Network · Chief Scout (United Kingdom) · Scout Counties · Scout District · Scout Section (UK) · Scout Activity Centre · Young LeadersNavbox with columns nested in itself Col1Header Col2Header Col3Header Col4Header Col1.1Header Col1.2Header Col1.1
Col1.2
Col2
Col3.1Header Col3.2Header Col3.3Header Col3.1
Col3.2
Col3.3
Col4
Footnote
diiştir<references/>
See also
diiştirNavigation templates comparison Collapsible Header color Image Groups Style (body)
parameter/sExamples Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of body Yes Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of body and/or in each list Yes Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of columns No Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox No No No - Şablon döngüsü algılandı: Şablon:Tl
Collapsible attributes Type CSS classes Javascript Collapses when Custom
initial stateNesting Collapsible tables collapsible Defined in Common.js 2 or more autocollapse on page Yes Yes The above documentation is transcluded from Şablon:Navbox with columns/doc. (değiştir | kronoloji)
Editors can experiment in this template's sandbox (create | mirror) and testcases (ekle) pages.
Please add categories and interwikis to the /doc subpage. Subpages of this template.</noinclude>. A much more complete description of those parameters is available at {{Navbox}}
Navbox suite Şablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlŞablon döngüsü algılandı: Şablon:TlA navigation box that presents its content in columns. Originally intended to provide a relatively straightforward means to align links prefixed by flag icons, e.g. in templates offering links to country articles.
Basic syntax
diiştirOnly required parameters and colwidth included.
{{Navbox with columns |name = {{subst:PAGENAME}} |title = |titleclass = |bodyclass = |colwidth = <!--(to set a default width for each column, preferably in a proportional unit such as 'em'*)--> |col1 = |col2 = }}
* See Em (typography). Using proportional units means the template should still be displayed correctly across a range of browser font-sizes. If colwidth not specified, a default 10em is used.Parameters
diiştirSetup parameters
diiştir- name
- The name of the template. The name of this template, for example, is "Navbox with columns".
- state
- Possible values are
collapsed
,uncollapsed
,plain
,off
, and the defaultautocollapse
. See Şablon döngüsü algılandı: Şablon:Tl for more information.
- navbar
- Possible values are
plain
,off
, and the default value of blank. See Şablon döngüsü algılandı: Şablon:Tl for more information.
- border
- Possible values are
child
,none
, and the default value of blank. Set tochild
if you wish to use the navbox inside of another navbox; with this option, the child navbox is borderless and fits snuggly inside of its parent navbox. The parent navbox may be the list area of Şablon döngüsü algılandı: Şablon:Tl, a columns of another Şablon döngüsü algılandı: Şablon:Tl, or a section of Şablon döngüsü algılandı: Şablon:Tl. See Şablon döngüsü algılandı: Şablon:Tl for more information and examples.
Basic data parameters
diiştir- title
- The title of the template, displayed centered in the titlebar at the top of the template.
- above
- Text or other elements to appear above the columns.
- image
- Image to the right of all of the columns.
- imageleft
- Image to the left of all of the columns.
- below
- Text or other elements to appear below the columns.
Style parameters
diiştir- style
- CSS style/s to apply to the template's body (i.e. including space not used by columns)
- abovestyle
- belowstyle
- CSS style/s to apply to the above and below parameters, respectively.
- basestyle
- CSS style/s to apply to the title, above, and below, parameters, all at the same time.
- imagestyle
- CSS style/s to apply to the image parameter.
- imageleftstyle
- CSS style/s to apply to the imageleft parameter
- colstyle
- CSS style/s to apply across all columns; if used, usually
background:color
per titlestyle above.
- oddcolstyle
- evencolstyle
- CSS style/s to apply to all odd/even-numbered columns, respectively.
- colnstyle
- CSS style/s to apply to the nth column only.
- colheaderstyle
- CSS style/s to apply to all column headers.
- colnheaderstyle
- CSS style/s to apply to the nth column header.
- colnfooterstyle
- CSS style/s to apply to the nth column footer cell.
Columns parameters
diiştir- colwidth
- Width, preferably in a proportional unit such as 'em', or as a percentage, used for each column whose width not specified by colNwidth below. Defaults to 10em. Examples:
colwidth = 15em
colwidth = 25%
- fullwidth
- If set to anything, then the total width of the columns are scaled linearly to make the sum of the widths 100%. A rather advanced parameter, this usually need not be used and should be left blank. If a colheader or colfooter is used, then fullwidth is used automatically. Example:
fullwidth = true
- padding
- Padding before first column, preferably in a proportional unit. Defaults to 5em. Padding is disabled by setting it to 0 (or 0em, or 0%).
- colnwidth
- The nth column's width (overrides colwidth above).
- coln
- The content of the nth column. If any columns are used, then
col1
is required. There can be a maximum of 20 columns.
- colnheader
- A header cell for the nth column that appears above the column. See below for examples.
- colnfooter
- A footer cell that appears below the nth column.
- colnheadercolspan
- A number specifying how many columns the nth column header should span. It defaults to 1. If it is greater than one, then do not specify column headers that it covers. For example, if
col1headercolspan = 3
, then leavecol2header
andcol3header
blank.
- colnfootercolspan
- A number specifying how many columns the nth column footer should span. It defaults to 1. If it is greater than one, then do not specify column footers that it covers. For example, if
col1footercolspan = 3
, then leavecol2footer
andcol3footer
blank.
Additional groups/lists
diiştirYou may wish to add a few extra groups and/or lists below the columns. The following parameters are given to provide such functionality. See Şablon döngüsü algılandı: Şablon:Tl for a more complete description of how they work, and for more examples.
- groupn
- Allows up to 6 additional groups to go along with the lists below the columns.
- listn
- Allows up to 6 additional lists below the columns.
- groupstyle
- The general CSS style/s for the groups.
- groupnstyle†
- CSS style/s for the nth group parameter.
- liststyle
- The general CSS style/s for the lists.
- listnstyle
- CSS style/s for the nth list parameter.
- listpadding
- Amount of padding to have in each list cell.
- oddstyle
- evenstyle
- Applies to odd/even list numbers. Overrules styles defined by liststyle. The default behavior is to add striped colors (white and gray) to odd/even rows, respectively, in order to improve readability. These should not be changed except in extraordinary circumstances.
- evenodd
[swap, even, odd, off]
- See Şablon döngüsü algılandı: Şablon:Tl for description.
- evenodd
Microformats
diiştir- bodyclass
- This parameter is inserted into the "class" attribute for the infobox as a whole.
- titleclass
- This parameter is inserted into the "class" attribute for the infobox's title caption.
This template supports the addition of microformat information. This is done by adding "class" attributes to various data cells, indicating what kind of information is contained within. To flag a navbox as containing hCard information about a person, for example, add the following parameter:
|bodyclass = vcard
and
|titleclass = fn
or (for example):
|title = The books of <span class="fn">[[Iain Banks]]</span>
...and so forth.
See Wikipedia:WikiProject Microformats for more information on adding microformat information to Wikipedia, and microformat for more information on microformats in general.
Examples
diiştirBasic example
diiştir{{Navbox with columns |name = East Asia Summit (EAS) |title = Member states of the [[East Asia Summit|East Asia Summit (EAS)]] |width = 18.25em |padding = 10em |above = ''This is where the {{{above}}} would appear.'' |col1 = {{AUS}}<br> {{BRU}}<br> {{flag|CHN|name=PR China}}<br> {{CAM}} |col2 = {{IND}}<br> {{IDN}}<br> {{JPN}}<br> {{LAO}} |col3 = {{MAS}}<br> {{MMR}}<br> {{NZL}}<br> {{PHI}} |col4width = 17em |col4 = {{SIN}}<br> {{KOR}}<br> {{THA}}<br> {{VIE}} |below = '''Potential future members'''{{spaces|6}}{{TLS}}{{spaces|3}}{{RUS}} }}
Member states of the East Asia Summit (EAS) This is where the {{{above}}} parameter would appear. Potential future members Şablon:TLS
</noinclude>
Example with percentage widths
diiştir{{Navbox with columns | name = Plastics | title = [[Plastic]]s | colwidth = 33% | colstyle = text-align: center | col1 = [[Polyethylene]] (PE)<br> [[Polyethylene terephthalate]] (PET or PETE)<br> [[Polyvinyl chloride]] (PVC)<br> [[Polyvinylidene chloride]] (PVDC)<br> [[Polylactic acid]] (PLA) | col2 = [[Polypropylene]] (PP)<br> [[Polyamide]] (PA)<br> [[Polycarbonate]] (PC)<br> [[Polytetrafluoroethylene]] (PTFE)<br> [[Polyurethane]] (PU) | col3 = [[Polystyrene]] (PS)<br> [[Polyester]]<br> [[Acrylonitrile butadiene styrene]] (ABS)<br> [[Acrylic glass|Polymethyl methacrylate]] (PMMA)<br> [[Polyoxymethylene]] (POM) }}
Plastics Polyethylene (PE)
Polyethylene terephthalate (PET or PETE)
Polyvinyl chloride (PVC)
Polyvinylidene chloride (PVDC)
Polylactic acid (PLA)Polypropylene (PP)
Polyamide (PA)
Polycarbonate (PC)
Polytetrafluoroethylene (PTFE)
Polyurethane (PU)Polystyrene (PS)
Polyester
Acrylonitrile butadiene styrene (ABS)
Polymethyl methacrylate (PMMA)
Polyoxymethylene (POM)Example with colnheader and colnfooter
diiştirThe gray background for the columns is added for illustration only.
colnheader and colnfooter example col1header col2header col3header col4header col1
col2
col3
col4
col1footer col2footer col3footer col4footer Example with colnheader using colnheadercolspan
diiştirThe gray background for the columns is added for illustration only. This example shows the colnheadercolspan parameter being used, but you may also use colnfootercolspan to adjust the span of the footer cells.
colnheader with colncolspan example col1header col2header (colspan=2) col4header col5header (colspan=3) col1
col2
col3
col4
col5
col6
col7
Example to illustrate most fields
diiştirThe gray background and centered text for the columns is for illustration only. The columns default to an off-white background and left text alignment. This example shows how you can use up to six additional groups/lists after the columns.
Example to illustrate most fields above col1header col2header col3header col4header col5header col1
col2
col3
col4
col5
col1footer col2footer col3footer col4footer col5footer group1 list1group2 list2group3 list3group4 list4group5 list5group6 list6below Using child navboxes
diiştirAll three types of navbox templates, namely Şablon döngüsü algılandı: Şablon:Tl, Şablon döngüsü algılandı: Şablon:Tl, and Şablon döngüsü algılandı: Şablon:Tl, can be nested inside of one another using the
border
parameter (which is common to all three). For complex templates, it may be necessary to use nesting to achieve a desired look.Nesting Navbox with columns in itself
diiştirThis example shows how one can nest multiple Şablon döngüsü algılandı: Şablon:Tl templates to get the right look. Edit this page to see the code. There is a main Şablon döngüsü algılandı: Şablon:Tl and two additional Şablon döngüsü algılandı: Şablon:Tl templates, with the "child" option set (see code).
Subgroups with nesting Col1Header Col2Header Col3Header Col4Header Col1.1Header Col1.2Header Col1.1
Col1.2
Col2
Col3.1Header Col3.2Header Col3.3Header Col3.1
Col3.2
Col3.3
Col4
Nesting other Navbox forms
diiştirThis example shows Şablon döngüsü algılandı: Şablon:Tl, Şablon döngüsü algılandı: Şablon:Tl and Şablon döngüsü algılandı: Şablon:Tl all working together. Edit this page to see the code. Note that each of the child navboxes has the first parameter set to
child
.Navbox, Navbox with columns, and Navbox with collapsible groups together The Scouting Movement Scouting · Scouting for Boys · Scout method · Scout Law · Scout Promise · Scout Motto · Wood Badge · Age groups in Scouting and Guiding · Cub Scout · Boy Scout · Rover Scout · Brownie · Girl Guiding and Girl Scouting · Ranger (Girl Guide) · Jamboree · Scout Leader · WOSM · WAGGGS · Non-aligned organisations · Scouting controversy and conflict · Scouting in popular culture · List of Scouts · List of highest awards in ScoutingFormer French colonies in Africa and the Indian Ocean Mahgreb French West Africa Togo French Equatorial Africa Comoros Southern Africa Scouting in the United Kingdom The Scout Association · Girlguiding UK · Beaver Scouts · Cub Section (UK) · Venture Scout · Explorer Scouts · Brownie (Girl Guides) · Ranger (Girl Guide) · Rainbow (Girl Guides) · Scout Network · Chief Scout (United Kingdom) · Scout Counties · Scout District · Scout Section (UK) · Scout Activity Centre · Young LeadersNavbox with columns nested in itself Col1Header Col2Header Col3Header Col4Header Col1.1Header Col1.2Header Col1.1
Col1.2
Col2
Col3.1Header Col3.2Header Col3.3Header Col3.1
Col3.2
Col3.3
Col4
Footnote
diiştir<references/>
See also
diiştirNavigation templates comparison Collapsible Header color Image Groups Style (body)
parameter/sExamples Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of body Yes Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of body and/or in each list Yes Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox Left/right of columns No Yes Şablon döngüsü algılandı: Şablon:Tl collapsible navbox No No No - Şablon döngüsü algılandı: Şablon:Tl
Collapsible attributes Type CSS classes Javascript Collapses when Custom
initial stateNesting Collapsible tables collapsible Defined in Common.js 2 or more autocollapse on page Yes Yes The above documentation is transcluded from Şablon:Navbox with columns/doc. (değiştir | kronoloji)
Editors can experiment in this template's sandbox (create | mirror) and testcases (ekle) pages.
Please add categories and interwikis to the /doc subpage. Subpages of this template.</noinclude>.
Kaynak hatası: <references>
üzerinde tanımlanan "common" adındaki <ref>
etiketi önceki metinde kullanılmıyor.
Kaynak hatası: <references>
grubunda "" içinde tanımlanan "common" adlı <ref>
etiketinin içeriği yok.
See also
diiştirCollapsible | Header color | Image | Groups | Style (body) parameter/s |
Examples | |
---|---|---|---|---|---|---|
{{Navbox}}
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
collapsible | navbox | Left/right of body | Yes | Yes |
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
{{Navbox with collapsible groups}}
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
collapsible | navbox | Left/right of body and/or in each list | Yes | Yes |
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
{{Navbox with columns}}
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
collapsible | navbox | Left/right of columns | No | Yes |
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
{{Navbox years}}
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
collapsible | navbox | No | No | No |
Şablon döngüsü algılandı: Şablon:Documentation </noinclude> |
Type | CSS classes | Javascript | Collapses when | Custom initial state |
Nesting |
---|---|---|---|---|---|
Collapsible tables | collapsible | Defined in Common.js | 2 or more autocollapse on page | Yes | Yes |
The above documentation is transcluded from Şablon:Navbox with columns/doc. (değiştir | kronoloji) Editors can experiment in this template's sandbox (create | mirror) and testcases (ekle) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |