Template:Book: Difference between revisions

From The Reed and Rite
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="width: 300px; background: #ffffff; border: 1px solid #aaa; padding: 0.5em; float: right; margin: 0 0 1em 1em; vertical-align: top; display: inline-block; margin-top: 0;">
<!-- Add clearfix to the parent container -->
  <table style="width: 100%; border-spacing: 0; margin: 0; background-color: #ffffff;">
<div style="overflow: hidden;">
    <!-- Title -->
  <div style="width: 300px; background: #ffffff; border: 1px solid #aaa; padding: 0.5em; float: right; margin: 0 0 1em 1em; vertical-align: top; display: inline-block;">
    <tr>
    <table style="width: 100%; border-spacing: 0; margin: 0; background-color: #ffffff;">
      <td colspan="2" style="text-align: center; background-color: #ffffff; font-size: 120%; font-weight: bold; padding: 0;">{{{title|No title provided}}}</td>
      <!-- Title -->
    </tr>
      <tr>
    <!-- Image -->
        <td colspan="2" style="text-align: center; background-color: #ffffff; font-size: 120%; font-weight: bold; padding: 0;">{{{title|No title provided}}}</td>
    {{#if: {{{image|}}} |
      </tr>
    <tr>
      <!-- Image -->
      <td colspan="2" style="text-align: center; padding: 0; background-color: #ffffff;">
      {{#if: {{{image|}}} |
        <div style="display: block; margin: auto; padding: 0.5em 0; background-color: #ffffff;">
      <tr>
          [[File:{{{image}}}|200px|center|alt={{{caption|}}}|{{{caption|}}}]]
        <td colspan="2" style="text-align: center; padding: 0; background-color: #ffffff;">
        </div>
          <div style="display: block; margin: auto; padding: 0.5em 0; background-color: #ffffff;">
      </td>
            [[File:{{{image}}}|200px|center|alt={{{caption|}}}|{{{caption|}}}]]
    </tr>
          </div>
    }}
        </td>
      </tr>
      }}
     <!-- Image Caption -->
     <!-- Image Caption -->
     {{#if: {{{caption|}}} |
     {{#if: {{{caption|}}} |

Revision as of 03:08, 29 December 2024


Template:InfoboxBook

Usage

This is a generic infobox for books. Only fields that are provided will appear in the infobox.

Parameters

  • `title` (required): The book's title.
  • `image`: Filename of the book cover image (e.g., `File:Example.jpg`).
  • `caption`: Caption for the image.
  • `author`: Author of the book.
  • `audio_read_by`: The narrator of the audiobook (if applicable).
  • `series`: Series the book belongs to.
  • 'period covered': Period of time covered in book.
  • `publication_date`: Date the book was published.
  • `publication_place`: Place where the book was published.
  • `publisher`: The book's publisher.
  • `media_type`: The format (e.g., Hardcover, Paperback, eBook, Audiobook).
  • `pages`: Number of pages in the book.
  • `genre`: The book's genre.
  • `isbn`: The ISBN of the book.
  • `preceded_by`: Previous book in the series (if applicable).
  • `followed_by`: Next book in the series (if applicable).