Template:Book record/doc: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
'''To create a new record:''' | '''To create a new record:''' | ||
#Copy the blank code below. | |||
#Copy | #Enter the name of the book in the box. | ||
# | |||
#Paste the code into the new record. | #Paste the code into the new record. | ||
#Fill in all the details you have for the book.}} | #Fill in all the details you have for the book. | ||
{{Page creator}} | |||
}} | |||
==Blank code== | ==Blank code== | ||
Revision as of 11:13, 7 June 2025
| You can add to the wiki | |||||
|---|---|---|---|---|---|
+report |
+book |
+video |
+journal |
+article |
+org |
| How to add a new book record |
|---|
| This template is used for book records.
To create a new record:
|
Blank code
{{book record
| title =
| subtitle =
| summary =
| date =
| publisher =
| authors =
| keywords =
| locations =
| isbn =
}}
Example code
{{book record
| title = Trains are good
| subtitle = The only book about trains you will ever need
| summary = "Trains are the best and there are many reasons for this detailed here"
| date = {{PD|January 2001}}
| publisher = {{publisher|The Book Publisher}}
| authors = {{author|Firstname|Lastname}}
| keywords = {{KW|Trains}}
| locations = {{location|Great Britain}}
| isbn = {{isbn10|1234567890}} {{isbn13|1234567890123}}
}}
Live example book records
Template data
This template is used on book records.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Name of the book
| String | required |
| Subtitle | subtitle | The subtitle or secondary title of the book, if there is one.
| String | optional |
| Publisher | publisher | The name of the organisation that produced the book. Enclose in the {{publisher}} template.
| Template | required |
| Authors | authors | no description | Unknown | optional |
| Publication date | date | The date on publication. Month and Year only. Enclose in the {{PD}} template.
| Template | required |
| Summary | summary | Write a brief summary of the book. You can copy succinct text from the book and should enclose it with "quote marks".
| String | required |
| Keywords | keywords | Relevant keywords each enclosed by the {{KW}} template.
| Unknown | required |
| Locations | locations | The location(s) the book applies to and/or case study locations. Enclose in the {{location}} template.
| String | required |
| ISBN | isbn | The ISBN. You can put the ISBN-10 or ISBN-13 or both.
| Template | required |
