Template:Cite book: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>{{#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|}}..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#if:{{{title|}}}| | <includeonly> | ||
{{#if:{{{title|}}}| | |||
{{#if:{{{last|{{{last1|}}}}}| | |||
{{{last|{{{last1|}}}}}}{{#if:{{{first|{{{first1|}}}}}}|, {{{first|{{{first1|}}}}}}}}. | |||
}} | |||
''{{{title}}}''. | |||
{{ | {{#if:{{{chapter|}}}|Chapter: {{{chapter}}}. }} | ||
| | |||
| | {{#if:{{{editor-last|}}}| | ||
Edited by {{{editor-first|}}} {{{editor-last}}}. | |||
| | |||
| | |||
| | |||
}} | }} | ||
{{#if:{{{publisher|}}}|{{{publisher}}}. }} | |||
{{#if:{{{location|}}}|{{{location}}}. }} | |||
{{ | |||
| | {{#if:{{{series|}}}|Series: {{{series}}}. }} | ||
| | {{#if:{{{volume|}}}|Volume {{{volume}}}. }} | ||
| | {{#if:{{{edition|}}}|{{{edition}}} edition. }} | ||
| | |||
| | {{#if:{{{pages|}}}|pp. {{{pages}}}. }} | ||
| isbn | |||
{{#if:{{{year|}}}|({{{year}}}). }} | |||
{{#if:{{{url|}}}|[{{{url}}} link] }} | |||
{{#if:{{{doi|}}}|DOI: {{{doi}}}. }} | |||
{{#if:{{{isbn|}}}|ISBN {{{isbn}}}. }} | |||
}} | }} | ||
</ | </includeonly> | ||