[skip ci] Added url
, original_url
and archive_date
to the cite_book
shortcode
This commit is contained in:
@ -11,6 +11,7 @@ A template for citing books inspired by the "cite book" template of Wikipedia.
|
||||
pages = "2-6"
|
||||
|
||||
title = "Introduction to Computing Systems – from Bits & Gates to C & Beyond"
|
||||
url = "https://web.archive.org/web/20170421220229/http://www.mhhe.com/engcs/compsci/patt/"
|
||||
edition = "1"
|
||||
date = "2001"
|
||||
publisher = "McGraw-Hill Higher Education"
|
||||
@ -18,6 +19,9 @@ A template for citing books inspired by the "cite book" template of Wikipedia.
|
||||
|
||||
author = "Patt, Yale N."
|
||||
author2 = "Patel, Sanjay J."
|
||||
|
||||
original_url = "http://www.mhhe.com/patt/"
|
||||
archive_date = "2017-04-21"
|
||||
>}}
|
||||
```
|
||||
|
||||
@ -28,9 +32,12 @@ A template for citing books inspired by the "cite book" template of Wikipedia.
|
||||
"pages" (.Get "pages")
|
||||
"title" (.Get "title")
|
||||
"edition" (.Get "edition")
|
||||
"url" (.Get "url")
|
||||
"date" (.Get "date")
|
||||
"publisher" (.Get "publisher")
|
||||
"isbn" (.Get "isbn")
|
||||
"author" (.Get "author")
|
||||
"author2" (.Get "author2")
|
||||
"original_url" (.Get "original_url")
|
||||
"archive_date" (.Get "archive_date")
|
||||
) }}
|
||||
|
Reference in New Issue
Block a user