Template:BookDetails2: Difference between revisions

From TTRPG Vault Wiki
(Created page with "<includeonly> <div style="float: right; width: 400px; margin-left: 0px; border: 1px solid #aaa; padding: 10px; background: #f9f9f9; font-family: Arial, sans-serif; border-radius: 10px;"> <!-- Infobox with image and details --> <div style="text-align: center; margin-bottom: 10px;"> {{{BookCover}}} </div> <!-- First box: Name to Published --> <div style="line-height: 1.5; margin-bottom: 10px;"> <strong>Name:</strong> {{{BookShortName}}}<br> <strong>Pu...")
 
No edit summary
Line 7: Line 7:
   <!-- First box: Name to Published -->
   <!-- First box: Name to Published -->
   <div style="line-height: 1.5; margin-bottom: 10px;">
   <div style="line-height: 1.5; margin-bottom: 10px;">
     <strong>Name:</strong> {{{BookShortName}}}<br>
     <strong>Name:</strong> {{{BookShortName}}}
     <strong>Publisher:</strong> {{{BookPublisher}}}<br>
     <strong>Publisher:</strong> {{{BookPublisher}}}
     <strong>Code:</strong> {{{BookCode}}}<br>
     <strong>Code:</strong> {{{BookCode}}}
     <strong>ISBN:</strong> {{{BookISBN}}}<br>
     <strong>ISBN:</strong> {{{BookISBN}}}
     <strong>Author(s):</strong> {{{BookAuthor}}}<br>
     <strong>Author(s):</strong> {{{BookAuthor}}}
     <strong>Published:</strong> {{{BookPublished}}}<br>
     <strong>Published:</strong> {{{BookPublished}}}
   </div>
   </div>
   <!-- Second box: Rules to Character Level -->
   <!-- Second box: Rules to Character Level -->
   <div style="line-height: 1.5; margin-bottom: 10px;">
   <div style="line-height: 1.5; margin-bottom: 10px;">
     <strong>Rules:</strong> {{{BookRules}}}<br>
     <strong>Rules:</strong> {{{BookRules}}}
     <strong>Edition:</strong> {{{BookEdition}}}<br>
     <strong>Edition:</strong> {{{BookEdition}}}
     <strong>Setting:</strong> {{{BookSetting}}}<br>
     <strong>Setting:</strong> {{{BookSetting}}}
     <strong>BookType:</strong> {{{BookType}}}<br>
     <strong>BookType:</strong> {{{BookType}}}
     <strong>Format:</strong> {{{BookFormat}}}<br>
     <strong>Format:</strong> {{{BookFormat}}}
     <strong>Series:</strong> {{{BookSeries}}}<br>
     <strong>Series:</strong> {{{BookSeries}}}
     <strong>Character Level:</strong> {{{BookCharacterLevel}}}<br>
     <strong>Character Level:</strong> {{{BookCharacterLevel}}}
   </div>
   </div>
   <!-- Third box: Physical Copy to Library -->
   <!-- Third box: Physical Copy to Library -->
   <div style="line-height: 1.5;">
   <div style="line-height: 1.5;">
     <strong>Physical Copy:</strong> {{{BookPhysical}}}<br>
     <strong>Physical Copy:</strong> {{{BookPhysical}}}
     <strong>Owned PDF:</strong> {{{BookOwnedPDF}}}<br>
     <strong>Owned PDF:</strong> {{{BookOwnedPDF}}}
     <strong>Library:</strong> {{{BookLibrary}}}<br>
     <strong>Library:</strong> {{{BookLibrary}}}
   </div>
   </div>
   <!-- Hidden SMW properties -->
   <!-- Hidden SMW properties -->
   <span style="display:none;">
   <div style="display:none;">
     [[Has book name::{{{BookShortName}}}]]
     [[Has book name::{{{BookShortName}}}]]
     [[Has publisher::{{{BookPublisher}}}]]
     [[Has publisher::{{{BookPublisher}}}]]
Line 50: Line 50:
     [[Has library::{{{BookLibrary}}}]]
     [[Has library::{{{BookLibrary}}}]]
     [[Has book cover::{{{BookCover}}}]]
     [[Has book cover::{{{BookCover}}}]]
   </span>
   </div>
</div>
</div>
</includeonly>
</includeonly>

Revision as of 00:33, 30 May 2024