There is no RationalWiki without you. We are a small non-profit with no staff—we are hundreds of volunteers who document pseudoscience and crankery around the world every day. We will never allow ads because we must remain independent. We cannot rely on big donors with corresponding big agendas. We are not the largest website around, but we believe we play an important role in defending truth and objectivity. |
Fighting pseudoscience isn't free. We are 100% user-supported! Help and donate $5, $10, $20 or whatever you can today with ![]() ![]() |
Template:Columns-list
This template is intended to be used in a list in the article itself, rather than in a navigation template like Template:Navbox. Based on Template: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.
Examples
Here is an example :
{{columns-list|2|
* [[George Washington]]
* [[John Adams]]
* [[Thomas Jefferson]]
* [[James Madison]]
* James Monroe
}}
which would render as
- George Washington
- John Adams
- Thomas Jefferson
- James Madison
- James Monroe
Here is another example :
{{columns-list|colwidth=15em|
* [[George Washington]]
* [[John Adams]]
* [[Thomas Jefferson]]
* [[James Madison]]
* James Monroe
}}
which would render as
- George Washington
- John Adams
- Thomas Jefferson
- James Madison
- James Monroe
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 & Alice
* Hōtai Club
* The Kon Ichikawa Story
* Love Letter
* New York, I Love You
* Picnic
* Rainbow Song
* Swallowtail
}}
which would render as
- All About Lily Chou-Chou
- April Story
- Hana & Alice
- Hōtai Club
- The Kon Ichikawa Story
- Love Letter
- New York, I Love You
- Picnic
- Rainbow Song
- Swallowtail
If the number of columns is omitted, one column is used.