Template:Cite book: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tag: Undo |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#if:{{{title|}}}| | ||
{{#if:{{{title|}}}| | {{cite web | ||
| last = {{{last|{{{last1|}}}}}} | |||
| first = {{{first|{{{first1|}}}}}} | |||
| author = {{{author|}}} | |||
| year = {{{year|}}} | |||
| title = {{{title}}} | |||
| chapter = {{{chapter|}}} | |||
| editor-last = {{{editor-last|}}} | |||
| editor-first = {{{editor-first|}}} | |||
| publisher = {{{publisher}}} | |||
| location = {{{location|}}} | |||
| series = {{{series|}}} | |||
| volume = {{{volume|}}} | |||
| edition = {{{edition|}}} | |||
| pages = {{{pages|}}} | |||
| url = {{{url|}}} | |||
| doi = {{{doi|}}} | |||
| isbn = {{{isbn|}}} | |||
| access-date = {{{access-date|}}} | |||
}}}}</includeonly><noinclude> | |||
{{ | This template formats citations for books. | ||
== Usage == | |||
<pre> | |||
{{Cite book | |||
| last = | |||
| first = | |||
| title = | |||
| publisher = | |||
| year = | |||
| isbn = | |||
| pages = | |||
| url = | |||
| access-date = | |||
}} | }} | ||
</pre> | |||
== Example == | |||
<pre> | |||
{{ | {{Cite book | ||
| last = Smith | |||
| first = John | |||
| title = Distributed Systems Design | |||
| publisher = Academic Press | |||
| year = 2022 | |||
| isbn = 9781234567890 | |||
}} | }} | ||
</pre> | |||
</noinclude> | |||
</ | |||
Revision as of 02:57, 20 May 2026
This template formats citations for books.
Usage
{{Cite book
| last =
| first =
| title =
| publisher =
| year =
| isbn =
| pages =
| url =
| access-date =
}}
Example
{{Cite book
| last = Smith
| first = John
| title = Distributed Systems Design
| publisher = Academic Press
| year = 2022
| isbn = 9781234567890
}}