Template:Columns: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 71: | Line 71: | ||
}} | }} | ||
|- | |- | ||
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Style Parameter</span><br><span style="font-weight: normal;">By passing the <code>|style=</code> parameter, you can alter the appearance of the column container using inline CSS styles.<br>'''Note:''' The styles used in the example below are a small selection of the possible styles available.</span> | ! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Style Parameter</span><br><span style="font-weight: normal;">By passing the <code>|style=</code> parameter, you can alter the appearance of the column container using inline CSS styles.<br><span style="font-size: 85%;">'''''Note:''' The styles used in the example below are a small selection of the possible styles available.''</span></span> | ||
|- | |- | ||
! width=25%|You Type | ! width=25%|You Type | ||
| Line 77: | Line 77: | ||
|- | |- | ||
| style="text-align: left; background-color: white;" |<pre> | | style="text-align: left; background-color: white;" |<pre> | ||
{{columns|style=font-size: 150%; border: | {{columns|style=font-size: 150%; border: 1px solid black; background-color: #efefef; font-family: 'Libre Baskerville;| | ||
* Item 1 | * Item 1 | ||
* Item 2 | * Item 2 | ||
Revision as of 22:44, 17 April 2025
Description
This template allows you to display content in multiple columns on a page as a bulleted list.
Usage
| Default Usage When used with no additional parameters, the template will return a list split in 3 columns. | |
|---|---|
| You Type | You Get |
{{columns|
* Item 1
* Item 2
* Item 3
* Item 4
* Item 5
* Item 6
}}
|
|
| Count Parameter You can specify the number of columns in the output through use of the |count= parameter.
| |
| You Type | You Get |
{{columns|count=2|
* Item 1
* Item 2
* Item 3
* Item 4
* Item 5
* Item 6
}}
|
|
{{columns|count=4|
* Item 1
* Item 2
* Item 3
* Item 4
}}
|
|
| Style Parameter By passing the |style= parameter, you can alter the appearance of the column container using inline CSS styles.Note: The styles used in the example below are a small selection of the possible styles available. | |
| You Type | You Get |
{{columns|style=font-size: 150%; border: 1px solid black; background-color: #efefef; font-family: 'Libre Baskerville;|
* Item 1
* Item 2
* Item 3
* Item 4
* Item 5
* Item 6
}}
|
|
| Numbered List A numbered list can be used by replacing * with #.
| |
| You Type | You Get |
{{columns|
# Item A
# Item B
# Item C
# Item D
# Item E
# Item F
}}
|
|