Template:Cite web

From SRB2 Wiki
Jump to navigation Jump to search


Usage

Use to cite another source, i.e. a book, a website, etc. Think of MLA/APA citations. See also Special:Whatlinkshere/Template:Cite web, Template:Cite web/doc (Wikipedia).

Wrap this template around a <ref> tag, like so:


<ref>{{Cite web
| title = Article/Section Name
| work = Place you found it.
| accessdate = The date you accessed it.
| url = Its website.  You do not enclose this in brackets.
}}</ref>

Then put the tag <references/> in a "References" section. This will display all citations in the place where <references/> is.

Example

The following code...:

<ref>{{Cite web
| title = Some Title
| work = Somewhere
| accessdate = Sometime
| url = http://www.someurl.com/
}}</ref>

...will cause this[1]:

  1. Some Title. Somewhere. Retrieved on Sometime.