Difference between revisions of "Template:Citation"

From HexWiki
Jump to: navigation, search
(Citation template, I hope)
 
(Please delete this page (or fill a citation template!))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{{
 
  #if: {{{inventor-surname|{{{inventor1-surname|{{{inventor-last|{{{inventor1-last|{{{inventor|}}}}}}}}}}}}}}}
 
<!--
 
    CITATIONS FOR PATENTS
 
-->
 
|{{Citation/patent
 
|Surname1 = {{{inventor-surname|{{{inventor1-surname|{{{inventor-last|{{{inventor1-last|{{{inventor}}}}}}}}}}}}}}}
 
|Surname2={{{inventor2-surname|{{{inventor2-last|{{{inventor2|}}}}}}}}}
 
|Surname3={{{inventor3-surname|{{{inventor3-last|{{{inventor3|}}}}}}}}}
 
|Surname4={{{inventor4-surname|{{{inventor4-last|{{{inventor4|}}}}}}}}}
 
|Given1 = {{{inventor-given|{{{inventor1-given|{{{inventor-first|{{{inventor1-first|}}}}}}}}}}}}
 
|Given2={{{inventor2-given|{{{inventor2-first|}}}}}}
 
|Given3={{{inventor3-given|{{{inventor3-first|}}}}}}
 
|Given4={{{inventor4-given|{{{inventor4-first|}}}}}}
 
|Inventorlink1={{{inventorlink1|{{{inventorlink|}}}}}}
 
|Inventorlink2={{{inventorlink2|}}}
 
|Inventorlink3={{{inventorlink3|}}}
 
|Inventorlink4={{{inventorlink4|}}}
 
|Title={{{title|}}}
 
|CountryCode={{{country-code}}}
 
|PublicationNumber={{{publication-number|{{{patent-number}}}}}}
 
|Description={{{description|}}}
 
|PublicationDate={{{publication-date|}}}
 
|IssueDate={{{issue-date|}}}
 
|Year={{{year}}}
 
}}
 
  
<!--
 
    CITATIONS FOR THINGS LIKE BOOKS AND PERIODICALS
 
-->
 
|{{Citation/core
 
  |Surname1 = {{{last|{{{surname|{{{last1|{{{surname1|{{{author1|{{{author|{{{authors|}}}}}}}}}}}}}}}}}}}}}
 
  |Surname2 = {{{last2|{{{surname2|{{{author2|}}}}}}}}}
 
  |Surname3 = {{{last3|{{{surname3|{{{author3|}}}}}}}}}
 
  |Surname4 = {{{last4|{{{surname4|{{{author4|}}}}}}}}}
 
  |Given1 = {{{first1|{{{given1|{{{first|{{{given|}}}}}}}}}}}}
 
  |Given2 = {{{first2|{{{given2|}}}}}}
 
  |Given3 = {{{first3|{{{given3|}}}}}}
 
  |Given4 = {{{first4|{{{given4|}}}}}}
 
  |Authorlink1 = {{{author-link|{{{author1-link|{{{authorlink|{{{authorlink1|}}}}}}}}}}}}
 
  |Authorlink2 = {{{author2-link|{{{authorlink2|}}}}}}
 
  |Authorlink3 = {{{author3-link|{{{authorlink3|}}}}}}
 
  |Authorlink4 = {{{author4-link|{{{authorlink4|}}}}}}
 
  |Year={{{year|{{    <!-- attempt to derive year from date, if possible -->
 
            #if: {{{date|}}}
 
            |{{
 
                #switch: {{#time:Y|{{{date|}}}}}
 
                |Error: invalid time = {{{publication-date|}}}
 
                |{{#time:Y|{{{date|}}}}}
 
              }}
 
            |{{{publication-date|}}} <!-- last resort -->
 
          }}
 
        }}}
 
  |Date = {{{date|{{{year|{{{publication-date|}}}}}}}}}
 
  |Title={{{title|}}}
 
  |URL={{{url|}}}
 
  |Series={{{series|}}}
 
  |Periodical = {{{journal|{{{periodical|{{{newspaper|{{{magazine|}}}}}}}}}}}}
 
  |Volume = {{{volume|}}}
 
  |Issue = {{{issue|{{{number|}}}}}}
 
  |At = {{
 
          #if: {{{journal|{{{periodical|{{{newspaper|{{{magazine|}}}}}}}}}}}}
 
          |{{{pages|{{{page|{{{at|}}}}}}}}}
 
          |{{
 
            #if: {{{page|}}}
 
            |p. {{{page}}}
 
            |{{
 
                #if: {{{pages|}}}
 
                |pp. {{{pages}}}
 
                |{{{at|}}}
 
              }}
 
          }}
 
        }}
 
  |IncludedWorkTitle = {{{chapter|{{{contribution|}}}}}}
 
  |IncludedWorkURL = {{{chapter-url|{{{chapterurl|{{{contribution-url|}}}}}}}}}
 
  |Edition = {{{edition|}}}
 
  |Place = {{{place|{{{location|}}}}}}
 
  |PublicationPlace = {{{publication-place|{{{place|{{{location|}}}}}}}}}
 
  |Publisher = {{{publisher|}}}
 
  |PublicationDate = {{{publication-date|}}}
 
  |EditorSurname1 = {{{editor-last|{{{editor-surname|{{{editor1-last|{{{editor1-surname|{{{editor|{{{editors|}}}}}}}}}}}}}}}}}}
 
  |EditorSurname2 = {{{editor2-last|{{{editor2-surname|}}}}}}
 
  |EditorSurname3 = {{{editor3-last|{{{editor3-surname|}}}}}}
 
  |EditorSurname4 = {{{editor4-last|{{{editor4-surname|}}}}}}
 
  |EditorGiven1 = {{{editor-first|{{{editor-given|{{{editor1-first|{{{editor1-given|}}}}}}}}}}}}
 
  |EditorGiven2={{{editor2-first|{{{editor2-given|}}}}}}
 
  |EditorGiven3={{{editor3-first|{{{editor3-given|}}}}}}
 
  |EditorGiven4={{{editor4-first|{{{editor4-given|}}}}}}
 
  |Editorlink1={{{editor-link|{{{editor1-link|}}}}}}
 
  |Editorlink2={{{editor2-link|}}}
 
  |Editorlink3={{{editor3-link|}}}
 
  |Editorlink4={{{editor4-link|}}}
 
  |ID={{{id|{{{ID|}}}}}}
 
  |ISBN={{{isbn|{{{ISBN|}}}}}}
 
  |ISSN={{{issn|{{{ISSN|}}}}}}
 
  |OCLC={{{oclc|{{{OCLC|}}}}}}
 
  |DOI={{{doi|{{{DOI|}}}}}}
 
  |AccessDate={{{access-date|{{{accessdate|}}}}}}
 
  |Ref={{{ref|}}}
 
}}
 
}}</includeonly><noinclude>{{Template doc}}</noinclude>
 

Latest revision as of 19:47, 19 November 2007