Template:Infobox settlement: Difference between revisions

Created page with "<!-- Template:Infobox settlement (HTML-safe, auto-links) --> <table class="infobox infobox-settlement"> <tr> <th class="infobox-title" colspan="2">{{{name|{{PAGENAME}}}}}</th> </tr> {{#if: {{{image|}}} | <tr> <td class="infobox-image mw-no-invert" colspan="2"> [[File:{{{image}}}|{{{imagesize|250px}}}|alt={{{image_alt|}}}|center]] {{#if: {{{image_caption|}}} | <div class="infobox-caption">{{{image_caption}}}</div> }} </td> </tr> }}..."
 
No edit summary
Line 8: Line 8:
   <tr>
   <tr>
     <td class="infobox-image mw-no-invert" colspan="2">
     <td class="infobox-image mw-no-invert" colspan="2">
       [[File:{{{image}}}|{{{imagesize|250px}}}|alt={{{image_alt|}}}|center]]
       [[File:{{{image}}}|{{#pageimage:{{{image}}}}} {{{imagesize|250px}}}|alt={{{image_alt|}}}|center]]
       {{#if: {{{image_caption|}}} | <div class="infobox-caption">{{{image_caption}}}</div> }}
       {{#if: {{{image_caption|}}} | <div class="infobox-caption">{{{image_caption}}}</div> }}
     </td>
     </td>