Template:Infobox Map: Difference between revisions
m (Mrwonko moved page Template:Map Infobox to Template:Infobox Map without leaving a redirect) |
(basic version with name, image, author) |
||
Line 1: | Line 1: | ||
<!-- | {{#if:{{{name|}} | ||
|<table class="infobox" style="border-spacing: 3px; width: 22em;"> | |||
<!-- name (mandatory) --> | |||
<caption>{{{name|}}}</caption> | |||
< | <!-- image, if available --> | ||
{{#if:{{{image|}}} | |||
<th scope=row | |<tr style="text-align: center;"> | ||
<td colspan="2">[[File:{{{image|}}}]] | |||
<!-- image caption, if available --> | |||
{{#if{{{image_caption|}}} | |||
|<br/><div>{{{image_caption|}}}</div> | |||
}} | |||
</td> | |||
</table> | </tr> | ||
}} | |||
<!-- author(s), if available --> | |||
{{#if:{{{author|}}}| | |||
<tr> | |||
<th scope="row">Author(s)</th> | |||
<td>{{{author|}}}</td> | |||
</tr> | |||
}} | |||
</table> | |||
}} |