Difference between revisions of "Template:Class-Infobox-Generic"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
	
        
        
        
        
        
        
        
        
        
        
        
		
	
| m (test) | m (Added Access variable) | ||
| (3 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
| 	</tr>}} | 	</tr>}} | ||
| − |          {{#if:{{{ | + |          {{#if:{{{SubTopic|}}}|<tr> | 
| − | 	    <th> | + | 	    <th>SubTopic: </th> | 
| − | 	    <td>{{{ | + | 	    <td>{{{SubTopic}}}</td> | 
| 	</tr>}} | 	</tr>}} | ||
| Line 31: | Line 31: | ||
| 	    <th>LastEdit: </th> | 	    <th>LastEdit: </th> | ||
| 	    <td>{{{LastEdit}}}</td> | 	    <td>{{{LastEdit}}}</td> | ||
| + | 	</tr>}} | ||
| + | |||
| + |         {{#if:{{{DocumentType|}}}|<tr> | ||
| + | 	    <th>Document type: </th> | ||
| + | 	    <td>{{{DocumentType}}}</td> | ||
| 	</tr>}} | 	</tr>}} | ||
| Line 36: | Line 41: | ||
| 	    <th>Status: </th> | 	    <th>Status: </th> | ||
| 	    <td>{{{Status}}}</td> | 	    <td>{{{Status}}}</td> | ||
| + | 	</tr>}} | ||
| + | |||
| + |         {{#if:{{{Access|}}}|<tr> | ||
| + | 	    <th>Access: </th> | ||
| + | 	    <td>{{{Access}}}</td> | ||
| 	</tr>}} | 	</tr>}} | ||
|          </table> |          </table> | ||
| </div> | </div> | ||