Template:Infobox organization: Difference between revisions

Created page with "<!-- Template:Infobox organization (HTML-safe, auto-links) --> <table class="infobox infobox-organization"> <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|260px}}}|alt={{{image_alt|}}}|center]] {{#if: {{{image_caption|}}} | <div class="infobox-caption">{{{image_caption}}}</div> }} </td> </tr> }}..."
 
No edit summary
 
Line 24: Line 24:
   <tr>
   <tr>
     <th scope="row">Type</th>
     <th scope="row">Type</th>
     <td>[[{{{type}}}]]</td>
     <td>{{{type}}}</td>
   </tr>
   </tr>
   }}
   }}