Difference between revisions of "Template:Bibliographic Record"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 21: Line 21:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>{{#set:Author#list={{{Author|}}}|}}<!--
+
</noinclude><includeonly><!--
 +
--><!-- set the properties
 +
-->>!--{{#set:Title={{{Title|}}}|Resource Type={{{Resource Type|}}}|Year={{{Year|}}}|Publisher={{{Publisher|}}}|ISBN={{{ISBN|}}}|DOI={{{DOI|}}}|URL={{{URL|}}}|Collection={{{Collection|}}}|Journal={{{Journal|}}}|Volume={{{Volume|}}}|Number={{{Number|}}}|Pages={{{Pages|}}}|}}
 +
--><!--
 
--><!-- create the #scite entry
 
--><!-- create the #scite entry
 
-->{{SetBibliographyItem<!--
 
-->{{SetBibliographyItem<!--
Line 45: Line 48:
 
  |mainlabel=-  
 
  |mainlabel=-  
 
  |headers=hide
 
  |headers=hide
}}
+
}}<!--
 
+
--><!--
==Title==
+
-->
'''Title:''' [[Title::{{{Title|}}}]]
+
{| class="wikitable"
 
+
|-
==Type==
+
! Title || [[{{{Title|}}}]]
[[Resource Type::{{{Resource Type|}}}]]
+
|-
 
+
! Resource Type || {{{Resource Type|}}}
==Author(s)==
+
|-
{{#arraymap:{{{Author|}}}|,|@@@@|{{PrintAuthorLastNameCommaFirstName|author=@@@@}} }}
+
! Author(s) || {{GetPropertyValues|object={{FULLPAGENAME}}|property=Has Author|link=all|pretty={{{pretty|}}}|}}
 
+
|-
==Year==
+
! Year || {{{Year|}}}
[[Year::{{{Year|}}}]]
+
{{#if: {{{Publisher|}}}|&#124;-
 
+
! Publisher &#124;&#124; {{{Publisher|}}} }}
==Publisher==
+
{{#if: {{{ISBN|}}}|&#124;-
[[Publisher::{{{Publisher|}}}]]
+
! ISBN &#124;&#124; {{{ISBN|}}} }}
 
+
{{#if: {{{URL|}}}|&#124;-
==ISBN==
+
! URL &#124;&#124; {{{URL|}}} }}
[[ISBN::{{{ISBN|}}}]]
+
{{#if: {{{DOI|}}}|&#124;-
 
+
! DOI &#124;&#124; {{{DOI|}}} }}
==URL==
+
{{#if: {{{Collection|}}}|&#124;-
[[URL::{{{URL|}}}]]
+
! Collection &#124;&#124; {{{Collection|}}} }}
 
+
{{#if: {{{Journal|}}}|&#124;-
==DOI==
+
! Journal &#124;&#124; {{{Journal|}}} }}
[[DOI::{{{DOI|}}}]]
+
{{#if: {{{Volume|}}}|&#124;-
 
+
! Volume &#124;&#124; {{{Volume|}}} }}
==In Collection==
+
{{#if: {{{Number|}}}|&#124;-
[[In Collection::{{{Collection|}}}]]
+
! Number &#124;&#124; {{{Number|}}} }}
 
+
{{#if: {{{Pages|}}}|&#124;-
==Journal==
+
! Pages &#124;&#124; {{{Pages|}}} }}
[[Journal::{{{Journal|}}}]]
+
|}
 
 
==Volume==
 
{{{Volume|}}}
 
 
 
==Number==
 
{{{Number|}}}
 
 
 
==Pages==
 
{{{Pages|}}}
 
  
 
[[Category:Bibliographic Record]]
 
[[Category:Bibliographic Record]]
 
</includeonly>
 
</includeonly>

Revision as of 21:45, 27 August 2016

This is the "Bibliographic Record" template. It should be called in the following format:

{{Bibliographic Record
|Title=
|Resource Type=
|Author=
|Year=
|Publisher=
|Abstract=
|ISBN=
|URL=
|DOI=
|Collection=
|Journal=
|Volume=
|Number=
|Pages=
}}

Edit the page to see the template text.