Template:Cite news: Difference between revisions

From Chalo Chatu, Zambia online encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>{{#invoke:CitationLite|cite_news}}</includeonly>
<includeonly>{{#invoke:CitationLite|cite_web}}</includeonly>
<noinclude>
<noinclude>
== Purpose ==
== Purpose ==
News citation with newspaper style.
Lightweight web citation for Chalo Chatu. No CS1 dependency.


== Parameters ==
== Parameters ==
Same as {{Cite web}}. You may also use
;author : Single author name
;newspaper : Newspaper name if different from website
;authors : List of authors separated by semicolons or commas
;last, first : Alternative to author
;title : Page or article title
;website, work : Site name
;publisher : Publisher name
;date : Publication date
;url : Source URL
;access-date : When you accessed it
;archive-url : Web archive snapshot
;archive-date : Archive date
;url-status : live or dead
;language, lang : Language tag like en, bemba, ny


== Example ==
== Example ==
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Cite news
{{Cite web
  | author     = Reporter Name
  | author       = Ministry of Information
  | title       = Power outage hits parts of Lusaka
  | title       = Government launches new portal
  | newspaper  = Times of Zambia
| website      = Cabinet Office
  | date       = 2025-08-29
  | publisher    = Government of the Republic of Zambia
  | url         = https://www.times.co.zm/article/power-outage
  | date         = 2025-07-12
  | access-date = 2025-09-08
  | url         = https://www.example.gov.zm/portal
  | access-date = 2025-09-08
| archive-url  = https://web.archive.org/web/20250720/https://www.example.gov.zm/portal
| archive-date = 2025-07-20
| url-status  = live
}}
}}
</syntaxhighlight>
</syntaxhighlight>
</noinclude>
</noinclude>

Latest revision as of 10:47, 8 September 2025


Purpose

Lightweight web citation for Chalo Chatu. No CS1 dependency.

Parameters

author
Single author name
authors
List of authors separated by semicolons or commas
last, first
Alternative to author
title
Page or article title
website, work
Site name
publisher
Publisher name
date
Publication date
url
Source URL
access-date
When you accessed it
archive-url
Web archive snapshot
archive-date
Archive date
url-status
live or dead
language, lang
Language tag like en, bemba, ny

Example

{{Cite web
 | author       = Ministry of Information
 | title        = Government launches new portal
 | website      = Cabinet Office
 | publisher    = Government of the Republic of Zambia
 | date         = 2025-07-12
 | url          = https://www.example.gov.zm/portal
 | access-date  = 2025-09-08
 | archive-url  = https://web.archive.org/web/20250720/https://www.example.gov.zm/portal
 | archive-date = 2025-07-20
 | url-status   = live
}}