Sjabloon:Infobox: verschil tussen versies
Uiterlijk
Nieuwe pagina aangemaakt met '<includeonly><div class="infobox" style="vertical-align:top;"> {{#if: {{{title|}}} | <div class="infobox-title centered" {{#if {{{title-style|}}} | style="{{{title-style}}}"}}>{{{title}}}</div>}}{{#if: {{{image|}}} | <div class="infobox-image centered" style="width:100%;">{{{image}}}{{#if: {{{image-caption|}}} | <br><span style="font-style: italic;">{{{image-caption}}}</span>}}</div>}}{{#if: {{{subtitle|}}} | <div class="infobox-subtitle centered" {{#if {{{sub…' |
Geen bewerkingssamenvatting |
||
| Regel 1: | Regel 1: | ||
<includeonly><div class="infobox" style="vertical-align:top;"> | <includeonly><div class="infobox" style="vertical-align:top;"> | ||
{{#if: {{{title|}}} | <div class="infobox-title centered" {{#if {{{title-style|}}} | style="{{{title-style}}}"}}>{{{title}}}</div>}}{{#if: {{{image|}}} | <div class="infobox-image centered" style="width:100%;">{{{image}}}{{#if: {{{image-caption|}}} | <br><span style="font-style: italic;">{{{image-caption}}}</span>}}</div>}}{{#if: {{{subtitle|}}} | <div class="infobox-subtitle centered" {{#if {{{subtitle-style|}}} | style="{{{subtitle-style}}}"}}>{{{subtitle}}}</div>}}<div>{{{content}}}</div> | {{#if: {{{title|}}} | <div class="infobox-title centered" {{#if {{{title-style|}}} | style="{{{title-style}}}"}}>{{{title}}}</div>}}{{#if: {{{image|}}} | <div class="infobox-image centered" style="width:100%;">{{{image}}}{{#if: {{{image-caption|}}} | <br><span style="font-style: italic;">{{{image-caption}}}</span>}}</div>}}{{#if: {{{subtitle|}}} | <div class="infobox-subtitle centered" {{#if {{{subtitle-style|}}} | style="{{{subtitle-style}}}"}}>{{{subtitle}}}</div>}}<div>{{{content}}}</div>{{#if: {{{footer|}}} | <div class="infobox-subtitle centered" {{#if {{{footer-style|}}} | style="{{{footer-style}}}"}}>{{{footer}}}</div>}} | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> | ||
Het sjabloon '''Infobox''' wordt gebruikt om een informatiebox bij een artikel te plaatsen. Gebruik het sjabloon op de volgende manier: | |||
<pre> | <pre> | ||
{{Infobox | {{Infobox | ||
| title = <titel van de infobox> | | title = <titel van de infobox> | ||
| title-style = <CSS- | | title-style = <CSS-stijlen van de titel> | ||
| subtitle = <subtitel van de infobox> | | subtitle = <subtitel van de infobox> | ||
| subtitle-style = <CSS- | | subtitle-style = <CSS-stijlen van de subtitel> | ||
| image = <afbeelding van de infobox> | | image = <afbeelding van de infobox> | ||
| image-caption = <bijschrift bij de afbeelding> | | image-caption = <bijschrift bij de afbeelding> | ||
| content = <inhoud van de infobox> | | content = <inhoud van de infobox> | ||
| footer = <footer van de infobox> | |||
| footer-style = <CSS-stijlen van de footer> | |||
}} | }} | ||
</pre> | </pre> | ||
[[Categorie:Sjabloon infobox]] | [[Categorie:Sjabloon infobox]] | ||
</noinclude> | </noinclude> | ||
Versie van 1 jun 2025 11:12
Het sjabloon Infobox wordt gebruikt om een informatiebox bij een artikel te plaatsen. Gebruik het sjabloon op de volgende manier:
{{Infobox
| title = <titel van de infobox>
| title-style = <CSS-stijlen van de titel>
| subtitle = <subtitel van de infobox>
| subtitle-style = <CSS-stijlen van de subtitel>
| image = <afbeelding van de infobox>
| image-caption = <bijschrift bij de afbeelding>
| content = <inhoud van de infobox>
| footer = <footer van de infobox>
| footer-style = <CSS-stijlen van de footer>
}}