HFGCS Wiki softlaunch is expected late December 2024 or else January 2025.
Template:Cite web: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<includeonly | <includeonly>{{#if:{{{url|}}}|[{{{url}}} {{#if:{{{title|}}}|{{{title}}}|{{{url}}}}}]|{{{title|}}}}}{{#if:{{{author|}}}|, {{{author}}}}}{{#if:{{{publisher|}}}|, ''{{{publisher}}}''<!---->}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{access-date|}}}|. Retrieved {{{access-date}}}}}{{#if:{{{archive-url|}}}|. [{{{archive-url}}} Archived]{{#if:{{{archive-date|}}}|, {{{archive-date}}}}}}}.</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{"params":{"url":{"label":"URL","description":"The URL of the source","type":"url","required":true,"suggested":true},"title":{"label":"Title","description":"The title of the web page or article","type":"string","required":true,"suggested":true},"author":{"label":"Author","description":"Author name(s)","type":"string"},"publisher":{"label":"Publisher","description":"Publisher or website name","type":"string"},"date":{"label":"Publication Date","description":"Publication date","type":"date"},"access-date":{"label":"Access Date","description":"Date the URL was accessed","type":"date"},"archive-url":{"label":"Archive URL","description":"Archive.org or other archive URL","type":"url"},"archive-date":{"label":"Archive Date","description":"Date of archive","type":"date"}},"description":"Creates a citation for web pages and online articles","paramOrder":["url","title","author","publisher","date","access-date","archive-url","archive-date"],"format":"inline"} | {"params":{"url":{"label":"URL","description":"The URL of the source","type":"url","required":true,"suggested":true},"title":{"label":"Title","description":"The title of the web page or article","type":"string","required":true,"suggested":true},"author":{"label":"Author","description":"Author name(s)","type":"string"},"publisher":{"label":"Publisher","description":"Publisher or website name","type":"string"},"date":{"label":"Publication Date","description":"Publication date","type":"date"},"access-date":{"label":"Access Date","description":"Date the URL was accessed","type":"date"},"archive-url":{"label":"Archive URL","description":"Archive.org or other archive URL","type":"url"},"archive-date":{"label":"Archive Date","description":"Date of archive","type":"date"}},"description":"Creates a citation for web pages and online articles","paramOrder":["url","title","author","publisher","date","access-date","archive-url","archive-date"],"format":"inline"} | ||
Latest revision as of 07:28, 8 December 2025
Creates a citation for web pages and online articles
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| URL | url | The URL of the source | URL | required |
| Title | title | The title of the web page or article | String | required |
| Author | author | Author name(s) | String | optional |
| Publisher | publisher | Publisher or website name | String | optional |
| Publication Date | date | Publication date | Date | optional |
| Access Date | access-date | Date the URL was accessed | Date | optional |
| Archive URL | archive-url | Archive.org or other archive URL | URL | optional |
| Archive Date | archive-date | Date of archive | Date | optional |
Usage
{{cite web
|url=
|title=
|author=
|publisher=
|date=
|access-date=
|archive-url=
|archive-date=
}}
Parameters
- url - The URL of the source (required)
- title - The title of the web page or article (required)
- author - Author name(s)
- publisher - Publisher or website name
- date - Publication date
- access-date - Date the URL was accessed
- archive-url - Archive.org or other archive URL
- archive-date - Date of archive
Example
{{cite web
|url=https://www.af.mil/News/Article/12345/
|title=Communications System Overview
|author=John Smith
|publisher=U.S. Air Force
|date=2024-01-15
|access-date=2025-12-06
}}
Renders as: Communications System Overview, John Smith, U.S. Air Force, 2024-01-15. Retrieved 2025-12-06.