टेम्पलेट:Columns-list
| Parts of this टेम्पलेट (those related to documentation) are outdated. Please update this टेम्पलेट to reflect recent events or newly available information. (October 2015) |
This template is intended to be used in a list in the article itself, rather than in a navigation template like टेम्पलेट:Navbox. Based on टेम्पलेट:Reflist, but different in that the text to be displayed is manually created rather than a list of references.
Usage
[संपादन करीं]{{columns-list|number of columns|
Text (usually a list)
}}
Alternatively, the width of each column may be specified using
{{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. This overrides the cols= setting.
This template uses CSS3 multiple column layout and is not supported by all Web browsers.
| Internet Explorer | Firefox | Safari | Chrome | Opera |
|---|---|---|---|---|
| ≤ 9 | ≤ 1.0 | ≤ 2 | N/A | ≤ 11.0 |
| ≥ 10 (2012) | ≥ 1.5 (2005) | ≥ 3 (2007) | ≥ 1 (2008) | ≥ 11.1 (2011) |
उदाहरण
[संपादन करीं]Here is an example :
{{columns-list|2|
* [[George Washington]]
* [[John Adams]]
* [[Thomas Jefferson]]
* [[James Madison]]
* [[James Monroe]]
}}
which would render as
Here is another example :
{{columns-list|colwidth=15em|
* [[George Washington]]
* [[John Adams]]
* [[Thomas Jefferson]]
* [[James Madison]]
* [[James Monroe]]
}}
which would render as
CSS styles can also be added after the number of columns. For example :
{{columns-list|2|style=width: 400px; 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
If the number of columns is omitted, one column is used.
Redirects
[संपादन करीं]- {{cmn}}
- {{collist}}
- {{col-list}}
- {{Columnslist}}
इहो देखल जाय
[संपादन करीं]Column-generating template families
[संपादन करीं]| The templates listed here are not interchangeable. For example, using {{col-float}} with {{col-end}} instead of {{col-float-end}} would leave a HTML "div" (division) open, potentially harming any subsequent formatting. |
| Family | Type | Handles wiki
table code? | Start template | Column divider | End template |
|---|---|---|---|---|---|
| "Col" | Table | Yes | {{Col-begin}} or {{Col-begin-small}} | {{Col-break}} {{Col-2}} .. {{Col-5}} | {{Col-end}} |
| "Columns" | Table | No | {{Columns}} | – | – |
| "Col-float" | CSS float | Yes | {{Col-float}} | {{Col-float-break}} | {{Col-float-end}} |
| "Columns-start" | CSS float | Yes | {{Columns-start}} | {{Column}} | {{Columns-end}} |
| "Div col" | CSS columns | Yes | {{Div col}} – {{Columns-list}} (wrapper) | – | {{Div col end}} |
I.e., can the columns handle the wiki markup {| | || |- |} used to create tables? If not, templates that produce these elements (such as {{(!}}, {{!}}, {{!!}}, {{!-}}, {{!)}}) and/or HTML tags (<table>...</table>, <tr>...</tr>, etc.) will need to be used instead.