Template:Columns-list/testcases
Jump to navigation
Jump to search
| This is the template test cases page for the sandbox of Template:Columns-list. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki; see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins and parsers with these links: |
Empty list
Plain list
{{Columns-list|
* [[George Washington]]
* [[John Adams]]
* [[Thomas Jefferson]]
* [[James Madison]]
* [[James Monroe]]
* [[Barack Obama]]
}}
{{Columns-list}}
Colwidth
{{Columns-list|
* [[George Washington]]
* [[John Adams]]
* [[Thomas Jefferson]]
* [[James Madison]]
* [[James Monroe]]
* [[Barack Obama]]
|colwidth=15em}}
{{Columns-list}}
Class and style
{{Columns-list|
* [[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]]
|class=plainlist |colwidth=15em |style=width: 600px; font-style: italic;}}
{{Columns-list}}
Gap and style with div
{{Columns-list|1=<div style="background-color: lightblue;">
* One
* Two
* Three
* Four
* Five
* Six
* Seven
* Eight
* Nine
* Ten
* Eleven
* Twelve
</div> |colwidth=10em |gap=5em |style=width:50%;background:khaki;}}
{{Columns-list}}
- One
- Two
- Three
- Four
- Five
- Six
- Seven
- Eight
- Nine
- Ten
- Eleven
- Twelve
- One
- Two
- Three
- Four
- Five
- Six
- Seven
- Eight
- Nine
- Ten
- Eleven
- Twelve
Colwidth and numbered list
{{Columns-list|
# [[George Washington]]
# [[John Adams]]
# [[Thomas Jefferson]]
# [[James Madison]]
# [[James Monroe]]
|colwidth=35em}}
{{Columns-list}}