Sjabloon:Infobox: verschil tussen versies

Uit Arlopedia
(Nieuwe pagina aangemaakt met '<div class="infobox"> <div class="infobox-title centered">{{{1}}}</div> {{#if: {{{image|}}} | <div class="centered">{{{image}}}{{#if: {{{caption|}}} | <br><span...')
 
k
 
(7 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
<div class="infobox">
<includeonly><div class="infobox" style="vertical-align:top;">
  <div class="infobox-title centered">{{{1}}}</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: {{{image|}}} |
</div></includeonly><noinclude>
  <div class="centered">{{{image}}}{{#if: {{{caption|}}} | <br><span style="font-style: italic;">{{{caption}}}</span>}}
Gebruik '''Sjabloon:Infobox''' op de volgende manier:
  </div>
 
<pre>
{{Infobox
| title = <titel van de infobox>
| title-style = <CSS-stijl van de titel>
| subtitle = <subtitel van de infobox>
| subtitle-style = <CSS-stijl van de subtitel>
| image = <afbeelding van de infobox>
| image-caption = <bijschrift bij de afbeelding>
| content = <inhoud van de infobox>
}}
}}
  <div class="infobox-subtitle centered">{{{2}}}</div>
</pre>
  <div>{{{3}}}</div>
[[Categorie:Sjabloon infobox]]
</div><noinclude>
[[Categorie:Sjabloon]]
</noinclude>
</noinclude>

Huidige versie van 15 sep 2022 om 13:13

Gebruik Sjabloon:Infobox op de volgende manier:

{{Infobox
| title = <titel van de infobox>
| title-style = <CSS-stijl van de titel>
| subtitle = <subtitel van de infobox>
| subtitle-style = <CSS-stijl van de subtitel>
| image = <afbeelding van de infobox>
| image-caption = <bijschrift bij de afbeelding>
| content = <inhoud van de infobox>
}}