Template:Infobox: Difference between revisions

m
no edit summary
(Created page with "{| class="infobox noexcerpt" cellpadding="5" cellspacing="5" width="350px" |- ! colspan="3" | '''{{{name|{{PAGENAME}}}}}''' |- {{#if: {{{image|}}} | {{#switch:{{{image}}} |No image |None |No = <!-- -->{{!}} colspan="3" style="text-align: center;" {{!}} <small>''No official depiction of the subject exists.''</small> |#default= <!-- -->{{!}} colspan="3" style="text-align: center;" {{!}}[[Image:{{{image}}}|250px]]<br>{{#if: {{{caption|}}} | ''<small>{{{caption}}}</small>''}...")
 
mNo edit summary
Line 1: Line 1:
{| class="infobox noexcerpt" cellpadding="5" cellspacing="5" width="350px"
{| class="infobox noexcerpt" cellpadding="5" cellspacing="5" width="350px"
|-
|-
! colspan="3" | '''{{{name|{{PAGENAME}}}}}'''
! colspan="{{{colspan|3}}}" | '''{{{name|{{PAGENAME}}}}}'''
|-
|-
{{#if: {{{image|}}} | {{#switch:{{{image}}}
{{#if: {{{image|}}} | {{#switch:{{{image}}}
Line 7: Line 7:
|None
|None
|No =
|No =
<!-- -->{{!}} colspan="3" style="text-align: center;" {{!}} <small>''No official depiction of the subject exists.''</small>
<!-- -->{{!}} colspan="{{{colspan|3}}}" style="text-align: center;" {{!}} <small>''No official depiction of the subject exists.''</small>
|#default=
|#default=
<!-- -->{{!}} colspan="3" style="text-align: center;" {{!}}[[Image:{{{image}}}|250px]]<br>{{#if: {{{caption|}}} | ''<small>{{{caption}}}</small>''}}
<!-- -->{{!}} colspan="{{{colspan|3}}}" style="text-align: center;" {{!}}[[Image:{{{image}}}|250px]]<br>{{#if: {{{caption|}}} | ''<small>{{{caption}}}</small>''}}
}}
}}
}}
}}