Template:Infobox book: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 11:
|labelstyle = vertical-align:top;
|datastyle = vertical-align:top;
|label1 = WrittenOriginal byTitle:
|data1 = {{#if:{{{author|}}}original |[[{{{authortitle|}}}]] | }}
|label2 = SeriesWritten by:
|data2 = {{#if:{{{franchiseauthor|}}} |''[[{{{franchiseauthor|}}}]][[Category:Works by {{{author|}}}]] | }} {{#if:{{{author2|}}} |and [[{{{author2|}}}]][[Category:Works by {{{author2|}}}]]'' | }}
|label3label4 = PrecededCentral byTheme:
|data3data4 = {{#if:{{{franchisecentral theme|}}} |''[[{{{precededcentral bytheme|}}}]]'' |[[Category:Pages Needing Central Themes]]}}
|label4label5 = Followed bySynopsis:
|data4data5 = {{#if:{{{franchiseelevator pitch|}}} |''[[{{{followedelevator bypitch|}}}]]'' |[[Category:Pages Needing Elevator Pitches]]}}
|label6 = Genre(s):
|label5 = First published:
|data5data6 = {{{publication dategenre|}}}
|label6label12 = ISBNSeries:
|data12 = {{#if:{{{franchise|}}} |''[[{{{franchise|}}}]]''[[Category:{{{franchise|}}}]] | }}
|data6 = {{{ISBN|}}}
|label13 = Preceded by:
|header7 = {{#if:{{{source page exists|}}} |[[{{PAGENAME}}/Source|Read ''{{PAGENAME}}'' here]] | }}
|data13 = {{#if:{{{preceded by|}}} |''[[{{{preceded by|}}}]]'' | }}
|label14 = Followed by:
|data14 = {{#if:{{{followed by|}}} |''[[{{{followed by|}}}]]'' | }}
|label5label15 = First published:
|data15 = {{{publication date = |}}}
|label16 = ISBN:
|data6data16 = {{{ISBN|}}}
|header20 = {{#if:{{{source page exists|}}}{{{wiki URL|}}} |More Information | }}
|label21 = Source:
|header7data21 = {{#if:{{{source page exists|}}} |[[{{PAGENAME}}/Source|Read ''{{PAGENAME}}'' here]] | }}
|label22 = [[The Wiki Rule]]:
|data22 = {{#if:{{{wiki URL|}}} |[{{{wiki URL|}}} {{{wiki name|}}}] | }}
|belowstyle =
|below =
}}
[[Category:Literature]]</includeonly><noinclude>This is the information sidebar template for books.{{documentation}}</noinclude>
 
== The Template ==
<pre><nowiki>{{Infobox book
| title =
| image =
| caption =
| author =
| franchise =
| preceded by =
| followed by =
| publication date =
| ISBN =
| source page exists =
}}</nowiki></pre>
 
'''title''' is the name of the work. If you don't provide it, the name of the wiki page will be used instead.
 
'''image''' is the name of the picture you uploaded to illustrate the book, without the "File:" prefix. '''''Note:''''' The image will display at 300 pixels wide in this infobox, so please choose something that looks good at that size. If no image is listed, the page will be listed at [[:Category:Pages Needing Images]].
 
'''caption''' is a caption for the image, and is optional. Please don't add a caption if you didn't add an image.
 
'''author''' is the writer's name. This will automatically be turned into a link to the All The Tropes page for the creator, so don't add crosslink markup to the name.
 
'''franchise''' is the name of the franchise that this book is a part of. Again, this will automatically be turned into a link to the All The Tropes page.
 
'''preceded by''' and '''followed by''' are the names of the books immediately before and after this book in the franchise. Once again, these will automatically be turned into links to the All The Tropes page.
 
'''publication date''' is when the book was first published.
 
'''source page exists''' is a special flag - if there is a Source subpage for the book on All The Tropes, set this to "yes"; otherwise, ''leave it blank''.
 
[[Category:ATT Templates]]</noinclude>