Template:InfoboxSimple: Difference between revisions

From Practices and Politics of Representation
Jump to navigation Jump to search
Created page with "<table style="width:300px; border:1px solid #aaa; background:#f9f9f9; float:right; margin:0 0 1em 1em; font-size:90%;"> <tr> <th colspan="2" style="background:#ccccff; text-align:center;">{{{title|Infobox Title}}}</th> </tr> {{#if:{{{image|}}}| <tr> <td colspan="2" style="text-align:center;">[[File:{{{image}}}|250px]]</td> </tr> }} {{#if:{{{caption|}}}| <tr> <td colspan="2" style="text-align:center; font-size:smaller;">{{{caption}}}</td> </t..."
 
No edit summary
Line 8: Line 8:
   </tr>
   </tr>
   }}
   }}
   {{#if:{{{caption|}}}|
   {{#if:{{{Type|}}}|
   <tr>
   <tr>
     <td colspan="2" style="text-align:center; font-size:smaller;">{{{caption}}}</td>
    <th>Type</th>
     <td>{{{Type}}}</td>
   </tr>
   </tr>
   }}
   }}
   {{#if:{{{location|}}}|
   {{#if:{{{Collaborators|}}}|
   <tr>
   <tr>
     <th>Location</th>
     <th>Collaborators</th>
     <td>{{{location}}}</td>
     <td>{{{Collaborators}}}</td>
   </tr>
   </tr>
   }}
   }}
   {{#if:{{{criteria|}}}|
   {{#if:{{{Academic year|}}}|
   <tr>
   <tr>
     <th>Criteria</th>
     <th>Academic year</th>
    <td>{{{criteria}}}</td>
     <td>{{{Academic year}}}</td>
  </tr>
  }}
  {{#if:{{{year|}}}|
  <tr>
    <th>Year</th>
     <td>{{{year}}}</td>
   </tr>
   </tr>
   }}
   }}
</table>
</table>

Revision as of 14:01, 19 June 2025

Infobox Title