Difference between revisions of "Template:Book/Citation Listing"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude><pre> | + | <noinclude> |
− | {{Book/ | + | should be called in the following way: |
− | author={{{author}}} | + | <pre> |
− | page_name = {{{page_name}}} | + | {{Book/Source Listing |
− | title={{{title}}} | + | |author={{{author}}} |
− | pub_loc={{{pub_loc}}} | + | |page_name = {{{page_name}}} |
− | publisher={{{publisher}}} | + | |title={{{title}}} |
− | pub_year={{{pub_year}}} | + | |pub_loc={{{pub_loc}}} |
− | page={{{page}}} | + | |publisher={{{publisher}}} |
+ | |pub_year={{{pub_year}}} | ||
+ | |page={{{page}}} | ||
}} | }} | ||
− | </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> |
Latest revision as of 18:43, 8 February 2018
should be called in the following way:
{{Book/Source Listing |author={{{author}}} |page_name = {{{page_name}}} |title={{{title}}} |pub_loc={{{pub_loc}}} |publisher={{{publisher}}} |pub_year={{{pub_year}}} |page={{{page}}} }}