[skip ci] Added url, original_url and archive_date to the cite_book shortcode

This commit is contained in:
2025-01-29 12:42:37 +01:00
parent 7076d2fd83
commit f2b95eacc9
4 changed files with 16 additions and 7 deletions

View File

@ -28,9 +28,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")
) }}