:Template:Cite Hansard/doc
{{Documentation subpage}}
{{CS1 wrapper |type=source |base=cite book}}
{{Template link|{{PAGENAME}}}} is for citing hansards.
Usage
Typical usage is as follows.
For Hansards that use a column reference:
{{cite Hansard |jurisdiction= |title= |url= |house= |date= |column= |speaker= |position=}} {{cite Hansard |jurisdiction= |title= |url= |house= |date= |column_start= |column_end= |speaker= |position=}}
For Hansards that use a page reference rather than a column reference:
{{cite Hansard |jurisdiction= |title= |url= |house= |date= |page= |speaker= |position=}} {{cite Hansard |jurisdiction= |title= |url= |house= |date= |page_start= |page_end= |speaker= |position=}}
For Hansards that use a part reference rather than a column reference:
{{cite Hansard |jurisdiction= |title= |url= |house= |date= |part= |speaker= |position=}} {{cite Hansard |jurisdiction= |title= |url= |house= |date= |part= |page_start= |page_end= |speaker= |position=}}
Examples
{{markup2
|m=
|r={{cite Hansard |jurisdiction=Commonwealth of Australia |house=House of Representatives |date=1 April 1994 |column=1234 |speaker=Paul Keating |position=Prime Minister}}
}}
Alternative where the citation appears in a bibliographic listing, ordered alphabetically
{{markup2
|m=
|r={{cite Hansard |jurisdiction=Commonwealth of Australia |house=House of Representatives |date=1 April 1994 |column=1234 |speaker=Keating, Paul |speaker-link=Paul Keating |position=Prime Minister}}
}}
{{markup2
|m=
|r={{Cite Hansard|jurisdiction=Commonwealth of Australia |house=House of Representatives |title=Section Title |url=http://www.example.org |date=1 April 1994 |column_start=23 |column_end=34 |speaker=Paul Keating |position=Prime Minister}}
}}
{{markup2
|m=
|r={{Cite Hansard|jurisdiction=Tasmania |title=TASMANIAN DEVILS – SPREAD OF CANCER |url=http://www.parliament.tas.gov.au/HansardHouse/isysquery/321465b7-3d23-4d74-bb46-4fb960c2988f/3/doc/ |archive-url=https://www.webcitation.org/5tM2Fwxo2?url=http://www.parliament.tas.gov.au/HansardHouse/isysquery/321465b7-3d23-4d74-bb46-4fb960c2988f/3/doc/ |url-status=dead |archive-date=2010-10-09 |house=House of Assembly |date=20 August 2003 |part=1 |page_start=1 |page_end=29 |speaker=Bryan Green |position=Minister for Primary Industries, Water and Environment}}
}}
{{markup2
|m=
|r={{Cite Hansard |jurisdiction=Western Australia |title=Old Coast Road, Improvements to Ease Traffic Congestion |url=http://www.parliament.wa.gov.au/Hansard%5Chansard.nsf/0/e89e79e5b53563a2c82575700080a05c/$FILE/C35%20S4%2020001109%20p2692c-2692c.pdf |format=PDF |house=Legislative Council |date=9 November 2000 |page=2692c |speaker=Murray Criddle |position=Minister for Transport |archive-url=https://web.archive.org/web/20141129021023/http://www.parliament.wa.gov.au/Hansard%5Chansard.nsf/0/e89e79e5b53563a2c82575700080a05c/$FILE/C35%20S4%2020001109%20p2692c-2692c.pdf |archive-date=29 November 2014 |url-status=live}}
}}
{{markup2
|m=
|r={{Cite Hansard|house=House of Commons |title=A Title |url=http://www.example.org |date=1 April 1996 |column_start=23 |column_end=34}}
}}
TemplateData
{{TemplateData header}}
{
"params": {
"speaker": {
"label": "Speaker",
"description": "Name of the parliamentarian speaking",
"example": "Joe Bloggs",
"type": "string"
},
"position": {
"label": "Position",
"description": "Position of the parliamentarian speaking",
"example": "Minister of Silly Walks",
"type": "string"
},
"title": {
"label": "Title",
"description": "Title of the debate being referenced",
"example": "Select Vestries Bill",
"suggested": true,
"type": "string"
},
"hansard": {
"label": "Hansard",
"description": "Title of Hansard, if different to usual",
"type": "string",
"default": "Parliamentary Debates (Hansard)"
},
"column_start": {
"label": "First column",
"type": "number",
"description": "First column of the debate in Hansard"
},
"column_end": {
"label": "Last column",
"type": "number",
"description": "Last column of the debate in Hansard"
},
"column": {
"label": "Column",
"type": "number",
"description": "Column of Hansard in which the debate occurs, if singular",
"example": "5"
},
"jurisdiction": {
"label": "Jurisdiction",
"description": "The jurisdiction that the Hansard applies to",
"example": "Parliament of the United Kingdom",
"type": "string",
"suggested": true
},
"house": {
"label": "House",
"description": "The parliamentary chamber that the debate pertains to",
"suggested": true,
"example": "House of Lords",
"type": "string"
},
"url": {
"label": "URL",
"description": "Link to online record of Hansard",
"suggested": true,
"type": "url"
},
"volume": {
"label": "Volume",
"description": "The volume of Hansard being cited",
"example": "783",
"type": "number",
"suggested": true
},
"date": {
"label": "Date",
"description": "Date of the debate in question, as recorded in Hansard",
"example": "21 June 2017",
"type": "date",
"suggested": true
},
"page": {
"label": "Page",
"description": "The page of Hansard being referenced",
"example": "1",
"type": "number",
"suggested": true
}
},
"description": "Citation template for parliamentary debates",
"format": "inline",
"paramOrder": [
"title",
"jurisdiction",
"house",
"date",
"volume",
"url",
"column",
"column_start",
"column_end",
"speaker",
"position",
"hansard",
"page"
]
}
=Quote=
{{Citation Style documentation|quote}}
See also
- {{Template link|UK Parliament}} for detailed links to TheyWorkForYou, a presentation of UK Parliament speeches post-2001.
- {{Template link|Hansard}} for citing UK Hansard in shortened form (auto fills title and date)
- {{Template link|Ukhansard}} for an alternative method of citing UK hansards.
- {{Template link|Hansard-contribs}}, for usage in external links
- {{Template link|ELI}}, for referencing legal documents in any European nation implementing the scheme (including the UK)
{{Citation Style 1}}
{{Wikipedia referencing}}
{{UF-COinS}}
Category:Parliament of the United Kingdom templates
}}