Jump to content

Template:Further reading: Difference between revisions

From Encyclopedia Folklorica
Eashcroft (talk | contribs)
No edit summary
Eashcroft (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>{{{author|}}}. ''{{{title|}}}''{{{edition|}}}. {{{place|}}}: {{{publisher|}}}, {{{year|}}}{{{isbn|}}}.</includeonly><noinclude>
<includeonly>* {{#if:{{{author|}}}|{{{author}}}. }}''{{{title|Untitled}}}''{{#if:{{{edition|}}}|, {{{edition}}}}. {{#if:{{{place|}}}|{{{place}}}: }}{{#if:{{{publisher|}}}|{{{publisher}}}}}{{#if:{{{year|}}}|, {{{year}}}}}.{{#if:{{{isbn|}}}| ISBN {{{isbn}}}.}}</includeonly>
 
<noinclude>
= Template:Further reading =
= Template:Further reading =


Formats a single entry in the "Further reading" section.
Formats entries for the ''Further reading'' section.


== Usage ==
== Usage ==


<pre>
<pre>
* {{Further reading
{{Further reading
  |author=Brown, Lucy
  |author=
  |title=Victorian News and Newspapers
  |title=
  |edition=
  |edition=
  |place=Oxford
  |place=
  |publisher=Clarendon Press
  |publisher=
  |year=1985
  |year=
  |isbn=
  |isbn=
}}
}}
Line 20: Line 22:
== Example ==
== Example ==


Produces:
<pre>
 
{{Further reading
* Brown, Lucy. ''Victorian News and Newspapers''. Oxford: Clarendon Press, 1985.
|author=Lucy Brown
 
|title=Victorian News and Newspapers
|place=Oxford
|publisher=Clarendon Press
|year=1985
}}
</pre>
</noinclude>
</noinclude>

Revision as of 14:13, 2 July 2026


Template:Further reading

Formats entries for the Further reading section.

Usage

{{Further reading
 |author=
 |title=
 |edition=
 |place=
 |publisher=
 |year=
 |isbn=
}}

Example

{{Further reading
 |author=Lucy Brown
 |title=Victorian News and Newspapers
 |place=Oxford
 |publisher=Clarendon Press
 |year=1985
}}