Difference between revisions of "Template:Class-Infobox-Generic"
Jump to navigation
Jump to search
m (Added semantic variable) |
m (Added Access variable) |
||
(One intermediate revision by the same user not shown) | |||
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 38: | Line 43: | ||
</tr>}} | </tr>}} | ||
− | {{#if:{{{ | + | {{#if:{{{Access|}}}|<tr> |
− | <th> | + | <th>Access: </th> |
− | <td>{{{ | + | <td>{{{Access}}}</td> |
</tr>}} | </tr>}} | ||
</table> | </table> | ||
</div> | </div> |