مندرجات کا رخ کریں

سانچہ:Columns-list

آزاد دائرۃ المعارف، ویکیپیڈیا سے

Template:Columns-list turns a list into a list with columns. It is a wrapper for {{div col}}, except it wraps the template by allowing for the content to be in the template rather than above and below.

The width of each column may be specified using |colwidth= and a value in ems.

{{columns-list|colwidth=width|
Text (usually a list)
}}

Here, width specifies the width of the columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays.

If |colwidth= is not specified, the default width of 30em will be used.

This template uses سی ایس ایس3 multiple-column layout, which is not supported by all web browsers.

CSS3 multiple-column layout browser support
Property Internet
Explorer
فائرفاکس Safari گوگل کروم Opera
column-width
column-count
≥ 10
(2012)
≥ 1.5
(2005)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
columns ≥ 10
(2012)
≥ 9
(2011)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
break-before
break-after
break-inside
≥ 10
(2012)
≥ 65
(2019)
≥ 10
(2016)
≥ 65
(2016)
≥ 15
(2013)

Examples

[ترمیم]

Here is an example:

{{Columns-list|colwidth=35em|
* [[جارج واشنگٹن]]
* [[جان ایڈمز]]
* [[تھامس جیفرسن]]
* [[جیمز میڈیسن]]
* [[جیمز مونرو]]
}}

which would render as:

HTML classes and CSS styles can also be added with the |class= and |style= parameters. For example:

{{Columns-list|colwidth=15em|style=width: 600px; font-style: italic;|
* [[All About Lily Chou-Chou]]
* [[April Story]]
* [[Hana and Alice|Hana & Alice]]
* [[Hōtai Club]]
* [[The Kon Ichikawa Story]]
* [[Love Letter (1995 film)|Love Letter]]
* [[New York, I Love You]]
* [[Picnic (1996 film)|Picnic]]
* [[Rainbow Song]]
* [[Swallowtail (film)|Swallowtail]]
}}

which would render as:

This template also works with numbered lists as its "text". For example:

{{Columns-list|colwidth=35em|
# [[جارج واشنگٹن]]
# [[جان ایڈمز]]
# [[تھامس جیفرسن]]
# [[جیمز میڈیسن]]
# [[جیمز مونرو]]
}}

The template, in fact, works with everything since all it does is wrap the text provided around a block to be divided into columns by CSS. Do not stop at wikitext lists – more advanced lists generated by the HTML templates will work too!

Error messages

[ترمیم]

Use of the no-longer-supported parameter |cols=, or use of the first unnamed parameter (aka |1=) along with |2= or a second unnamed parameter for the template's content, will generate a red error message. To fix this error, use |colwidth= instead of attempting to specify the number of columns.

The presence of an equals sign within the template's content can also cause display problems and red error messages. To fix this problem, add |1= in front of the template's content.

Redirects

[ترمیم]

Tracking category

[ترمیم]