Template:Book record: Difference between revisions
From Transport Knowledge Wiki
|
|
| Line 34: |
Line 34: |
| |}</includeonly> | | |}</includeonly> |
| <includeonly>[[Category:All publications]][[Category:Books]]</includeonly> | | <includeonly>[[Category:All publications]][[Category:Books]]</includeonly> |
| <noinclude>{{/doc}}[[Category:Record templates]]<templatedata> | | <noinclude>{{/doc}}[[Category:Record templates]]</noinclude> |
| {
| |
| "params": {
| |
| "title": {
| |
| "label": "Title",
| |
| "description": "Name of the book",
| |
| "example": "Streetfight",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "subtitle": {
| |
| "label": "Subtitle",
| |
| "description": "The subtitle or secondary title of the book, if there is one.",
| |
| "example": "Handbook for an Urban Revolution",
| |
| "type": "string"
| |
| },
| |
| "publisher": {
| |
| "label": "Publisher",
| |
| "description": "The name of the organisation that produced the book. Enclose in the {{publisher}} template.",
| |
| "example": "{{publisher|Penguin Books}}",
| |
| "type": "wiki-template-name",
| |
| "default": "{{publisher| }}",
| |
| "required": true
| |
| },
| |
| "authors": {},
| |
| "date": {},
| |
| "summary": {},
| |
| "keywords": {},
| |
| "locations": {},
| |
| "isbn": {}
| |
| }
| |
| }
| |
| </templatedata></noinclude>
| |
Revision as of 05:32, 28 February 2025
| How to add a new book record
|
To create a book record:
- Enter the name of the book in the box and hit create.
- Fill in all the details you have and save the record.
|
Examples
Template data
Template parameters[Edit template data]
| 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 |
|---|