Difference between revisions of "Template:Class-Infobox-Generic"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
	
        
        
        
        
        
        
        
        
        
        
        
		
	
|  (Page creation) | m (Added Access variable) | ||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| <div class="infobox"> | <div class="infobox"> | ||
| − | + | 	<div class="infobox-title">{{{title|{{#if:{{{Section|}}}|<tr> <th></th> <td>{{{Section}}}</td> </tr>}}}}}</div> | |
| 	{{#if:{{{image|}}}|<div class="infobox-image">{{{image}}}</div>}} | 	{{#if:{{{image|}}}|<div class="infobox-image">{{{image}}}</div>}} | ||
| 	<table> | 	<table> | ||
| − | |||
| − | |||
| − | |||
| − | |||
|          {{#if:{{{Source|}}}|<tr> |          {{#if:{{{Source|}}}|<tr> | ||
| Line 23: | Line 19: | ||
| 	</tr>}} | 	</tr>}} | ||
| − |          {{#if:{{{ | + |          {{#if:{{{SubTopic|}}}|<tr> | 
| − | 	    <th> | + | 	    <th>SubTopic: </th> | 
| − | 	    <td>{{{ | + | 	    <td>{{{SubTopic}}}</td> | 
| 	</tr>}} | 	</tr>}} | ||
| Line 37: | Line 33: | ||
| 	</tr>}} | 	</tr>}} | ||
| − |          {{#if:{{{ | + |          {{#if:{{{DocumentType|}}}|<tr> | 
| − | 	    <th>Document Status: </th> | + | 	    <th>Document type: </th> | 
| − | 	    <td>{{{ | + | 	    <td>{{{DocumentType}}}</td> | 
| + | 	</tr>}} | ||
| + | |||
| + |         {{#if:{{{Status|}}}|<tr> | ||
| + | 	    <th>Status: </th> | ||
| + | 	    <td>{{{Status}}}</td> | ||
| + | 	</tr>}} | ||
| + | |||
| + |         {{#if:{{{Access|}}}|<tr> | ||
| + | 	    <th>Access: </th> | ||
| + | 	    <td>{{{Access}}}</td> | ||
| 	</tr>}} | 	</tr>}} | ||
|          </table> |          </table> | ||
| </div> | </div> | ||