|
|
| Line 24: |
Line 24: |
| <code>}}</code> | | <code>}}</code> |
|
| |
|
| ==Example code== | | ==Examples== |
| <code>{{book record</code><br />
| |
| <code>| title = Trains are good</code><br />
| |
| <code>| subtitle = The only book about trains you will ever need</code><br />
| |
| <code>| summary = "Trains are the best and there are many reasons for this detailed here"</code><br />
| |
| <code>| date = <nowiki>{{PD|January 2001}}</nowiki></code><br />
| |
| <code>| publisher = <nowiki>{{publisher|The Book Publisher}}</nowiki></code><br />
| |
| <code>| authors = <nowiki>{{author|Firstname|Lastname}}</nowiki></code><br />
| |
| <code>| keywords = <nowiki>{{KW|Trains}}</nowiki></code><br />
| |
| <code>| locations = <nowiki>{{location|Great Britain}}</nowiki></code><br />
| |
| <code>| isbn = <nowiki>{{isbn10|1234567890}} {{isbn13|1234567890123}}</nowiki></code><br />
| |
| <code>}}</code>
| |
| | |
| ==Live example book records==
| |
| *[[Streetfight]] | | *[[Streetfight]] |
| *[[How the Railways Will Fix the Future]] | | *[[How the Railways Will Fix the Future]] |
Revision as of 11:22, 7 June 2025
| How to add a new book record
|
| This template is used for book records.
To create a new record:
- Copy the blank code below.
- Enter the name of the book in the box.
- Paste the code into the new record.
- Fill in all the details you have for the book.
|
Blank code
{{book record
| title =
| subtitle =
| summary =
| date =
| publisher =
| authors =
| keywords =
| locations =
| isbn =
}}
Examples
Template data
Template parameters
| Parameter | Description | Type | Status |
|---|
| Title | title | Name of the book - Example
- Streetfight
| String | required |
|---|
| Subtitle | subtitle | The subtitle or secondary title of the book, if there is one. - Example
- Handbook for an Urban Revolution
| String | optional |
|---|
| Publisher | publisher | The name of the organisation that produced the book. Enclose in the {{publisher}} template. - Default
- {{publisher| }}
- Example
- {{publisher|Penguin Books}}
| Template | required |
|---|
| Authors | authors | no description
| Unknown | optional |
|---|
| Publication date | date | The date on publication. Month and Year only. Enclose in the {{PD}} template. - Default
- {{PD| }}
- Example
- {{PD|January 2025}}
| 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".
- Example
- "Jane Jacobs critiques the comprehensive modernist approach to urban planning after 1945. By the 1950s, various American cities were pursuing ambitious urban renewal policies, influenced by Swiss-French architect Le Corbusier's concept of the "Radiant City." Jacobs sees this being utterly at odds with urban realities, and leading to the destruction of the city as a living community. This futurist vision insisted on the absolute segregation of the city's different activities into separate zones, linked (though also physically isolated) by super-highways set in wide parkland landscaping. The colossal physical destruction that was necessary to implement this vision tore apart the traditional multi-activity street and densely populated neighborhood that Jacobs avers is the bedrock of urban living"
| String | required |
|---|
| Keywords | keywords | Relevant keywords each enclosed by the {{KW}} template. - Default
- {{KW| }}
- Example
- {{KW|Active travel}}
| Unknown | required |
|---|
| Locations | locations | The location(s) the book applies to and/or case study locations. Enclose in the {{location}} template.
- Default
- {{location| }}
- Example
- {{location|Manchester}}
| String | required |
|---|
| ISBN | isbn | The ISBN. You can put the ISBN-10 or ISBN-13 or both. - Default
- {{isbn13| }}
- Example
- {{isbn10|1234567890}} {{isbn13|1234567890123}}
| Template | required |
|---|