Difference between revisions of "Template:Citation/fast"

From blackwiki
Jump to navigation Jump to search
imported>Wikid77
(set Volume= & Sep={sep|.}; listed the minimal parameters)
imported>Wikid77
(added Surname2, Surname3 & Given2, Given3; set to use "." when empty "separator=".)
Line 1: Line 1:
 
{{citation/core
 
{{citation/core
| Surname1={{{last|{{{author|}}} }}}
+
| Surname1={{{last|{{{last1|{{{author|<noinclude>Doe</noinclude>}}} }}} }}}
| Given1={{{first|}}}
+
| Surname2={{{last2|{{{author2|}}} }}}
| Coauthors={{{coauthors|}}}
+
| Surname3={{{last3|{{{author3|}}} }}}
 +
| Given1={{{first|{{{first1|<noinclude>John</noinclude>}}} }}}
 +
| Given2={{{first2|}}}
 +
| Given3={{{first3|}}}
 +
| Coauthors={{{coauthors|{{{coauthor|}}} }}}
 
| IncludedWorkTitle={{{title|<noinclude>Title</noinclude>}}}
 
| IncludedWorkTitle={{{title|<noinclude>Title</noinclude>}}}
 
| Title={{{work|}}}
 
| Title={{{work|}}}
Line 15: Line 19:
 
| ISSN={{{issn|}}}
 
| ISSN={{{issn|}}}
 
| AccessDate={{{accessdate|{{{acc|<noinclude>1 May 2012</noinclude>}}} }}}
 
| AccessDate={{{accessdate|{{{acc|<noinclude>1 May 2012</noinclude>}}} }}}
| Sep={{{sep|.}}}
+
| Sep = {{#if:{{{separator|{{{sep|}}} }}}
 +
  |{{#ifeq:{{{separator|{{{sep}}} }}}|;|&#059;|{{{separator|{{{sep}}} }}} }}
 +
  |.<!--else "." when empty "separator=" --
 +
  -->}}
 
}}<noinclude>
 
}}<noinclude>
 
{| class=wikitable style="margin-right:0" width="99.6%"
 
{| class=wikitable style="margin-right:0" width="99.6%"
Line 24: Line 31:
 
<br>
 
<br>
 
|}
 
|}
{{documentation|Template:Cite_web/doc}}
+
<!-- {{documentation|Template:Cite_web/doc}}
 
</noinclude>
 
</noinclude>

Revision as of 05:47, 15 July 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, work, journal (or magazine), volume, publisher, date, year, page (or pages/p), isbn, issn, accessdate (or acc), and sep.