Difference between revisions of "Template:Book/Citation Listing"

From Crews Genealogy Wiki: focusing on the Wiregrass south, and related families
Jump to navigation Jump to search
Line 1: Line 1:
<noinclude><pre>
+
<noinclude>
 +
should be called in the following way:
 +
<pre>
 
{{Book/Citation Listing
 
{{Book/Citation Listing
 
author={{{author}}}
 
author={{{author}}}
Line 10: Line 12:
 
}}
 
}}
 
</pre></noinclude>
 
</pre></noinclude>
 
+
<includeonly>
 
[[{{{author}}}]], ''[[{{{page_name}}}|{{{title}}}]]'' ({{{pub_loc}}}:{{{publisher}}}, {{{pub_year}}}), {{{page}}}.
 
[[{{{author}}}]], ''[[{{{page_name}}}|{{{title}}}]]'' ({{{pub_loc}}}:{{{publisher}}}, {{{pub_year}}}), {{{page}}}.
 +
</includeonly>

Revision as of 08:29, 8 February 2018

should be called in the following way:

{{Book/Citation Listing
author={{{author}}}
page_name = {{{page_name}}}
title={{{title}}}
pub_loc={{{pub_loc}}}
publisher={{{publisher}}}
pub_year={{{pub_year}}}
page={{{page}}}
}}