Template:Book Data: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
Tag: Rollback |
||
Line 1: | Line 1: | ||
< | <includeonly> | ||
{| class="toccolours" style="float: right; margin: 0 0 1em 1em; width: 22em; font-size: 90%; clear:right;" cellpadding="2" cellspacing="0" | |||
|- | |||
| colspan="2" style="text-align: center; font-size: larger; font-style: italic" | '''{{{title|{{PAGENAME}}}}}''' | |||
|- | |||
| colspan="2" style="padding: 1em; text-align: center; background-color:white; border:1px solid #DDD;" | {{{cover|http://ec1.images-amazon.com/images/P/{{{isbn}}}.01._AA240_SCLZZZZZZZ_.jpg}}} | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{coauthors|}}}" | |||
| '''Co-author(s)''' | |||
| {{{coauthors}}} | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{illustrator|}}}" | |||
| '''Illustrator(s)''' | |||
| {{{illustrator}}} | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{publisher|}}}" | |||
| '''Publisher''' | |||
| [[{{{publisher}}}]] | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{date|}}}" | |||
| '''Publication date''' | |||
| {{{date}}} | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{isbn|}}}" | |||
| '''ISBN''' | |||
| [http://www.amazon.co.uk/gp/search/ref=sr_adv_b/?search-alias=stripbooks&field-isbn={{{isbn}}} {{{isbn}}}] | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{pages|}}}" | |||
| '''Pages''' | |||
| {{{pages}}} | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{rrp|}}}" | |||
| '''RRP''' | |||
| {{{rrp}}} | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{characters|}}}" | |||
| '''Main [[List of Pratchett characters|characters]]''' | |||
| {{{characters}}} | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{series|}}}" | |||
| '''Series''' | |||
| [[:Category:{{{series}}}|{{{series}}}]] | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{annotations|}}}" | |||
| '''Annotations''' | |||
| [[{{PAGENAME}}/Annotations|View]] | |||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{notes|}}}" | |||
| '''Notes''' | |||
| {{{notes}}} | |||
|- | |||
| colspan="2" style="text-align: center;" | '''All data relates to the first UK edition.''' | |||
|}</includeonly><noinclude> | |||
===Example Code=== | |||
<pre> | |||
{{Book Data | |||
|title= | |||
|cover= | |||
|coauthors= | |||
|illustrator= | |||
|date= | |||
|publisher= | |||
|isbn= | |||
|pages= | |||
|rrp= | |||
|series= | |||
|characters= | |||
|annotations= | |||
|notes= | |||
}} | |||
</pre> | |||
===Usage=== | |||
Please only use the information for the first UK hardcover edition. | |||
The "<tt>photo=</tt>" attribute should now be deprecated – use "<tt>cover=</tt>" instead. | |||
[[Category:Infobox templates|{{PAGENAME}}]] | |||
</noinclude> |
Revision as of 15:50, 20 October 2021
Example Code
{{Book Data |title= |cover= |coauthors= |illustrator= |date= |publisher= |isbn= |pages= |rrp= |series= |characters= |annotations= |notes= }}
Usage
Please only use the information for the first UK hardcover edition.
The "photo=" attribute should now be deprecated – use "cover=" instead.