Sjabloon:Kolommen/doc: verschil tussen versies
Uit Radiopedia
(Nieuwe pagina aangemaakt met '<noinclude>{{Documentation subpage}}</noinclude> {{vertalen}} This template is intended to be used in a list in the article itself, rather than in a navigation tem...') |
Geen bewerkingssamenvatting |
||
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 5: | Regel 5: | ||
=== Usage === | === Usage === | ||
<nowiki>{{</nowiki> | <nowiki>{{</nowiki>kolommen|''aantal kolommen''| | ||
''text (usually a list)'' | ''text (usually a list)'' | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
Regel 16: | Regel 16: | ||
An example would be | An example would be | ||
<nowiki>{{ | <nowiki>{{kolommen|2| | ||
* [[George Washington]] | * [[George Washington]] | ||
* [[John Adams]] | * [[John Adams]] | ||
Regel 26: | Regel 26: | ||
which would render as | which would render as | ||
<!-- Substituted {{ | <!-- Substituted {{kolommen}} to prevent possible loop --><div {{#if: 2| style="-moz-column-count:2; -webkit-column-count:2; column-count:2 }};"> | ||
* [[George Washington]] | * [[George Washington]] | ||
* [[John Adams]] | * [[John Adams]] | ||
Regel 35: | Regel 35: | ||
CSS styles can also be added after the number of columns. For example | CSS styles can also be added after the number of columns. For example | ||
<nowiki>{{ | <nowiki>{{kolommen|2</nowiki>''';width:400px;font-style:italic'''<nowiki>| | ||
* [[New York, I Love You]] | * [[New York, I Love You]] | ||
* [[Hōtai Club]] | * [[Hōtai Club]] | ||
Regel 68: | Regel 68: | ||
<includeonly> | <includeonly> | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
</includeonly> | </includeonly> |
Huidige versie van 15 mrt 2018 om 10:15
Deze pagina is een documentatie subpagina van Sjabloon:Kolommen. |
Deze documentatie is nog niet (volledig) vertaald. Help mee! |
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[bewerken]
{{kolommen|aantal kolommen| text (usually a list) }}
If the number of columns is omitted, two columns will be used.
This template uses CSS3 multiple column layout and is not supported by all browsers.
Example[bewerken]
An example would be
{{kolommen|2| * [[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
{{kolommen|2;width:400px;font-style:italic| * [[New York, I Love You]] * [[Hōtai Club]] * [[The Kon Ichikawa Story]] * [[Rainbow Song]] * [[Hana and Alice|Hana & Alice]] * [[All About Lily Chou-Chou]] * [[April Story]] * [[Swallowtail Butterfly (film)|Swallowtail Butterfly]] * [[Picnic (1996 film)|Picnic]] * [[Fried Dragon Fish]] }}
which would render as
References[bewerken]