Difference between revisions of "Template:InfoboxBook"

From Traveller Wiki - Science-Fiction Adventure in the Far future
Jump to navigation Jump to search
 
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="infobox" style="width: 20em; text-align: left; font-size: 95%;"
+
Depreciated template! Please replace me!
|-
+
{| class="va-infobox"
! colspan="2" style="font-size: larger; background: #ddd;" | {{{name}}}
+
! colspan="2" style="background: #ddd;" |'''{{{name}}}'''
|-
 
| colspan="2" style="text-align: center; font-size: smaller; border-bottom: 1px solid #aaa;" |{{{image}}}<br>{{{caption}}}
 
|-
 
! Publisher
 
| {{{publisher}}}
 
|-
 
! Version
 
| {{{version}}}
 
|-
 
! Author
 
| {{{author}}}
 
|-
 
! Format
 
| {{{format}}}
 
|-
 
! Canonical
 
| {{{canon}}}
 
|-
 
! Edition
 
| {{{edition}}}
 
 
|-
 
|-
! Year Published
+
|colspan="2" style="text-align: center; font-size: smaller; border-bottom: 1px solid #aaa;"|{{{image}}}<br>{{{caption}}}
| {{{year}}}
+
|-
|-  
+
|Publisher || {{{publisher}}}
! Pages
+
|-
| {{{pages}}}
+
|Version ||{{{version|Generic}}}
|-  
+
|-
| colspan="2" style="font-size: smaller; border-top: 1px solid #aaa;" | {{{footnotes|}}}
+
|Author || {{{author}}}
|}[[Category:Publish]]<noinclude>
+
|-
[[Category:Infobox|Book]]
+
|Format || {{{format}}}
 +
|-
 +
|Canonical || {{{canon|no}}}
 +
|-
 +
{{#if:{{{edition|}}}|
 +
{{!}}Edition
 +
{{!}}{{{edition}}}
 +
{{!}}-}}
 +
|Year Published || {{{year}}}
 +
|-
 +
{{#if:{{{pages|}}}|
 +
{{!}}Pages
 +
{{!}}{{{pages}}}
 +
{{!}}-}}
 +
{{#if:{{{alsosee|}}}|
 +
{{!}}Also See
 +
{{!}}{{{alsosee}}}
 +
{{!}}-}}
 +
{{#if:{{{available|}}}|
 +
{{!}}Available from
 +
{{!}}{{{available}}}
 +
{{!}}-}}
 +
|colspan="2" style="font-size: smaller; border-top: 1px solid #aaa;"|{{{footnote}}}
 +
|}<includeonly>[[Category:Ludography]]
 +
[[Category:{{#if:{{#pos:{{{version|[[Generic]]}}}|{{!}}}}|{{#sub:{{{version|[[Generic]]}}}|2|{{#expr:{{#pos:{{{version|[[Generic]]}}}|{{!}}}}-2}}}}|{{#sub:{{{version|[[Generic]]}}}|2|-2}}}} Books]]
 +
[[Category:{{#if:{{#pos:{{{publisher}}}|{{!}}}}|{{#sub:{{{publisher}}}|2|{{#expr:{{#pos:{{{publisher}}}|{{!}}}}-2}}}}|{{#sub:{{{publisher}}}|2|-2}}}} Books]][[Category:Published {{{year}}}]]
 +
</includeonly><noinclude>
 +
[[Category:Infobox|Book]][[Category: Templates|Book]]
 +
 
 +
This template is depreciated and no longer used, it has been replaced by [[Template:InfoboxBook2]].
 +
 
 +
This is a template for any form of published material: e.g. books, magazines, games.
 +
It will auto-generate categories for "publisher Books" and "version Books" assuming these are correctly defined as references.
 +
 
 +
Use:
 +
<pre style="clear: both"><nowiki>
 +
{{InfoboxBook
 +
  |name={Name of book}
 +
  |image={Reference to Image}
 +
  |caption={Sub-Title of Book}
 +
  |publisher={Reference to Publisher}
 +
  |version={Reference to Version of Traveller}
 +
  |author={List of authors}
 +
  |format={book format eg. lbb}
 +
  |canon={yes or no is book canon}
 +
  |edition={versions of book, issue}
 +
  |year={year published}
 +
  |pages={number of pages}
 +
  |alsosee={related reference}
 +
  |available={either "Out of Print" or a URL source to get the item}
 +
  |footnote= (misc info e.g. isbn)
 +
}}
 +
</nowiki></pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 14:59, 31 May 2025

Depreciated template! Please replace me!

{{{name}}}
{{{image}}}
{{{caption}}}
Publisher {{{publisher}}}
Version Generic
Author {{{author}}}
Format {{{format}}}
Canonical no
Year Published {{{year}}}
{{{footnote}}}

This template is depreciated and no longer used, it has been replaced by Template:InfoboxBook2.

This is a template for any form of published material: e.g. books, magazines, games. It will auto-generate categories for "publisher Books" and "version Books" assuming these are correctly defined as references.

Use:

{{InfoboxBook
  |name={Name of book}
  |image={Reference to Image}
  |caption={Sub-Title of Book}
  |publisher={Reference to Publisher}
  |version={Reference to Version of Traveller}
  |author={List of authors}
  |format={book format eg. lbb}
  |canon={yes or no is book canon}
  |edition={versions of book, issue}
  |year={year published}
  |pages={number of pages}
  |alsosee={related reference}
  |available={either "Out of Print" or a URL source to get the item}
  |footnote= (misc info e.g. isbn)
}}