Template:Citation/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Usage == This template is used to create a standardized citation format. Example usage: <pre> {{Citation | last = Smith | first = John | year = 2023 | title = Example Article | publisher = Example Publisher | page = 45 }} </pre>") |
(→Usage) |
||
Line 6: | Line 6: | ||
| last = Smith | | last = Smith | ||
| first = John | | first = John | ||
| title = Example Article | | title = Example Article | ||
| website = Example Website | |||
| publisher = Example Publisher | | publisher = Example Publisher | ||
| year = 2023 | |||
| page = 45 | | page = 45 | ||
| url = http://www.example.com/article | |||
}} | }} | ||
</pre> | </pre> | ||
== Parameters == | |||
;last: Author's last name. | |||
;first: Author's first name. | |||
;title: Title of the article or book. | |||
;website: Name of the website. | |||
;publisher: Publisher of the source. | |||
;year: Year of publication. | |||
;page: Page number(s) of the citation. | |||
;url: URL of the source. |
Latest revision as of 14:06, 25 June 2024
Usage
This template is used to create a standardized citation format. Example usage:
{{Citation | last = Smith | first = John | title = Example Article | website = Example Website | publisher = Example Publisher | year = 2023 | page = 45 | url = http://www.example.com/article }}
Parameters
- last
- Author's last name.
- first
- Author's first name.
- title
- Title of the article or book.
- website
- Name of the website.
- publisher
- Publisher of the source.
- year
- Year of publication.
- page
- Page number(s) of the citation.
- url
- URL of the source.