Difference between revisions of "Template:Book"

From The Coppermind
Jump to navigation Jump to search
m
(+collaborators)
(4 intermediate revisions by 2 users not shown)
Line 25: Line 25:
 
<!-- series inclusion -->
 
<!-- series inclusion -->
 
{{#if:{{{setting|}}} |{{row/kv|Setting |{{{setting}}} }}|}}
 
{{#if:{{{setting|}}} |{{row/kv|Setting |{{{setting}}} }}|}}
  +
<!-- collaborators -->
  +
{{#if:{{{collaborators|}}} |{{row/kv|Collaborators |{{{collaborators}}} }}|}}
 
<!-- release date -->
 
<!-- release date -->
 
{{#if:{{{released|}}} |{{row/kv|Released |{{{released}}} }}|}}
 
{{#if:{{{released|}}} |{{row/kv|Released |{{{released}}} }}|}}
Line 62: Line 64:
 
|series=
 
|series=
 
|setting=
 
|setting=
  +
|collaborators=
 
|released=
 
|released=
 
|publisher= / publisher-raw=
 
|publisher= / publisher-raw=
Line 148: Line 151:
 
<code><nowiki>|setting=[[Skyward (series)]]</nowiki></code><br>
 
<code><nowiki>|setting=[[Skyward (series)]]</nowiki></code><br>
 
<code><nowiki>|setting=''Standalone''</nowiki></code>
 
<code><nowiki>|setting=''Standalone''</nowiki></code>
  +
  +
<!-- ------------ -->
  +
<!-- ROW: collaborators -->
  +
<!-- ------------ -->
  +
|-
  +
| style="text-align: center;" | <code>collaborators</code>
  +
| Use this to list collaborators, including coauthors and authors who adapt a work into a new medium. For visual media, it should include the lead artist(s); for audio originals, it should include the narrator(s).
  +
| style="white-space: nowrap;" |
  +
<code><nowiki>|collaborators=[[Rik Hoskin]], [[Julius Gopez]], [[Julius Ohta]]</nowiki></code><br>
  +
<code><nowiki>|collaborators=[[Mary Robinette Kowal]], [[Julia Whelan]]</nowiki></code><br>
   
 
<!-- ------------- -->
 
<!-- ------------- -->
Line 197: Line 210:
   
 
[[category: infoboxes]]
 
[[category: infoboxes]]
  +
  +
== Articles using Template ==
  +
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages.}}
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}

Revision as of 00:59, 26 February 2021

Book

This template is used to describe actual books written by Brandon Sanderson. This includes published novels (e.g. The Way of Kings, Legion), short stories (e.g. Perfect State), anthologies (e.g. Arcanum Unbounded), graphic novels (e.g. White Sand (vol. 1)), and derivative works, such as the Mistborn Adventure Game RPG and its expansions. In addition to any published works, this template also applies to books planned for the future (e.g. Nightblood) and books written in the past but not published (e.g. The Liar of Partinel or Aether of Night). Notably, this template does not apply to Brandon's essays, blogs, annotations, or in-world books.

Template

On lines with multiple parameters (e.g. |publisher= / publisher-raw=) pick only the one most appropriate.

{{book
|cover=
|prequel=
|sequel=
|series=
|setting=
|collaborators=
|released=
|publisher= / publisher-raw=
|ISBN=
|annotation= / annotations=
}}


Parameters

None of the parameters are mandatory.

{{Book}} Parameters
Parameter Description Examples
title Rarely used, the title parameter allows you to overwrite the default title of the infobox (which is the same as the page name). This is mostly useful when the page name is somehow different from the actual title of the book. For example, Alcatraz Versus the Evil Librarians is both the name of a book and its series. Since the default page title for the book is Alcatraz Versus the Evil Librarians (book), the infobox opts to overwrite this with a more sensible Alcatraz Versus the Evil Librarians.

|title=Alcatraz Versus the Evil Librarians

cover Provide a filename to autogenerate a thumbnail and artist attribution using the {{row/image+artist}} template.

|cover=Words of Radiance.jpg

prequel
(and, optionally)
prev
If the book belongs to a series and is not the first book in it, prequel can be used to provide that first book. Using this parameter autogenerates a < link to the prequel's page, and adds a Follows row in the infobox.

prev can be used in conjunction with prequel to provide an alternative name in the Follows row. In this scenario, prev should use the actual name of the target page, while prequel displays a more user-friendly name.
Note: Infoboxes that make use of prequel should also have a series.

|prequel=The Way of Kings
|prev=Legion (book)|prequel=Legion

sequel
(and, optionally)
next
If the book belongs to a series and has a known sequel, sequel can be used to provide it. Using this parameter autogenerates a > link to the sequel's page, and adds a Precedes row in the infobox.

next can be used in conjunction with sequel to provide an alternative name in the Precedes row. In this scenario, next should use the actual name of the target page, while sequel displays a more user-friendly name.
Note: Infoboxes that make use of sequel should also have a series.

|sequel=Oathbringer
|next=Legion: Skin Deep|sequel=Skin Deep

series If the book belongs to a series, use this parameter to link to the series' page.

|series=The Stormlight Archive

setting Use this to describes the setting of the book. Cosmere stories usually include both the Shardworld and Cosmere. This parameter is similar to the universe parameter in other templates.

|setting=[[Roshar]], [[Cosmere]]
|setting=[[Skyward (series)]]
|setting=''Standalone''

collaborators Use this to list collaborators, including coauthors and authors who adapt a work into a new medium. For visual media, it should include the lead artist(s); for audio originals, it should include the narrator(s).

|collaborators=[[Rik Hoskin]], [[Julius Gopez]], [[Julius Ohta]]
|collaborators=[[Mary Robinette Kowal]], [[Julia Whelan]]

released Use this to specify the release date for the book. Use the Month D, YEAR format.

|released=March 14, 2014

publisher
or
publisher-raw
Use this to link to the publisher's Wikipedia page.

To bypass the automatic linking or to link to a non-Wikipedia website, use publisher-raw.

|publisher=Tor books
|publisher-raw=Subterranean Press
|publisher-raw=[https://subterraneanpress.com/ Subterranean Press]

isbn Use this to specify the book's ISBN.

|ISBN=978-0765326362

annotation
or
annotations
If the book has annotations on Brandon's website, this parameter can link to them. Navigate to the annotations page and pass everything after the https://brandonsanderson.com/ as a value to this parameter.

If the annotations reside on a single page (and there is no "hub" page), use annotation instead.

|annotations=annotation-alcatraz-authors-foreword
|annotation=annotation-recent-short-stories-defending-elysium/

Categories & Tags

Applying this template to a page will add the article to Books category.

Articles using Template