Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
| (20 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
| − | + | {{#if:{{{image|}}}| | |
| − | <div class="infobox-image">[[File:{{{image}}}| | + | <div class="infobox-image">[[File:{{{image}}}|320px]]</div>}} |
| + | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
<table>{{#if:{{{param1|}}}|<tr> | <table>{{#if:{{{param1|}}}|<tr> | ||
| − | <th> | + | <th>Subject:</th> |
<td>{{{param1}}}</td> | <td>{{{param1}}}</td> | ||
</tr>}}{{#if:{{{param2|}}}|<tr> | </tr>}}{{#if:{{{param2|}}}|<tr> | ||
| − | <th> | + | <th>Classroom:</th> |
<td>{{{param2}}}</td> | <td>{{{param2}}}</td> | ||
</tr>}}{{#if:{{{param3|}}}|<tr> | </tr>}}{{#if:{{{param3|}}}|<tr> | ||
| − | <th> | + | <th>Age Range:</th> |
<td>{{{param3}}}</td> | <td>{{{param3}}}</td> | ||
</tr>}}{{#if:{{{param4|}}}|<tr> | </tr>}}{{#if:{{{param4|}}}|<tr> | ||
| − | <th> | + | <th>Material:</th> |
<td>{{{param4}}}</td> | <td>{{{param4}}}</td> | ||
</tr>}}{{#if:{{{param5|}}}|<tr> | </tr>}}{{#if:{{{param5|}}}|<tr> | ||
| − | <th> | + | <th>Color:</th> |
<td>{{{param5}}}</td> | <td>{{{param5}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 22:24, 6 February 2023
Infobox