Template:Cite Hansard/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

{{Cite Hansard/doc}} 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

  • {{cite Hansard |jurisdiction=Commonwealth of Australia |house=House of Representatives |date=April 1, 1994 |column=1234 |speaker=Paul Keating |position=Prime Minister}}
    Paul Keating, Prime Minister (April 1, 1994). Parliamentary Debates (Hansard). Commonwealth of Australia: House of Representatives. col. 1234.

Alternative where the citation appears in a bibliographic listing, ordered alphabetically

  • {{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}}
    Keating, Paul, Prime Minister (April 1, 1994). Parliamentary Debates (Hansard). Commonwealth of Australia: House of Representatives. col. 1234.


  • {{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}}
    Paul Keating, Prime Minister (April 1, 1994). "Section Title". Parliamentary Debates (Hansard). Commonwealth of Australia: House of Representatives. col. 23–34.


  • {{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 |archive-date=9 October 2010 |house=[[w:Tasmanian House of Assembly|House of Assembly]] |date=20 August 2003 |part=1 |page_start=1 |page_end=29 |speaker=[[w:Bryan Green|Bryan Green]] |position=Minister for Primary Industries, Water and Environment}}
    Bryan Green, Minister for Primary Industries, Water and Environment (20 August 2003). "TASMANIAN DEVILS – SPREAD OF CANCER". Parliamentary Debates (Hansard). Tasmania: House of Assembly. Part 1: pp. 1–29.


  • {{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=[[w:Western Australian Legislative Council|Legislative Council]] |date=9 November 2000 |page=2692c |speaker=[[w:Murray Criddle|Murray Criddle]] |position=Minister for Transport |archive-url=https://www.webcitation.org/6RUlhlnPb |archive-date=1 August 2014 |url-status=live}}
    Murray Criddle, Minister for Transport (9 November 2000). "Old Coast Road, Improvements to Ease Traffic Congestion" (PDF). Parliamentary Debates (Hansard). Western Australia: Legislative Council. p. 2692c. Archived from the original on 1 August 2014.


  • {{Cite Hansard|house=House of Commons |title=A Title |url=http://www.example.org |date=April 1, 1996 |column_start=23 |column_end=34}}
    "A Title". Parliamentary Debates (Hansard). House of Commons. April 1, 1996. col. 23–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

  • quote: Relevant text quoted from the source. Displays enclosed in quotes. When supplied, the citation terminator (a period by default) is suppressed, so the quote must include terminating punctuation. If script-quote is defined, use quote to hold a Romanization (if available) of the text in script-quote.
    • script-quote: Original quotation for languages that do not use a Latin-based script (Arabic, Chinese, Cyrillic, Greek, Hebrew, Japanese, Korean, etc.); not italicized, follows italicized Romanization defined in quote (if available). Alias: none. Must be prefixed with one of the supported language codes to help browsers properly display the script:
      ... |quote=Tōkyō tawā |script-quote=ja:東京タワー |trans-quote=Tokyo Tower ...
    • trans-quote: English translation of the quotation if the source quoted is in a foreign language. Displays in square brackets. Alias: none.
  • quote-page: The number of a single page quoted in |quote=. Use either |quote-page= or |quote-pages=, but not both. Should be a subset of the page(s) specified in |page=, |pages= or |at=. Displays preceded by p. unless |no-pp=yes. If hyphenated, use {{hyphen}} to indicate this is intentional (e.g. |quote-page=3{{hyphen}}12). Alias: none.
  • OR: quote-pages: A list or range of pages quoted in |quote=. Use either |quote-page= or |quote-pages=, but not both. Should be a subset of the pages specified in |pages= or |at=. Separate using an en dash (–); separate non-sequential pages with a comma (,). Displays preceded by pp. unless |no-pp=yes is defined. Hyphens are automatically converted to en dashes; if hyphens are appropriate because individual page numbers contain hyphens, for example: pp. 3-1–3-15, use double parentheses to tell the template to display the value of |quote-pages= without processing it, and use {{hyphen}} to indicate to editors that a hyphen is really intended: |quote-pages=((3{{hyphen}}1{{ndash}}3{{hyphen}}15)). Alias: none.

See also

  • {{UK Parliament}} for detailed links to TheyWorkForYou, a presentation of UK Parliament speeches post-2001.
  • {{Hansard}} for citing UK Hansard in shortened form (auto fills title and date)
  • {{Ukhansard}} for an alternative method of citing UK hansards.
  • {{Hansard-contribs}}, for usage in external links
  • {{ELI}}, for referencing legal documents in any European nation implementing the scheme (including the UK)

This template produces COinS metadata; see COinS in Wikipedia for background information.