Template:Columns-list/doc: Difference between revisions
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) No edit summary |
Caleb Cooper (talk | contribs) |
||
Line 24:
Here is an example:
<syntaxhighlight lang=text>{{columns-list|colwidth=35em|
* [[Wikipedia:George Washington|]]
* [[Wikipedia:John Adams|]]
* [[Wikipedia:Thomas Jefferson|]]
* [[Wikipedia:James Madison|]]
* [[Wikipedia:James Monroe|]]
}}</syntaxhighlight>
Line 34:
{{clear}}<!-- just in case {{CSS3 multiple column layout}} pokes down this far -->
{{columns-list|colwidth=35em|
* [[Wikipedia:George Washington|George Washington]]
* [[Wikipedia:John Adams|John Adams]]
* [[Wikipedia:Thomas Jefferson|Thomas Jefferson]]
* [[Wikipedia:James Madison|James Madison]]
* [[Wikipedia:James Monroe|James Monroe]]
}}
[[Wikipedia:CSS|CSS]] styles can also be added with the {{para|style}} parameter. For example:
<syntaxhighlight lang=text>{{columns-list|colwidth=15em|style=width: 600px; font-style: italic;|
* [[Wikipedia:All About Lily Chou-Chou|]]
* [[Wikipedia:April Story|]]
* [[Wikipedia:Hana and Alice|Hana & Alice|]]
* [[Wikipedia:Hōtai Club|]]
* [[Wikipedia:The Kon Ichikawa Story|]]
* [[Wikipedia:Love Letter (1995 film)|Love Letter|]]
* [[Wikipedia:New York, I Love You|]]
* [[Wikipedia:Picnic (1996 film)|Picnic|]]
* [[Wikipedia:Rainbow Song|]]
* [[Wikipedia:Swallowtail (film)|Swallowtail|]]
}}</syntaxhighlight>
which would render as:
{{columns-list|colwidth=15em|style=width: 600px; font-style: italic;|
* [[Wikipedia:All About Lily Chou-Chou|All About Lily Chou-Chou]]
* [[Wikipedia:April Story|April Story]]
* [[Wikipedia:Hana and Alice|Hana & Alice|]]
* [[Wikipedia:Hōtai Club|Hōtai Club]]
* [[Wikipedia:The Kon Ichikawa Story|The Kon Ichikawa Story]]
* [[Wikipedia:Love Letter (1995 film)|Love Letter|]]
* [[Wikipedia:New York, I Love You|New York]]
* [[Wikipedia:Picnic (1996 film)|Picnic|]]
* [[Wikipedia:Rainbow Song|Rainbow Song]]
* [[Wikipedia:Swallowtail (film)|Swallowtail|]]
}}
Line 74:
<syntaxhighlight lang=text>
{{columns-list|colwidth=35em|
# [[Wikipedia:George Washington|]]
# [[Wikipedia:John Adams|]]
# [[Wikipedia:Thomas Jefferson|]]
# [[Wikipedia:James Madison|]]
# [[Wikipedia:James Monroe|]]
}}
</syntaxhighlight>
{{columns-list|colwidth=35em|
# [[Wikipedia:George Washington|George Washington]]
# [[Wikipedia:John Adams|John Adams]]
# [[Wikipedia:Thomas Jefferson|Thomas Jefferson]]
# [[Wikipedia:James Madison|James Madison]]
# [[Wikipedia:James Monroe|James Monroe]]
}}
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 [[Wikipedia:Template:HTML lists|the HTML templates|]] will work too!
==Error messages==
| |||