Difference between revisions of "Template:Citation/fast"

From blackwiki
Jump to navigation Jump to search
imported>Br'er Rabbit
(this is a testbed, for helping to improve existing citation templates, and should be not deployed in article space)
imported>Wikid77
(redid Date to allow date or day/month/year; added PublicationPlace (for {location} ) & quick EditorSurname1, EditorGiven1.)
Line 1: Line 1:
 
{{citation/core
 
{{citation/core
| Surname1={{{last|{{{last1|{{{author|<noinclude>Doe</noinclude>}}} }}} }}}
+
| Surname1={{{last|{{{author|{{{last1|<noinclude>Doe</noinclude>}}} }}} }}}
 
| Surname2={{{last2|{{{author2|}}} }}}
 
| Surname2={{{last2|{{{author2|}}} }}}
 
| Surname3={{{last3|{{{author3|}}} }}}
 
| Surname3={{{last3|{{{author3|}}} }}}
Line 7: Line 7:
 
| Given3={{{first3|}}}
 
| Given3={{{first3|}}}
 
| Coauthors={{{coauthors|{{{coauthor|}}} }}}
 
| Coauthors={{{coauthors|{{{coauthor|}}} }}}
 +
| EditorSurname1 = {{{editor|{{{editor-last|}}} }}}
 +
| EditorGiven1 = {{{editor-first|}}}
 
| IncludedWorkTitle={{{title|<noinclude>Title</noinclude>}}}
 
| IncludedWorkTitle={{{title|<noinclude>Title</noinclude>}}}
 
| Title={{{work|}}}
 
| Title={{{work|}}}
Line 12: Line 14:
 
| Periodical={{{journal|{{{magazine|}}} }}}
 
| Periodical={{{journal|{{{magazine|}}} }}}
 
| Volume={{{volume|}}}
 
| Volume={{{volume|}}}
 +
| PublicationPlace = {{{location|}}}
 
| Publisher={{{publisher|}}}
 
| Publisher={{{publisher|}}}
| Date={{{date|}}}
+
| Date={{#if:{{{date|}}}|{{{date}}}|{{{day|}}} {{{month|}}} {{{year|{{{publication-date|}}}}}}}}
 
| Year={{{year|}}}
 
| Year={{{year|}}}
| At={{{page|{{{p|{{{pages|{{{at|}}} }}} }}} }}}
+
| At={{{page|{{{pages|{{{at|}}} }}} }}}
 
| ISBN={{{isbn|}}}
 
| ISBN={{{isbn|}}}
 
| ISSN={{{issn|}}}
 
| ISSN={{{issn|}}}

Revision as of 05:19, 19 August 2012

Doe, John. "Title". http://www.www. Retrieved 1 May 2012 .


NOTE: Template:Cite_fast runs twice as fast as {{cite web}}.
It is almost 2 seconds faster for every 50 citations.
Only the minimal parameters are supported, including:  author, last, first, coauthors, title, url (urlx), work, journal (or magazine), volume, publisher, date, year, page (or pages/p/at), isbn, issn, doi, pmid, pmc, bibcode, accessdate (or acc), and sep.

For more details, see: Template:Cite_web/doc.