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 |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title"><b>{{{title|{{PAGENAME}}}}}</b></div> | ||
<div class="infobox-image">[[File:{{{image}}}| | {{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}|350px|link=]]</div>}} | |||
{{#if:{{{image2|}}}| | |||
<div class="infobox-image">[[File:{{{image2}}}|200px|link=]]</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>}}{{#if:{{{case_file|}}}|<tr> | |||
<th>Case File: </th> | |||
<td>[[{{{case_file}}}]]</td> | |||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 16:52, 23 August 2025
Infobox BBS
