Template:Video record/doc: Difference between revisions
From Transport Knowledge Wiki
Created blank page |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Contribute}} | |||
{{Main page block|title=How to add a new book record|body= | |||
This template is used for book records. | |||
'''To create a new record:''' | |||
#Copy either the blank or example code below. | |||
#Search for the record name you want to create using the search box above, for example [[New Video about Transport]]. | |||
#Click on the red link that appears to create it. | |||
#Paste the code into the new record. | |||
#Fill in all the details you have for the book.}} | |||
==Blank code== | |||
<code>{{video record</code><br /> | |||
<code>| title = </code><br /> | |||
<code>| subtitle = </code><br /> | |||
<code>| summary = </code><br /> | |||
<code>| date = </code><br /> | |||
<code>| publisher = </code><br /> | |||
<code>| authors = </code><br /> | |||
<code>| keywords = </code><br /> | |||
<code>| locations = </code><br /> | |||
<code>| isbn = </code><br /> | |||
<code>}}</code> | |||
==Example code== | |||
<code>{{video 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 video records== | |||
*[[Redesigning Rural Bus Networks]] | |||
Revision as of 11:41, 22 February 2025
| You can add to the wiki | |||||
|---|---|---|---|---|---|
+report |
+book |
+video |
+journal |
+article |
+org |
Blank code
{{video record
| title =
| subtitle =
| summary =
| date =
| publisher =
| authors =
| keywords =
| locations =
| isbn =
}}
Example code
{{video 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}}
}}
