Jump to content

Template:Further reading: Difference between revisions

From Encyclopedia Folklorica
Eashcroft (talk | contribs)
No edit summary
Eashcroft (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
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>
= Template:Further reading =
<noinclude>
 
== Template:Further reading ==
Formats a single entry in the "Further reading" section.
Formats entries for the ''Further reading'' section. This template does not generate its own list marker — always call it with a leading <code>*</code> on the calling page.
 
== Usage ==
== Usage ==
<pre>
<pre>
* {{Further reading
* {{Further reading
  |author=Brown, Lucy
  |author=
|title=
|edition=
|place=
|publisher=
|year=
|isbn=
}}
</pre>
== Example ==
<pre>
* {{Further reading
|author=Lucy Brown
  |title=Victorian News and Newspapers
  |title=Victorian News and Newspapers
|edition=
  |place=Oxford
  |place=Oxford
  |publisher=Clarendon Press
  |publisher=Clarendon Press
  |year=1985
  |year=1985
|isbn=
}}
}}
</pre>
</pre>
== Example ==
Produces:
* Brown, Lucy. ''Victorian News and Newspapers''. Oxford: Clarendon Press, 1985.
</noinclude>
</noinclude>

Latest revision as of 14:57, 2 July 2026


Template:Further reading

Formats entries for the Further reading section. This template does not generate its own list marker — always call it with a leading * on the calling page.

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
}}