Template:Infobox BBS: Difference between revisions
From KB42
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:{{{file|}}}|<tr> <th>File Name</th> <td>{{{file}}}</td> </tr>}}{{#if:{{{author|}}}|<tr> <th>Author</th> <td>{{{author}}}</td> </tr>}}{{#if:{{{date|}}}|<tr> <th>Date</th> <td>{{{date}}}</td> </tr>}}{{#if:{{{subject|}}}|<tr> <th>Subject</th> <td>{{{subject}}}</td> </tr>}..." |
No edit summary |
||
| Line 3: | Line 3: | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{file|}}}|<tr> | <table>{{#if:{{{file|}}}|<tr> | ||
<th>File Name</th> | <th>File Name: </th> | ||
<td>{{{file}}}</td> | <td>{{{file}}}</td> | ||
</tr>}}{{#if:{{{author|}}}|<tr> | </tr>}}{{#if:{{{author|}}}|<tr> | ||
<th>Author</th> | <th>Author: </th> | ||
<td>{{{author}}}</td> | <td>{{{author}}}</td> | ||
</tr>}}{{#if:{{{date|}}}|<tr> | </tr>}}{{#if:{{{date|}}}|<tr> | ||
<th>Date</th> | <th>Date: </th> | ||
<td>{{{date}}}</td> | <td>{{{date}}}</td> | ||
</tr>}}{{#if:{{{subject|}}}|<tr> | </tr>}}{{#if:{{{subject|}}}|<tr> | ||
<th>Subject</th> | <th>Subject: </th> | ||
<td>{{{subject}}}</td> | <td>{{{subject}}}</td> | ||
</tr>}}{{#if:{{{orig_bbs|}}}|<tr> | </tr>}}{{#if:{{{orig_bbs|}}}|<tr> | ||
<th>Posting BBS</th> | <th>Posting BBS: </th> | ||
<td>{{{orig_bbs}}}</td> | <td>{{{orig_bbs}}}</td> | ||
</tr>}}{{#if:{{{bbs_main_page|}}}|<tr> | </tr>}}{{#if:{{{bbs_main_page|}}}|<tr> | ||
<th>BBS Main Page</th> | <th>BBS Main Page: </th> | ||
<td>{{{bbs_main_page}}}</td> | <td>{{{bbs_main_page}}}</td> | ||
</tr>}}{{#if:{{{key_words|}}}|<tr> | </tr>}}{{#if:{{{key_words|}}}|<tr> | ||
<th>Key Words</th> | <th>Key Words: </th> | ||
<td>{{{key_words}}}</td> | <td>{{{key_words}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Revision as of 19:45, 5 February 2023
Infobox BBS
