Template:Infobox book: Difference between revisions

From ReformedWiki.org, the wiki for Reformed Christianity
Create Infobox Book
 
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
<table class="infobox-table">{{#if:{{{author|}}}|<tr>
     <th>Author</th>
     <th>Author</th>
     <td>{{{author}}}</td>
     <td>{{{author}}}</td>
Line 8: Line 8:
     <th>Published Date</th>
     <th>Published Date</th>
     <td>{{{published_date}}}</td>
     <td>{{{published_date}}}</td>
</tr>}}{{#if:{{{Genre|}}}|<tr>
</tr>}}{{#if:{{{publisher|}}}|<tr>
    <th>Publisher</th>
    <td>{{{publisher}}}</td>
</tr>}}{{#if:{{{cover_artist|}}}|<tr>
    <th>Cover Artist</th>
    <td>{{{cover_artist}}}</td>
</tr>}}{{#if:{{{copyright|}}}|<tr>
    <th>Copyright</th>
    <td>{{{copyright}}}</td>
</tr>}}{{#if:{{{series|}}}|<tr>
    <th>Series</th>
    <td>{{{series}}}</td>
</tr>}}{{#if:{{{preceded_by|}}}|<tr>
    <th>Preceded by</th>
    <td>{{{preceded_by}}}</td>
</tr>}}{{#if:{{{followed_by|}}}|<tr>
    <th>Followed By</th>
    <td>{{{followed_by}}}</td>
</tr>}}{{#if:{{{genre|}}}|<tr>
     <th>Genre</th>
     <th>Genre</th>
     <td>{{{genre}}}</td>
     <td>{{{genre}}}</td>
</tr>}}{{#if:{{{topics|}}}|<tr>
    <th>Topics</th>
    <td>{{{topics}}}</td>
</tr>}}{{#if:{{{country|}}}|<tr>
    <th>Country</th>
    <td>{{{country}}}</td>
</tr>}}{{#if:{{{languages|}}}|<tr>
    <th>Available Languages</th>
    <td>{{{languages}}}</td>
</tr>}}{{#if:{{{wikisource|}}}|<tr>
    <th>WikiSource</th>
    <td>{{{wikisource}}}</td>
</tr>}}{{#if:{{{isbn|}}}|<tr>
    <th>ISBN</th>
    <td>{{{isbn}}}</td>
</tr>}}{{#if:{{{dewey|}}}|<tr>
    <th>Dewey</th>
    <td>{{{dewey}}}</td>
</tr>}}{{#if:{{{congress|}}}|<tr>
    <th>Congress</th>
    <td>{{{congress}}}</td>
</tr>}}</table>
</tr>}}</table>
<templatestyles src="Template:Infobox_book/styles.css" />
</div>
</div>

Latest revision as of 01:40, 14 March 2025

Infobox book