Difference between revisions of "Template:InfoBoxTest"
From Book Trigger Warnings
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{...") |
|||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
| − | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | + | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> |
| − | + | ||
| − | <table>{{#if:{{{book|}}}|<tr> | + | |
| + | <table>{{#if:{{{book|}}}| | ||
| + | <tr> | ||
<th>Parameter 1</th> | <th>Parameter 1</th> | ||
<td>{{{book}}}</td> | <td>{{{book}}}</td> | ||
| − | </tr>}}{{#if:{{{author|}}}|<tr> | + | </tr>}} |
| − | <th> | + | {{#if:{{{author|}}}| |
| + | <tr> | ||
| + | <th>Author: </th> | ||
<td>{{{author}}}</td> | <td>{{{author}}}</td> | ||
| − | </tr>}}</table> | + | </tr>}} |
| + | </table> | ||
</div> | </div> | ||
Revision as of 17:45, 25 June 2020
InfoBoxTest
