Template:REFbook/Docu: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
== Simple version, horizontal notation == | |||
<pre>{{REFbook |last |first= |year= |title= |url= |pages= |isbn= |accessdate= }}</pre> | |||
== Complex version, vertical notation == | |||
<pre>{{REFbook | <pre>{{REFbook | ||
|last= | |last= | ||
| Line 25: | Line 27: | ||
}}</pre> | }}</pre> | ||
''' | '''Note:''' You can add up to 9 authors by using additional parameter fields from '''last3''', '''first3''', '''author3-link''' to '''last9''', '''first9''', '''author9-link'''. | ||
<pre>{{REFbook |last |first= | | |||
== Examples == | |||
<pre>{{REFbook |title=Choices in Relationships: An Introduction to Marriage and the Family }}</pre> | |||
{{REFbook |title=Choices in Relationships: An Introduction to Marriage and the Family }} | |||
<pre>{{REFbook |last=Fleiss |first=Paul M. |title=Choices in Relationships: An Introduction to Marriage and the Family }}</pre> | |||
{{REFbook |last=Fleiss |first=Paul M. |title=Choices in Relationships: An Introduction to Marriage and the Family }} | |||
<pre>{{REFbook |last=Fleiss |first=Paul M. |author-link=Paul M. Fleiss |title=Choices in Relationships: An Introduction to Marriage and the Family }}</pre> | |||
{{REFbook |last=Fleiss |first=Paul M. |author-link=Paul M. Fleiss |title=Choices in Relationships: An Introduction to Marriage and the Family }} | |||
<pre>{{REFbook |last=Fleiss |first=Paul M. |author-link=Paul M. Fleiss |year=2010 |title=Choices in Relationships: An Introduction to Marriage and the Family }}</pre> | |||
{{REFbook |last=Fleiss |first=Paul M. |author-link=Paul M. Fleiss |year=2010 |title=Choices in Relationships: An Introduction to Marriage and the Family }} | |||
<pre>{{REFbook |last=Fleiss |first=Paul M. |author-link=Paul M. Fleiss |last2=Hodges |first2=Frederick M. |author2-link=Frederick M. Hodges |year=2010 |title=Choices in Relationships: An Introduction to Marriage and the Family |url=http://books.google.com/books?id=iVOXAp27iQkC&pg=PT64 |work= |editor=Johnson, Joe |edition=11 |volume=2 |chapter=Second Marriage |pages=64 |location=New York |publisher=Book Publishers |isbn=9781111833220 |quote= |accessdate=2019-09-27 |note=}}</pre> | <pre>{{REFbook |last=Fleiss |first=Paul M. |author-link=Paul M. Fleiss |last2=Hodges |first2=Frederick M. |author2-link=Frederick M. Hodges |year=2010 |title=Choices in Relationships: An Introduction to Marriage and the Family |url=http://books.google.com/books?id=iVOXAp27iQkC&pg=PT64 |work= |editor=Johnson, Joe |edition=11 |volume=2 |chapter=Second Marriage |pages=64 |location=New York |publisher=Book Publishers |isbn=9781111833220 |quote= |accessdate=2019-09-27 |note=}}</pre> | ||
{{REFbook | {{REFbook | ||
| Line 55: | Line 66: | ||
|note= | |note= | ||
}} | }} | ||
== Complete parameters == | |||
'''Complete version, vertical notation:''' | |||
<pre>{{REFbook | |||
|last= | |||
|first= | |||
|author-link= | |||
|last2= | |||
|first2= | |||
|author2-link= | |||
|last3= | |||
|first3= | |||
|author3-link= | |||
|last4= | |||
|first4= | |||
|author4-link= | |||
|last5= | |||
|first5= | |||
|author5-link= | |||
|last6= | |||
|first6= | |||
|author6-link= | |||
|last7= | |||
|first7= | |||
|author7-link= | |||
|last8= | |||
|first8= | |||
|author8-link= | |||
|last9= | |||
|first9= | |||
|author9-link= | |||
|year= | |||
|title= | |||
|url= | |||
|work= | |||
|editor= | |||
|edition= | |||
|volume= | |||
|chapter= | |||
|pages= | |||
|location= | |||
|publisher= | |||
|isbn= | |||
|quote= | |||
|accessdate= | |||
|note= | |||
}}</pre> | |||
{{SEEALSO}} | {{SEEALSO}} | ||
{{DefaultTemplates}} | {{DefaultTemplates}} | ||