Difference between revisions of Template:Cite Hansard/doc

Jump to navigation Jump to search
m (1 revision imported)
Tag: Replaced
 
Line 1: Line 1:
{{Documentation subpage}}
See [[Wikipedia:Template:Cite Hansard/doc]]
{{cs1 wrapper |type=source |base=cite book}}<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{tl|{{PAGENAME}}}} is for citing [[hansard]]s.
 
==Usage==
Typical usage is as follows.
 
For Hansards that use a column reference:
* <code><nowiki>{{cite hansard |jurisdiction= |title= |url= |house= |date= |column= |speaker= |position=}}</nowiki></code>
* <code><nowiki>{{cite hansard |jurisdiction= |title= |url= |house= |date= |column_start= |column_end= |speaker= |position=}}</nowiki></code>
 
For Hansards that use a page reference rather than a column reference:
* <code><nowiki>{{cite hansard |jurisdiction= |title= |url= |house= |date= |page= |speaker= |position=}}</nowiki></code>
* <code><nowiki>{{cite hansard |jurisdiction= |title= |url= |house= |date= |page_start= |page_end= |speaker= |position=}}</nowiki></code>
 
For Hansards that use a part reference rather than a column reference:
* <code><nowiki>{{cite hansard |jurisdiction= |title= |url= |house= |date= |part= |speaker= |position=}}</nowiki></code>
* <code><nowiki>{{cite hansard |jurisdiction= |title= |url= |house= |date= |part= |page_start= |page_end= |speaker= |position=}}</nowiki></code>
 
==Examples==
{{markup2
|m=<nowiki>{{cite hansard |jurisdiction=Commonwealth of Australia |house=House of Representatives |date=April 1, 1994 |column=1234 |speaker=Paul Keating |position=Prime Minister}}</nowiki>
|r={{cite hansard |jurisdiction=Commonwealth of Australia |house=House of Representatives |date=April 1, 1994 |column=1234 |speaker=[[Paul Keating]] |position=Prime Minister}}
}}
Alternative where the citation appears in a bibliographic listing, ordered alphabetically
{{markup2
|m=<nowiki>{{cite hansard |jurisdiction=Commonwealth of Australia |house=House of Representatives |date=April 1, 1994 |column=1234 |speaker=Keating, Paul |speaker-link=Paul Keating |position=Prime Minister}}</nowiki>
|r={{cite hansard |jurisdiction=Commonwealth of Australia |house=House of Representatives |date=April 1, 1994 |column=1234 |speaker=Keating, Paul |speaker-link=Paul Keating |position=Prime Minister}}
}}
 
{{markup2
|m=<nowiki>{{Cite Hansard|jurisdiction=Commonwealth of Australia |house=House of Representatives |title=Section Title |url=http://www.example.org |date=April 1, 1994 |column_start=23 |column_end=34 |speaker=Paul Keating |position=Prime Minister}}</nowiki>
|r={{Cite Hansard|jurisdiction=Commonwealth of Australia |house=House of Representatives |title=Section Title |url=http://www.example.org |date=April 1, 1994 |column_start=23 |column_end=34 |speaker=Paul Keating |position=Prime Minister}}
}}
 
{{markup2
|m=<nowiki>{{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/ |archiveurl=https://www.webcitation.org/5tM2Fwxo2 |archivedate=9 October 2010 |house=[[Tasmanian House of Assembly|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}}</nowiki>
|r={{Cite Hansard|jurisdiction=Tasmania |title=TASMANIAN DEVILS – SPREAD OF CANCER |url=https://www.webcitation.org/5tM2Fwxo2 |house=[[Tasmanian House of Assembly|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=<nowiki>{{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=[[Western Australian Legislative Council|Legislative Council]] |date=9 November 2000 |page=2692c |speaker=[[Murray Criddle]] |position=Minister for Transport |archiveurl=https://www.webcitation.org/6RUlhlnPb |archivedate=1 August 2014 |url-status=live}}</nowiki>
|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=[[Western Australian Legislative Council|Legislative Council]] |date=9 November 2000 |page=2692c |speaker=[[Murray Criddle]] |position=Minister for Transport |archiveurl=https://www.webcitation.org/6RUlhlnPb |archivedate=1 August 2014 |url-status=live}}
}}
 
{{markup2
|m=<nowiki>{{Cite Hansard|house=House of Commons |title=A Title |url=http://www.example.org |date=April 1, 1996 |column_start=23 |column_end=34}}</nowiki>
|r={{Cite Hansard|house=House of Commons |title=A Title |url=http://www.example.org |date=April 1, 1996 |column_start=23 |column_end=34}}
}}
 
==Parameters==
<templatedata>
{
"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
}
},
"description": "Citation template for parliamentary debates",
"format": "inline",
"paramOrder": [
"title",
"jurisdiction",
"house",
"date",
"volume",
"url",
"column",
"column_start",
"column_end",
"speaker",
"position",
"hansard"
]
}
</templatedata>
 
===Quote===
{{csdoc|quote}}
 
==See also==
* {{tl|UK Parliament}} for detailed links to [[TheyWorkForYou]], a presentation of UK Parliament speeches post-2001.
* {{tl|hansard}} for citing UK hansard in shortened form (auto fills title and date)
* {{tl|Ukhansard}} for an alternative method of citing UK hansards.
*{{tl|Hansard-contribs}}, for usage in external links
 
{{Citation Style 1}}
{{Wikipedia referencing}}
{{UF-COinS}}
<includeonly>{{Sandbox other||
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Parliament of the United Kingdom templates]]
[[Category:Law citation templates|Hansard]]
}}</includeonly>

Latest revision as of 14:24, 5 June 2020