Template:Cite web: Difference between revisions

From Blank Chronicle
(Created page with "<noinclude> <div class="page-container">Template for displaying summary information about people, especially musicians, vocalists, and other performers. '''Usage: Copy paste...")
 
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
<div class="page-container">Template for displaying summary information about people, especially musicians, vocalists, and other performers.
Template for citing web sources, based on [https://en.wikipedia.org/wiki/Template:Cite_web Wikipedia's Cite web template].
 
'''Usage: Copy paste the code below, filling in relevant fields after the = sign. Fields that are left empty or are removed will not show up in the generated infobox.'''


'''Usage: Copy paste the code below, filling in relevant fields after the = sign. Fields that are left empty or are removed will not show up in the generated citation.'''
<syntaxhighlight lang="html+handlebars">{{cite web
|url=
|title=
|last=
|first=
|date=
|website=
|publisher=
|language=
|trans-title=
|type=
|access-date=}}</syntaxhighlight>
<!--
<syntaxhighlight lang="html+handlebars">{{cite web
<syntaxhighlight lang="html+handlebars">{{cite web
  |url=
  |url=
Line 10: Line 22:
  |last=
  |last=
  |first=
  |first=
|author-link=
  |last2=
  |last2=
  |first2=
  |first2=
|author-link2=
  |date=
  |date=
  |year=
  |year=
Line 19: Line 29:
  |editor-last=
  |editor-last=
  |editor-first=
  |editor-first=
|editor-link=
  |editor2-last=
  |editor2-last=
  |editor2-first=
  |editor2-first=
|editor2-link=
  |department=
  |department=
  |website=
  |website=
  |series=
  |series=
  |publisher=
  |publisher=
|agency=
  |location=
  |location=
  |page=
  |page=
Line 37: Line 44:
  |type=
  |type=
  |format=
  |format=
|arxiv=
  |asin=
  |asin=
|bibcode=
  |doi=
  |doi=
  |doi-broken-date=
  |doi-broken-date=
  |isbn=
  |isbn=
  |issn=
  |issn=
|jfm=
|jstor=
|lccn=
|mr=
|oclc=
|ol=
|osti=
|pmc=
|pmid=
|rfc=
|ssrn=
|zbl=
  |id=
  |id=
  |access-date=
  |access-date=
Line 63: Line 56:
  |via=
  |via=
  |quote=
  |quote=
|ref=
  |postscript=}}</syntaxhighlight>--></noinclude>
  |postscript=}}</syntaxhighlight></div></noinclude>
<includeonly>{{#if: {{{last|}}}| {{#if: {{{first|}}}| {{{last|}}}, {{{first}}}.|{{{last}}}.}}|}}"[{{{url}}} {{#if: {{{title|}}}| {{{title}}}|}}]". {{#if: {{{trans-title|}}}| {{#if: {{{language|}}}| [{{{trans-title}}}]  (in {{{language}}}).|[{{{trans-title}}}].}}|}} {{#if: {{{type|}}}|{{{type}}}.|}} {{#if: {{{website|}}}| ''{{{website}}}''.|}} {{#if: {{{publisher|}}}| {{{publisher}}}.|}} {{#if: {{{date|}}}| {{{date}}}.|}} {{#if: {{{access-date|}}}|Retrieved {{{access-date}}}.|}}</includeonly>

Latest revision as of 22:23, 23 November 2020

Template for citing web sources, based on Wikipedia's Cite web template.

Usage: Copy paste the code below, filling in relevant fields after the = sign. Fields that are left empty or are removed will not show up in the generated citation.

{{cite web
 |url=
 |title=
 |last=
 |first=
 |date=
 |website=
 |publisher=
 |language=
 |trans-title=
 |type=
 |access-date=}}