Difference between revisions of "Template:LexiconCreatedBy/Citation"

From GATE
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<div class="mw-specialCiteThisPage-bibliographic">
 
  
 
== Bibliographic details for {{BASEPAGENAME}} ==
 
== Bibliographic details for {{BASEPAGENAME}} ==
 
+
You can build your own citation style using the following bibliographic details:
* Title: {{BASEPAGENAME}}
+
* '''Title''': {{BASEPAGENAME}}
* Author: {{REVISIONUSER}}
+
* '''Author''': {{REVISIONUSER}}
* In: ''Lexicon of modernity''
+
* '''In''': ''Lexicon of modernity''
* Publisher: {{Publisher}}.
+
* '''Place of publication''': Rome
* Date of last revision: {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} {{CURRENTTIME}} UTC
+
* '''Publisher''': {{Publisher}}
* Date retrieved: <citation>{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}</citation>
+
* '''Year of publication''': {{REVISIONYEAR}}
* Permanent URL: {{canonicalurl:{{BASEPAGENAME}}}}
+
* '''Permanent URL''': {{canonicalurl:{{BASEPAGENAME}}}}
* Page Version ID: {{REVISIONID:{{BASEPAGENAME}}}}
+
* '''ISBN''': 9788878393950
 
+
* '''DOI''': 10.5281/zenodo.1483194
</div>
+
* '''Date retrieved''': {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
<div class="plainlinks mw-specialCiteThisPage-styles">
 
 
 
== Citation styles for {{BASEPAGENAME}} ==
 
 
 
=== APA style ===
 
{{BASEPAGENAME}}. ({{CURRENTYEAR}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}). ''{{Publisher}}, {{int:sitesubtitle}}''. Retrieved <citation>{{CURRENTTIME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation> from {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}.
 
 
 
=== MLA style ===
 
"{{BASEPAGENAME}}." ''{{Publisher}}, {{int:sitesubtitle}}''. {{CURRENTDAY}} {{CURRENTMONTHABBREV}} {{CURRENTYEAR}}, {{CURRENTTIME}} UTC. <citation>{{CURRENTDAY}} {{CURRENTMONTHABBREV}} {{CURRENTYEAR}}, {{CURRENTTIME}}</citation> &lt;{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}&gt;.
 
 
 
=== Bluebook style ===
 
{{BASEPAGENAME}}, {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} (last visited <citation>{{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation>).
 
  
 
=== BibTeX entry ===
 
=== BibTeX entry ===
  
   @misc{ wiki:xxx,
+
   @incollection{{{REVISIONUSER}}{{REVISIONYEAR}},
     author = "{{Publisher}}",
+
     author = "{{REVISIONUSER}}",
     title = "{{BASEPAGENAME}} --- {{Publisher}}{,} {{int:sitesubtitle}}",
+
     title = "{{BASEPAGENAME}}",
     year = "{{CURRENTYEAR}}",
+
    booktitle = "Lexicon of modernity",
     url = "{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}",
+
    publisher = "{{Publisher}}",
     note = "[Online; accessed <citation>{{CURRENTDAY}}-{{CURRENTMONTHNAME}}-{{CURRENTYEAR}}</citation>]"
+
     year = "{{REVISIONYEAR}}",
 +
     url = "{{canonicalurl:{{BASEPAGENAME}}}}",
 +
     note = "[Online; accessed {{CURRENTDAY}}-{{CURRENTMONTHNAME}}-{{CURRENTYEAR}}]"
 
   }
 
   }
 
When using the LaTeX package url (<code>\usepackage{url}</code> somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
 
 
  @misc{ wiki:xxx,
 
    author = "{{Publisher}}",
 
    title = "{{BASEPAGENAME}} --- {{Publisher}}{,} {{int:sitesubtitle}}",
 
    year = "{{CURRENTYEAR}}",
 
    url = "'''\url{'''{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}'''}'''",
 
    note = "[Online; accessed <citation>{{CURRENTDAY}}-{{CURRENTMONTHNAME}}-{{CURRENTYEAR}}</citation>]"
 
  }
 
 
 
</div> <!--closing div for "plainlinks"-->
 

Latest revision as of 12:50, 20 February 2019


Bibliographic details for LexiconCreatedBy

You can build your own citation style using the following bibliographic details:

BibTeX entry

 @incollection{ArchivesPUG2019,
   author = "ArchivesPUG",
   title = "LexiconCreatedBy",
   booktitle = "Lexicon of modernity",
   publisher = "GB Press",
   year = "2019",
   url = "https://gate.unigre.it/mediawiki/index.php/LexiconCreatedBy",
   note = "[Online; accessed 2-May-2024]"
 }