Template:Infobox court case/doc: Difference between revisions

Jump to navigation Jump to search
m (1 revision imported)
en>SWinxy
(Remove documentation for |imagelink=)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE. -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{High-use}}
{{Auto italic title}}
{{Auto italic title}}
{{Update|documentation}}
{{Update|documentation}}
Line 7: Line 8:
==Usage==
==Usage==
This template summarizes information about a specific court case.
This template summarizes information about a specific court case.
{{Parameter names example
|name             
|court             
|image             
|imagesize         
|imagealt         
|caption           
|full name         
|date decided     
|citations         
|ECLI             
|transcripts       
|judges           
|number of judges 
|decision by       
|concurring       
|dissenting       
|concur/dissent   
|prior actions     
|appealed from     
|appealed to       
|subsequent actions
|related actions   
|opinions         
|keywords         
|italic title     
}}


<pre>{{Infobox court case
<syntaxhighlight lang="wikitext">
{{Infobox court case
|name              =  
|name              =  
|court              =  
|court              =  
|image              =  
|image              =  
|imagesize          =  
|imagesize          =  
|imagelink          =
|imagealt          =  
|imagealt          =  
|caption            =  
|caption            =  
|full name          =  
|full name          =  
|date decided      = <!-- {{start date|yyyy|mm|dd|df=}} -->
|date decided      =  
|citations          =  
|citations          =  
|ECLI              =  
|ECLI              =  
Line 33: Line 61:
|related actions    =  
|related actions    =  
|opinions          =  
|opinions          =  
|keywords          = <!-- {{hlist | }} -->
|keywords          = <!-- {{Hlist|...}} -->
|italic title      =  
|italic title      =  
}}
}}
</pre>
</syntaxhighlight>


==Parameters==
==Parameters==
Line 46: Line 74:
:The name of the court that the case was heard in. <nowiki>[[Wikilink]]</nowiki> the name to a Wikipedia article about the court, if there is one. To cause the template to automatically display an image of the [[coat of arms]] of a court or of the court building, enter the name of the court as shown at {{tl|Infobox court case/images}}.
:The name of the court that the case was heard in. <nowiki>[[Wikilink]]</nowiki> the name to a Wikipedia article about the court, if there is one. To cause the template to automatically display an image of the [[coat of arms]] of a court or of the court building, enter the name of the court as shown at {{tl|Infobox court case/images}}.
;image
;image
:An image to represent the court, such as a coat of arms or a photograph of a courthouse. Type the name of the image without the "<tt>File:</tt>" prefix and do not [[Help:Link|wikilink]] it. If you omit this parameter, the template automatically displays an image according to the scheme at {{tl|Infobox court case/images}}.
:An image to represent the court, such as a coat of arms or a photograph of a courthouse. Type the name of the image without the "{{mono|File:}}" prefix and do not [[Help:Link|wikilink]] it. If you omit this parameter, the template automatically displays an image according to the scheme at {{tl|Infobox court case/images}}.
:Note that only images that have been released under a [[free content|free licence]] should be used here. Such images should preferably be uploaded to the [[:commons:Main Page|Wikimedia Commons]]. ''Do not'' use images under a (supposed) "[[Wikipedia:Non-free content|fair use]]" justification, as the use of such images in infoboxes probably does not constitute fair use.
:Note that only images that have been released under a [[free content|free licence]] should be used here. Such images should preferably be uploaded to the [[:commons:Main Page|Wikimedia Commons]]. ''Do not'' use images under a (supposed) "[[Wikipedia:Non-free content|fair use]]" justification, as the use of such images in infoboxes probably does not constitute fair use.
;imagesize
;imagesize
:The width of the image in [[pixel]]s, particularly if it is less than 180 [[pixel]]s (px). Type the number without the "px" suffix ("<tt>150</tt>", not "<tt>150px</tt>"). If this parameter is omitted or called but left blank, the image size defaults to 180px.
:The width of the image in [[pixel]]s, particularly if it is less than 180 [[pixel]]s (px). Type the number without the "px" suffix ("{{mono|150}}", not "{{mono|150px}}"). If this parameter is omitted or called but left blank, the image size defaults to 180px.
;imagelink
:Page to [[WP:PIC#link|link]] to from the image. If this is specified, {{para|imagealt}} should also be specified.
;imagealt
;imagealt
:Alt text for the image; see ''[[Wikipedia:Alternative text for images]]''.
:Alt text for the image; see ''[[Wikipedia:Alternative text for images]]''.
Line 58: Line 84:
;full name
;full name
:The full name of the case, including terms like "& Anor" ("and another") or "& Ors" ("and others"). Set out here any abbreviations that appear in the short name of the case in full.
:The full name of the case, including terms like "& Anor" ("and another") or "& Ors" ("and others"). Set out here any abbreviations that appear in the short name of the case in full.
;start date
:The date the trial started. Use {{tlx|start date|yyyy|mm|dd}}.
;date decided
;date decided
:The date the decision was handed down. Use {{tlx|start date|yyyy|mm|dd}}. In line with "[[Wikipedia:Manual of Style (dates and numbers)#Linking and autoformatting of dates]]", do not add wikilinks to dates.
:The date the decision was handed down. Use {{tlx|start date|yyyy|mm|dd}}. In line with "[[Wikipedia:Manual of Style (dates and numbers)#Linking and autoformatting of dates]]", do not add wikilinks to dates.
;citations
;citations
:Citations of [[law report|reports]] of the case. If a report is available online, use a [[:Category:Law citation templates|citation template]] (such as {{tl|Cite BAILII}}) where available to generate an external link automatically, or else create a link manually.
:Citations of [[law report|reports]] of the case. If a report is available online, use a [[:Category:Law citation templates|citation template]] (such as {{tl|Cite BAILII}}) where available to generate an external link automatically, or else create a link manually.
:Note that if the citation uses square brackets, replace them with <tt>&amp;#91;</tt> and <tt>&amp;#93;</tt> when putting them inside an external link.
:Note that if the citation uses square brackets, replace them with {{mono|&amp;#91;}} and {{mono|&amp;#93;}} when putting them inside an external link.
;ECLI
;ECLI
: The [[European Case Law Identifier]], eg. <code>ECLI:NL:RBAMS:1998:AD2957</code>, gives {{ECLI|ECLI:NL:RBAMS:1998:AD2957}}
: The [[European Case Law Identifier]], eg. <code>ECLI:NL:RBAMS:1998:AD2957</code>, gives {{ECLI|ECLI:NL:RBAMS:1998:AD2957}}
Line 68: Line 96:
:External links to transcripts of the case, where available.
:External links to transcripts of the case, where available.
;judges
;judges
:List the names of the judges sitting on the case, in the order of their precedence if known, separated by commas. The Chief Justice or President of the court, if he or she is hearing the case, should appear first. The order that the judges' names should appear in is usually shown in reports of the case. Where available, link a name to a Wikipedia article about the judge.
:List the names of the judges sitting on the case, in the order of their precedence if known, separated by commas. The Chief Justice or President of the court, if they are hearing the case, should appear first. The order that the judges' names should appear in is usually shown in reports of the case. Where available, link a name to a Wikipedia article about the judge.
;number of judges
;number of judges
:Write the number of judges in numerals. This parameter only controls whether the "judges" header is plural. If blank, it defaults to "judge(s)".
:Write the number of judges in numerals. This parameter only controls whether the "judges" header is plural. If blank, it defaults to "judge(s)".
Line 110: Line 138:


==Legacy parameters==
==Legacy parameters==
Full blank syntax, including the legacy parameters included for compatibility with infoboxes based on [[Template:Infobox SCOTUS case]]. Those include: [[Template:Infobox California Supreme Court case]], [[Template:Infobox South Carolina Supreme Court case]].
Full blank syntax, including the legacy parameters included for compatibility with infoboxes based on [[Template:Infobox SCOTUS case]]. Those include: [[Template:Infobox California Supreme Court case]].


{{hidden begin}}
{{hidden begin}}
<pre>
<syntaxhighlight lang="wikitext">
{{Infobox court case
{{Infobox court case
<!-- main parameters -->
<!-- main parameters -->
Line 120: Line 148:
| image              = {{{image|}}}
| image              = {{{image|}}}
| imagesize          = {{{imagesize|}}}
| imagesize          = {{{imagesize|}}}
| imagelink          = {{{imagelink|}}}
| imagealt            = {{{imagealt|}}}
| imagealt            = {{{imagealt|}}}
| caption            = {{{caption|}}}
| caption            = {{{caption|}}}
| full name          = {{{FullName|{{{full name|}}} }}}
| full name          = {{{FullName|{{{full name|}}} }}}
| start_date          = {{{start_date|}}}
| date_decided        = {{{DecideDate|{{{date_decided|{{{date decided|}}} }}} }}} {{{DecideYear|}}}
| date_decided        = {{{DecideDate|{{{date_decided|{{{date decided|}}} }}} }}} {{{DecideYear|}}}
| citations          = {{{Citation|{{{citations|{{{Citations|{{{CitationNew|}}} }}} }}} }}}
| citations          = {{{Citation|{{{citations|{{{Citations|{{{CitationNew|}}} }}} }}} }}}
Line 240: Line 268:
| Abrogated          = {{{Abrogated|}}}
| Abrogated          = {{{Abrogated|}}}
}}
}}
</pre>
</syntaxhighlight>
{{hidden end}}
{{hidden end}}


Line 248: Line 276:
The {{para|image}} parameter in the template contains the following function:
The {{para|image}} parameter in the template contains the following function:


<pre style="overflow: auto">
<syntaxhighlight lang="wikitext" style="overflow: auto">
{{#invoke:InfoboxImage|InfoboxImage|image=
{{#invoke:InfoboxImage|InfoboxImage|image=
{{#if:{{{image<includeonly>|</includeonly>}}}  
{{#if:{{{image<includeonly>|</includeonly>}}}
       |{{{image}}}
       |{{{image}}}
       |{{Infobox court case/images|courtimage={{{court}}}|date={{{date decided|}}} }}
       |{{Infobox court case/images|courtimage={{{court}}}|date={{{date decided|}}} }}
       }}|size={{{imagesize|}}}|sizedefault=frameless|upright=0.82|link={{{imagelink|}}}|alt={{{imagealt|}}} }}
       }}|size={{{imagesize|}}}|sizedefault=frameless|upright=0.82|alt={{{imagealt|}}} }}
</pre>
</syntaxhighlight>


The function does the following tasks:
The function does the following tasks:
*If the parameter {{para|image}} is used in the template, that image is displayed. If a value is specified for {{para|imagesize}}, the image is given that width; otherwise the image width defaults to 180 px.
* If the parameter {{para|image}} is used in the template, that image is displayed. If a value is specified for {{para|imagesize}}, the image is given that width; otherwise the image width defaults to 180 px.
*If {{para|image}} is not used, a check is done to see if the value of {{para|court}} is listed in {{tl|Infobox court case/images}}. If the result is "None", then no image is displayed. If the result is an image file (either the coat of arms of a court or a photograph of a courthouse), then the image file is displayed. {{tl|Infobox court case/images}} can be tweaked to display different images depending on the date when the case was decided – for help with this, leave a message on the [[Template talk:Infobox court case|talk page]].
* If {{para|image}} is not used, a check is done to see if the value of {{para|court}} is listed in {{tl|Infobox court case/images}}. If the result is "None", then no image is displayed. If the result is an image file (either the coat of arms of a court or a photograph of a courthouse), then the image file is displayed. {{tl|Infobox court case/images}} can be tweaked to display different images depending on the date when the case was decided – for help with this, leave a message on the [[Template talk:Infobox court case|talk page]].
*Again, if a value is specified for {{para|imagesize}}, the image is given that width; otherwise the image width defaults to upright=0.82 (which is 180px).
* Again, if a value is specified for {{para|imagesize}}, the image is given that width; otherwise the image width defaults to upright=0.82 (which is 180px).
*In either case the image is given a link and alt text specified by {{para|imagelink}} and {{para|imagealt}}. If {{para|imagelink}} is omitted or given no value, the image is linked to its image description page.


[[User:Jacklee|JackLee]] came up with the first version of this function, but thanks are due to [[User:Thumperward|Chris Cunningham]] for coming up with a cleaner solution that works better.
[[User:Jacklee|JackLee]] came up with the first version of this function, but thanks are due to [[User:Thumperward|Chris Cunningham]] for coming up with a cleaner solution that works better.
Line 268: Line 295:
<templatedata>
<templatedata>
{
{
"description": "insert description here",
"description": "This infobox summarizes core information about a specific court case.",
"params": {
"params": {
"name": {
"name": {
"label": "name",
"label": "Case name",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": true,
"deprecated": false,
"deprecated": false,
"description": "The short name of the case, which should preferably be the same as the article title. If the parameter is omitted, the article name is used."
"description": "The short name of the case, which should preferably be the same as the article title. If the parameter is omitted, the article name is used."
Line 283: Line 310:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"image": {
"image": {
"label": "image",
"label": "Image",
"type": "string",
"type": "wiki-file-name",
"required": false,
"required": false,
"suggested": false,
"suggested": true,
"deprecated": false,
"deprecated": false,
"description": "An image to represent the court, such as a coat of arms or a photograph of a courthouse. Type the name of the image without the File: prefix and do not wikilink it. If you omit this parameter, the template may automatically displays an image based on the name of the court."
"description": "An image to represent the court, such as a coat of arms or a photograph of a courthouse. Type the name of the image without the File: prefix and do not wikilink it. If you omit this parameter, the template may automatically displays an image based on the name of the court."
Line 296: Line 322:
"court": {
"court": {
"label": "Court",
"label": "Court",
"type": "string",
"required": false,
"suggested": true,
"deprecated": false,
"description": "The name of the court that the case was heard in. Wikilink to an article about the court, if it exists.",
"aliases": [
"CourtName",
"Court"
],
"example": "[[Criminal Courts of Justice, Dublin|Criminal Courts of Justice]]"
},
"start date": {
"label": "Start date",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the court that the case was heard in. Link the name to a Wikipedia article about the court, if there is one",
"aliases": [
"aliases": [
"CourtName"
"start_date"
]
]
},
},
"date decided": {
"date decided": {
"label": "date decided",
"label": "Date decided",
"type": "string",
"type": "date",
"required": false,
"required": false,
"suggested": false,
"suggested": true,
"deprecated": false,
"deprecated": false,
"description": ""
"aliases": [
"DecideDate",
"date_decided"
]
},
},
"CourtSeal": {
"CourtSeal": {
"label": "CourtSeal",
"label": "Court seal",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": false,
"deprecated": false
"description": ""
},
},
"imagesize": {
"imagesize": {
"label": "imagesize",
"label": "Image size",
"type": "string",
"type": "number",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The width of the image in pixels, particularly if it is less than 180 pixels (px). Type the number without the \"px\" suffix (\"150\", not \"150px\"). If this parameter is omitted or called but left blank, the image size defaults to 180px."
},
"imagelink": {
"label": "imagelink",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "Page to link to from the image. If this is specified, `imagealt`-parameter should also be specified."
"description": "The width of the image in pixels, particularly if it is less than 180 pixels (px). Type the number without the \"px\" suffix (\"150\", not \"150px\"). If this parameter is omitted or called but left blank, the image size defaults to 180px.",
"example": "150"
},
},
"imagealt": {
"imagealt": {
"label": "imagealt",
"label": "Image alt text",
"type": "string",
"type": "string",
"required": false,
"required": false,
Line 346: Line 379:
},
},
"caption": {
"caption": {
"label": "caption",
"label": "Image caption",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "A caption for the image. Terms in the caption can be wikilinked, if desired."
"description": "A caption for the image. Terms in the caption can be wikilinked."
},
},
"full name": {
"full name": {
"label": "FullName",
"label": "Full case name",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": true,
"deprecated": false,
"deprecated": false,
"description": "The full name of the case, including terms like \"& Anor\" (\"and another\") or \"& Ors\" (\"and others\"). Set out here any abbreviations that appear in the short name of the case in full."
"description": "The full name of the case, including terms like \"& Anor\" (\"and another\") or \"& Ors\" (\"and others\"). Set out here any abbreviations that appear in the short name of the case in full.",
"aliases": [
"FullName"
]
},
},
"ArgueDate": {
"ArgueDate": {
Line 366: Line 402:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ArgueDateB": {
"ArgueDateB": {
Line 374: Line 409:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ArgueDateC": {
"ArgueDateC": {
Line 382: Line 416:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ArgueYear": {
"ArgueYear": {
Line 390: Line 423:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ArgueDateA": {
"ArgueDateA": {
Line 398: Line 430:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueDate": {
"ReargueDate": {
Line 406: Line 437:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueYear": {
"ReargueYear": {
Line 414: Line 444:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueDateA": {
"ReargueDateA": {
Line 422: Line 451:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueDateB": {
"ReargueDateB": {
Line 430: Line 458:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueDate2": {
"ReargueDate2": {
Line 438: Line 465:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueYear2": {
"ReargueYear2": {
Line 446: Line 472:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueDateA2": {
"ReargueDateA2": {
Line 454: Line 479:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ReargueDateB2": {
"ReargueDateB2": {
Line 462: Line 486:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"SubmitDate": {
"SubmitDate": {
Line 470: Line 493:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"SubmitYear": {
"SubmitYear": {
Line 478: Line 500:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": true
"description": ""
},
},
"DecideDate": {
"DecideDate": {
"label": "Date decided",
"label": "Date decided",
"type": "string",
"type": "string",
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"description": "The date the decision was handed down. Use {{start date|yyyy|mm|dd}}. In line with \"Wikipedia:Manual of Style (dates and numbers)#Linking and autoformatting of dates\", do not add wikilinks to dates.",
"description": "The date the decision was handed down. Use {{start date|yyyy|mm|dd}}. In line with \"Wikipedia:Manual of Style (dates and numbers)#Linking and autoformatting of dates\", do not add wikilinks to dates.",
"aliases": [
"aliases": [
Line 493: Line 512:
},
},
"DecideYear": {
"DecideYear": {
"label": "Year Decided",
"label": "Year decided",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"description": "Use in place of 'Date decided' only if full date is unknown"
"description": ""
},
},
"citations": {
"citations": {
Line 508: Line 526:
"description": "Citations of reports of the case. If a report is available online, use a citation template (such as {{Cite BAILII}}) where available to generate an external link automatically, or else create a link manually.    Note that if the citation uses square brackets, replace them with &#91; and &#93; when putting them inside an external link.",
"description": "Citations of reports of the case. If a report is available online, use a citation template (such as {{Cite BAILII}}) where available to generate an external link automatically, or else create a link manually.    Note that if the citation uses square brackets, replace them with &#91; and &#93; when putting them inside an external link.",
"aliases": [
"aliases": [
"Citation", "Citations","CitationNew","Neutral Citation","Other Citations"
"Citation",
"Citations",
"CitationNew",
"Neutral Citation",
"Other Citations"
]
]
},
},
Line 520: Line 542:
},
},
"transcripts": {
"transcripts": {
"label": "Transcripts",
"label": "Transcript link",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "External links to transcripts of the case, where available."
"description": "External link(s) to transcripts of the case, where available."
},
},
"Cases_cited": {
"Cases_cited": {
Line 532: Line 554:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Legislation_cited": {
"Legislation_cited": {
Line 540: Line 561:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
"prior_actions": {
"label": "prior actions",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Mention any prior trials or appeals, if any. Where possible, link the name of a prior case to a Wikipedia article about the case, and link citations as described above",
"aliases": [
"Prior"
]
},
},
"appealed from": {
"appealed from": {
Line 586: Line 595:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Related": {
"Related": {
"label": "related actions",
"label": "Related actions",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": true,
"description": "Mention any related actions, for example, Mabo v Queensland (No 2) if the article is about Mabo v Queensland (No 1). Where possible, link the name of a related case to a Wikipedia article about the case, and link citations as described above."
"description": "Mention any related actions, for example, Mabo v Queensland (No 2) if the article is about Mabo v Queensland (No 1). Where possible, link the name of a related case to a Wikipedia article about the case, and link citations as described above.",
"aliases": [
"related actions"
]
},
},
"OralArgument": {
"OralArgument": {
Line 602: Line 613:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"OralArguments": {
"OralArguments": {
Line 610: Line 620:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"OralReargument": {
"OralReargument": {
Line 618: Line 627:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"OpinionAnnouncement": {
"OpinionAnnouncement": {
Line 626: Line 634:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Outcome": {
"Outcome": {
Line 634: Line 641:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"QuestionsPresented": {
"QuestionsPresented": {
Line 642: Line 648:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Holding": {
"Holding": {
Line 650: Line 655:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false,
"description": "",
"aliases": [
"aliases": [
"holding"
"holding"
Line 661: Line 665:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"opinions": {
"opinions": {
"label": "opinions",
"label": "Case opinions",
"type": "string",
"type": "string",
"required": false,
"required": false,
Line 671: Line 674:
"deprecated": false,
"deprecated": false,
"description": "A very brief summary of the major findings or holdings in the case. Many case reports will have headnotes or summaries of the holdings that can be modified and entered into this field."
"description": "A very brief summary of the major findings or holdings in the case. Many case reports will have headnotes or summaries of the holdings that can be modified and entered into this field."
},
"Judges": {
"label": "judges",
"type": "string",
"required": false,
"suggested": false,
"deprecated": true,
"description": "List the names of the judges sitting on the case, in the order of their precedence if known, separated by commas. The Chief Justice or President of the court, if he or she is hearing the case, should appear first. The order that the judges' names should appear in is usually shown in reports of the case. Where available, link a name to a Wikipedia article about the judge."
},
"Membership": {
"label": "Membership",
"type": "string",
"required": false,
"suggested": false,
"deprecated": true,
"description": ""
},
"judge": {
"label": "judge",
"type": "string",
"required": false,
"suggested": false,
"deprecated": true,
"description": ""
},
},
"ChiefJudge": {
"ChiefJudge": {
"label": "ChiefJudge",
"label": "Chief judge",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": true,
"deprecated": true,
"description": "Name of the chief judge. Wikilink where appropriate. Use in conjunction with 'Associate judges'. Do not use in conjunction with 'Judge(s)'."
"description": ""
},
},
"AssociateJudges": {
"AssociateJudges": {
"label": "AssociateJudges",
"label": "Associate judges",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": true,
"deprecated": true,
"description": "List associate judges on the court using {{ubl…}}. Use in conjunction with 'Chief judge'. Do not use in conjunction with 'Judge(s)'."
"description": ""
},
},
"number of judges": {
"number of judges": {
"label": "number of judges",
"label": "Number of judges",
"type": "string",
"type": "number",
"required": false,
"required": true,
"suggested": false,
"suggested": false,
"deprecated": true,
"description": "Write the number of judges in numerals. This parameter only controls whether the 'judges' header is plural. If blank, it defaults to 'judge(s)'.",
"description": "Write the number of judges in numerals. This parameter only controls whether the \"judges\" header is plural. If blank, it defaults to \"judge(s)\"."
"example": "1, 3, 9"
},
},
"decision by": {
"decision by": {
"label": "decision by",
"label": "Decision by",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"description": "Name the judge who wrote the decision if more than one judge sat on the case. Do not link a name again if it was already linked in the 'judges'-parameter"
"description": "Name the judge who wrote the decision if more than one judge sat on the case. Do not link a name again if it was already linked in the `judges`-parameter"
},
},
"Majority": {
"Majority": {
Line 733: Line 709:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Plurality": {
"Plurality": {
Line 741: Line 716:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"PerCuriam": {
"PerCuriam": {
Line 749: Line 723:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Dissent": {
"Dissent": {
Line 757: Line 730:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence": {
"Concurrence": {
Line 765: Line 737:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinMajority": {
"JoinMajority": {
Line 773: Line 744:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Majority2": {
"Majority2": {
Line 781: Line 751:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinMajority2": {
"JoinMajority2": {
Line 789: Line 758:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Majority3": {
"Majority3": {
Line 797: Line 765:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinMajority3": {
"JoinMajority3": {
Line 805: Line 772:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinPlurality": {
"JoinPlurality": {
Line 813: Line 779:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Plurality2": {
"Plurality2": {
Line 821: Line 786:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinPlurality2": {
"JoinPlurality2": {
Line 829: Line 793:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Plurality3": {
"Plurality3": {
Line 837: Line 800:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinPlurality3": {
"JoinPlurality3": {
Line 845: Line 807:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Plurality4": {
"Plurality4": {
Line 853: Line 814:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinPlurality4": {
"JoinPlurality4": {
Line 861: Line 821:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Seriatim": {
"Seriatim": {
Line 869: Line 828:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Seriatim2": {
"Seriatim2": {
Line 877: Line 835:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Seriatim3": {
"Seriatim3": {
Line 885: Line 842:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Seriatim4": {
"Seriatim4": {
Line 893: Line 849:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Seriatim5": {
"Seriatim5": {
Line 901: Line 856:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"concurring": {
"concurring": {
Line 909: Line 863:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false,
"description": "    List those judges who wrote concurring opinions, if any. Do not link a name again if it was already linked in the `judges`-parameter"
"description": "    List those judges who wrote concurring opinions, if any. Do not link a name again if it was already linked in the `judges`-parameter"
},
},
Line 917: Line 871:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence2": {
"Concurrence2": {
Line 925: Line 878:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence2": {
"JoinConcurrence2": {
Line 933: Line 885:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence3": {
"Concurrence3": {
Line 941: Line 892:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence3": {
"JoinConcurrence3": {
Line 949: Line 899:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence4": {
"Concurrence4": {
Line 957: Line 906:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence4": {
"JoinConcurrence4": {
Line 965: Line 913:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence5": {
"Concurrence5": {
Line 973: Line 920:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence5": {
"JoinConcurrence5": {
Line 981: Line 927:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence6": {
"Concurrence6": {
Line 989: Line 934:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence6": {
"JoinConcurrence6": {
Line 997: Line 941:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence7": {
"Concurrence7": {
Line 1,005: Line 948:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence7": {
"JoinConcurrence7": {
Line 1,013: Line 955:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence8": {
"Concurrence8": {
Line 1,021: Line 962:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence8": {
"JoinConcurrence8": {
Line 1,029: Line 969:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent": {
"Concurrence/Dissent": {
Line 1,037: Line 976:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concur/dissent": {
"Concur/dissent": {
Line 1,045: Line 983:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false,
"description": "List those judges, if any, who wrote opinions concurring in part and dissenting in part. Do not link a name again if it was already linked in the `judges`-parameter.",
"description": "List those judges, if any, who wrote opinions concurring in part and dissenting in part. Do not link a name again if it was already linked in the `judges`-parameter.",
"aliases": [
"aliases": [
Line 1,056: Line 994:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent2": {
"Concurrence/Dissent2": {
Line 1,064: Line 1,001:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence/Dissent2": {
"JoinConcurrence/Dissent2": {
Line 1,072: Line 1,008:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent3": {
"Concurrence/Dissent3": {
Line 1,080: Line 1,015:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence/Dissent3": {
"JoinConcurrence/Dissent3": {
Line 1,088: Line 1,022:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent4": {
"Concurrence/Dissent4": {
Line 1,096: Line 1,029:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence/Dissent4": {
"JoinConcurrence/Dissent4": {
Line 1,104: Line 1,036:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent5": {
"Concurrence/Dissent5": {
Line 1,112: Line 1,043:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence/Dissent5": {
"JoinConcurrence/Dissent5": {
Line 1,120: Line 1,050:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent6": {
"Concurrence/Dissent6": {
Line 1,128: Line 1,057:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence/Dissent6": {
"JoinConcurrence/Dissent6": {
Line 1,136: Line 1,064:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent7": {
"Concurrence/Dissent7": {
Line 1,144: Line 1,071:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence/Dissent7": {
"JoinConcurrence/Dissent7": {
Line 1,152: Line 1,078:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Concurrence/Dissent8": {
"Concurrence/Dissent8": {
Line 1,160: Line 1,085:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinConcurrence/Dissent8": {
"JoinConcurrence/Dissent8": {
Line 1,168: Line 1,092:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"dissenting": {
"dissenting": {
Line 1,176: Line 1,099:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false,
"description": "List those judges who wrote dissenting opinions, if any. Do not link a name again if it was already linked in the `judges`-parameter"
"description": "List those judges who wrote dissenting opinions, if any. Do not link a name again if it was already linked in the `judges`-parameter"
},
},
Line 1,184: Line 1,107:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ConcurrenceDissent": {
"ConcurrenceDissent": {
Line 1,192: Line 1,114:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Dissent2": {
"Dissent2": {
Line 1,200: Line 1,121:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinDissent2": {
"JoinDissent2": {
Line 1,208: Line 1,128:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ConcurrenceDissent2": {
"ConcurrenceDissent2": {
Line 1,216: Line 1,135:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Dissent3": {
"Dissent3": {
Line 1,224: Line 1,142:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinDissent3": {
"JoinDissent3": {
Line 1,232: Line 1,149:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ConcurrenceDissent3": {
"ConcurrenceDissent3": {
Line 1,240: Line 1,156:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Dissent4": {
"Dissent4": {
Line 1,248: Line 1,163:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinDissent4": {
"JoinDissent4": {
Line 1,256: Line 1,170:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"ConcurrenceDissent4": {
"ConcurrenceDissent4": {
Line 1,264: Line 1,177:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Dissent5": {
"Dissent5": {
Line 1,272: Line 1,184:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"JoinDissent5": {
"JoinDissent5": {
Line 1,280: Line 1,191:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"NotParticipating": {
"NotParticipating": {
Line 1,288: Line 1,198:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
"LawsApplied": {
"label": "LawsApplied",
"type": "string",
"required": false,
"suggested": false,
"deprecated": true,
"description": ""
},
},
"laws_applied": {
"laws_applied": {
"label": "laws_applied",
"label": "Laws applied",
"type": "string",
"type": "string",
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false,
"description": ""
"aliases": [
"LawsApplied"
]
},
},
"Superseded": {
"Superseded": {
Line 1,312: Line 1,215:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Overruled": {
"Overruled": {
Line 1,320: Line 1,222:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Overturned previous case": {
"Overturned previous case": {
Line 1,328: Line 1,229:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"Abrogated": {
"Abrogated": {
Line 1,336: Line 1,236:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"keywords": {
"keywords": {
Line 1,355: Line 1,254:
"required": false,
"required": false,
"suggested": false,
"suggested": false,
"deprecated": true,
"deprecated": false
"description": ""
},
},
"italic title": {
"italic title": {
Line 1,365: Line 1,263:
"deprecated": false,
"deprecated": false,
"description": "Indicates that the page title should be italicized. Valid values are \"yes\", \"no\" or \"force\"."
"description": "Indicates that the page title should be italicized. Valid values are \"yes\", \"no\" or \"force\"."
},
"docket": {
"label": "Docket numbers",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Docket numbers"
},
"Claim": {},
"prior actions": {
"aliases": [
"Prior",
"prior_actions"
],
"label": "Prior actions",
"description": "Mention any prior trials or appeals, if any. Where possible, wikilink to an article about the prior case, and link citations as described above.",
"type": "string"
},
"judge": {
"aliases": [
"judges",
"Membership"
],
"label": "Judge(s)",
"description": "Judge(s) sitting on the case, in order of precedence. Wikilink names where articles exist. Use {{ubl}} for multiple judges. Use in conjunction with 'Number of judges' to display \"Judge\" vs \"Judges\". Do not use in conjunction with 'Chief judge' or 'Associate judges'.",
"example": "[[Tom Bingham, Baron Bingham of Cornhill|Lord Bingham of Cornhill]]",
"type": "string",
"suggested": true
},
"AssociateJudgesTitle": {
"label": "Associate judges title",
"description": "Custom title for 'Associate judges' label",
"example": "Associate justices"
},
"ChiefJudgeTitle": {
"label": "Chief judge title",
"description": "Custom title for 'Chief judge' label",
"example": "Chief justice"
}
}
}
},
"format": "block",
"paramOrder": [
"name",
"Litigants",
"court",
"start date",
"date decided",
"CourtSeal",
"image",
"imagesize",
"imagealt",
"caption",
"full name",
"ArgueDate",
"ArgueDateB",
"ArgueDateC",
"ArgueYear",
"ArgueDateA",
"ReargueDate",
"ReargueYear",
"ReargueDateA",
"ReargueDateB",
"ReargueDate2",
"ReargueYear2",
"ReargueDateA2",
"ReargueDateB2",
"SubmitDate",
"SubmitYear",
"DecideDate",
"DecideYear",
"citations",
"ECLI",
"transcripts",
"Cases_cited",
"Legislation_cited",
"prior actions",
"appealed from",
"appealed to",
"subsequent_actions",
"Procedural",
"Related",
"OralArgument",
"OralArguments",
"OralReargument",
"OpinionAnnouncement",
"Outcome",
"QuestionsPresented",
"Holding",
"Ruling",
"opinions",
"judge",
"number of judges",
"ChiefJudge",
"ChiefJudgeTitle",
"AssociateJudges",
"AssociateJudgesTitle",
"decision by",
"Majority",
"Plurality",
"PerCuriam",
"Dissent",
"Concurrence",
"JoinMajority",
"Majority2",
"JoinMajority2",
"Majority3",
"JoinMajority3",
"JoinPlurality",
"Plurality2",
"JoinPlurality2",
"Plurality3",
"JoinPlurality3",
"Plurality4",
"JoinPlurality4",
"Seriatim",
"Seriatim2",
"Seriatim3",
"Seriatim4",
"Seriatim5",
"concurring",
"JoinConcurrence",
"Concurrence2",
"JoinConcurrence2",
"Concurrence3",
"JoinConcurrence3",
"Concurrence4",
"JoinConcurrence4",
"Concurrence5",
"JoinConcurrence5",
"Concurrence6",
"JoinConcurrence6",
"Concurrence7",
"JoinConcurrence7",
"Concurrence8",
"JoinConcurrence8",
"Concurrence/Dissent",
"Concur/dissent",
"JoinConcurrence/Dissent",
"Concurrence/Dissent2",
"JoinConcurrence/Dissent2",
"Concurrence/Dissent3",
"JoinConcurrence/Dissent3",
"Concurrence/Dissent4",
"JoinConcurrence/Dissent4",
"Concurrence/Dissent5",
"JoinConcurrence/Dissent5",
"Concurrence/Dissent6",
"JoinConcurrence/Dissent6",
"Concurrence/Dissent7",
"JoinConcurrence/Dissent7",
"Concurrence/Dissent8",
"JoinConcurrence/Dissent8",
"dissenting",
"JoinDissent",
"ConcurrenceDissent",
"Dissent2",
"JoinDissent2",
"ConcurrenceDissent2",
"Dissent3",
"JoinDissent3",
"ConcurrenceDissent3",
"Dissent4",
"JoinDissent4",
"ConcurrenceDissent4",
"Dissent5",
"JoinDissent5",
"NotParticipating",
"laws_applied",
"Superseded",
"Overruled",
"Overturned previous case",
"Abrogated",
"keywords",
"Area of Law",
"italic title",
"docket",
"Claim"
]
}
}
</templatedata>
</templatedata>
Line 1,374: Line 1,449:


==See also==
==See also==
*Cases of the [[Supreme Court of Canada]]&nbsp;– {{tl|Infobox SCC}}
* Cases of the [[Supreme Court of Canada]]&nbsp;– {{tl|Infobox SCC}}
*Cases of the [[courts of England and Wales]]&nbsp;– {{tl|Infobox English case}}
* Cases of European international courts&nbsp;– {{tl|Infobox European case}}
*Cases of European international courts&nbsp;– {{tl|Infobox European case}}
* All Philippine court cases&nbsp;– {{tl|Infobox Philippines court case}}
*Cases of the [[Supreme Court of India]]&nbsp;– {{tl|Infobox SCI case}}
* Cases of [[United Nations]] tribunals&nbsp;– {{tl|Infobox UN court case}}
*Cases of the [[Supreme Court of the United States]]&nbsp;– {{tl|Infobox SCOTUS case}}, {{tl|SCOTUS-case}}, {{tl|SCOTUS-recentcase}}, {{tl|Infobox US court case}}
* Cases of the [[Supreme Court of the United States]]&nbsp;– {{tl|Infobox SCOTUS case}}, {{tl|SCOTUS-case}}, {{tl|SCOTUS-recentcase}}, {{tl|Infobox US court case}}
**Cases of the [[United States courts of appeals]]&nbsp;– {{tl|Infobox COA case}}
* Cases of the [[Supreme Court of California]]&nbsp;– {{tl|Infobox California Supreme Court case}}
**Cases of the [[United States district courts]]&nbsp;– {{tl|Infobox United States District Court case}}
* {{tl|Infobox legislation}}
**Cases of the [[Supreme Court of California]]&nbsp;– {{tl|Infobox California Supreme Court case}}
**Cases of the [[Massachusetts Supreme Judicial Court]]&nbsp;– {{tl|Infobox Massachusetts SJC case}}
**Cases of the [[New York Court of Appeals]]&nbsp;– {{tl|Infobox New York COA case}}
**Cases of the [[Supreme Court of Virginia]]&nbsp;– {{tl|Infobox Virginia Supreme Court case}}
*{{tl|Infobox legislation}}


<includeonly>{{basepage subpage|
<includeonly>{{basepage subpage|
Line 1,392: Line 1,462:
[[Category:Law infobox templates|Court case]]
[[Category:Law infobox templates|Court case]]
[[Category:Templates that add a tracking category]]
[[Category:Templates that add a tracking category]]
}}</includeonly>
}}</includeonly>

Revision as of 04:30, 16 April 2024

Usage

This template summarizes information about a specific court case.

{{{name}}}
[[File:{{{image}}}|{{{imagesize}}}|alt={{{imagealt}}}|upright=0.82]]
{{{caption}}}
Court{{{court}}}
Full case name{{{full name}}}
Decided{{{date decided}}}
Citation(s){{{citations}}}
ECLI{{{ECLI}}}
Transcript(s){{{transcripts}}}
Case history
Prior action(s){{{prior actions}}}
Appealed from{{{appealed from}}}
Appealed to{{{appealed to}}}
Subsequent action(s){{{subsequent actions}}}
Related action(s){{{related actions}}}
Court membership
Judges sitting{{{judges}}}
Case opinions
{{{opinions}}}
Decision by{{{decision by}}}
Concurrence{{{concurring}}}
Concur/dissent{{{concur/dissent}}}
Dissent{{{dissenting}}}
Keywords
{{{keywords}}}
{{Infobox court case
|name               = 
|court              = 
|image              = 
|imagesize          = 
|imagealt           = 
|caption            = 
|full name          = 
|date decided       = 
|citations          = 
|ECLI               = 
|transcripts        = 
|judges             = 
|number of judges   = 
|decision by        = 
|concurring         = 
|dissenting         = 
|concur/dissent     = 
|prior actions      = 
|appealed from      = 
|appealed to        = 
|subsequent actions = 
|related actions    = 
|opinions           = 
|keywords           = <!-- {{Hlist|...}} -->
|italic title       = 
}}

Parameters

This infobox takes a number of parameters, which are optional unless indicated otherwise:

name
The short name of the case, which should preferably be the same as the article title. If the parameter is omitted, the article name is used.
court
The name of the court that the case was heard in. [[Wikilink]] the name to a Wikipedia article about the court, if there is one. To cause the template to automatically display an image of the coat of arms of a court or of the court building, enter the name of the court as shown at {{Infobox court case/images}}.
image
An image to represent the court, such as a coat of arms or a photograph of a courthouse. Type the name of the image without the "File:" prefix and do not wikilink it. If you omit this parameter, the template automatically displays an image according to the scheme at {{Infobox court case/images}}.
Note that only images that have been released under a free licence should be used here. Such images should preferably be uploaded to the Wikimedia Commons. Do not use images under a (supposed) "fair use" justification, as the use of such images in infoboxes probably does not constitute fair use.
imagesize
The width of the image in pixels, particularly if it is less than 180 pixels (px). Type the number without the "px" suffix ("150", not "150px"). If this parameter is omitted or called but left blank, the image size defaults to 180px.
imagealt
Alt text for the image; see Wikipedia:Alternative text for images.
caption
A caption for the image. Terms in the caption can be wikilinked, if desired.
full name
The full name of the case, including terms like "& Anor" ("and another") or "& Ors" ("and others"). Set out here any abbreviations that appear in the short name of the case in full.
start date
The date the trial started. Use {{start date|yyyy|mm|dd}}.
date decided
The date the decision was handed down. Use {{start date|yyyy|mm|dd}}. In line with "Wikipedia:Manual of Style (dates and numbers)#Linking and autoformatting of dates", do not add wikilinks to dates.
citations
Citations of reports of the case. If a report is available online, use a citation template (such as {{Cite BAILII}}) where available to generate an external link automatically, or else create a link manually.
Note that if the citation uses square brackets, replace them with &#91; and &#93; when putting them inside an external link.
ECLI
The European Case Law Identifier, eg. ECLI:NL:RBAMS:1998:AD2957, gives ECLI:NL:RBAMS:1998:AD2957
transcripts
External links to transcripts of the case, where available.
judges
List the names of the judges sitting on the case, in the order of their precedence if known, separated by commas. The Chief Justice or President of the court, if they are hearing the case, should appear first. The order that the judges' names should appear in is usually shown in reports of the case. Where available, link a name to a Wikipedia article about the judge.
number of judges
Write the number of judges in numerals. This parameter only controls whether the "judges" header is plural. If blank, it defaults to "judge(s)".
decision by
Name the judge who wrote the decision if more than one judge sat on the case. Do not link a name again if it was already linked in the |judges= parameter.
concurring
List those judges who wrote concurring opinions, if any. Do not link a name again if it was already linked in the |judges= parameter.
dissenting
List those judges who wrote dissenting opinions, if any. Do not link a name again if it was already linked in the |judges= parameter.
concur/dissent
List those judges, if any, who wrote opinions concurring in part and dissenting in part. Do not link a name again if it was already linked in the |judges= parameter.
prior actions
Mention any prior trials or appeals, if any. Where possible, link the name of a prior case to a Wikipedia article about the case, and link citations as described above.
appealed from
If this case is an appeal, name the court from which the appeal immediately came. Link the name if possible. If the case at the lower court has its own article, that case can be linked in parentheses after the name of the court. More complicated or longer histories can use the prior actions field alongside this field or instead of it.
appealed to
If this case was appealed, name the court to which the appeal immediately went. Link the name if possible. If the case at the higher court has its own article, that case can be linked in parentheses after the name of the court. More complicated or longer histories can use the subsequent actions field alongside this field or instead of it.
subsequent actions
Mention any later appeals, retrials, or prison sentences, if any. Where possible, link the name of a subsequent case to a Wikipedia article about the case, and link citations as described above.
related actions
Mention any related actions, for example, Mabo v Queensland (No 2) if the article is about Mabo v Queensland (No 1). Where possible, link the name of a related case to a Wikipedia article about the case, and link citations as described above.
opinions
A very brief summary of the major findings or holdings in the case. Many case reports will have headnotes or summaries of the holdings that can be modified and entered into this field.
keywords
A list of keywords that describe the legal issues dealt with by the case. List keywords alphabetically, separate them with {{flatlist}} or {{hlist}}, and link them to appropriate Wikipedia articles wherever possible; for example:

{{hlist| [[Bailment]] | [[common carrier]] | [[negligence]] | [[strict liability]] }}

which will render as:
italic title
Indicates that the page title should be italicized. Valid values are "yes", "no" or "force":
  • |italic title=yes – the title is italicised, but only if it is less than 50 characters in length; if it contains an opening parenthesis (, only the portion before the opening parenthesis will be italicised
  • |italic title=no – the title is not italicised
  • |italic title=force – the title is fully italicised
If the |italic title= parameter is blank or omitted, the action is identical to |italic title=yes
ECLI
The European Case Law Identifier. Available for EU courts, European Patent office (Board of Appeal), and several EU countries. Converted into a link to the judgement for Dutch, German and EU cases.

Legacy parameters

Full blank syntax, including the legacy parameters included for compatibility with infoboxes based on Template:Infobox SCOTUS case. Those include: Template:Infobox California Supreme Court case.

{{Infobox court case
<!-- main parameters -->
| name                = {{{name|{{{Litigants|{{PAGENAME}} }}} }}}
| court               = {{{CourtName|{{{Court|{{{court}}} }}} }}}
| image               = {{{image|}}}
| imagesize           = {{{imagesize|}}}
| imagealt            = {{{imagealt|}}}
| caption             = {{{caption|}}}
| full name           = {{{FullName|{{{full name|}}} }}}
| start_date          = {{{start_date|}}}
| date_decided        = {{{DecideDate|{{{date_decided|{{{date decided|}}} }}} }}} {{{DecideYear|}}}
| citations           = {{{Citation|{{{citations|{{{Citations|{{{CitationNew|}}} }}} }}} }}}
| transcripts         = {{{transcripts|}}}
| judges              = {{{judges|{{{Judges|{{{Membership|}}} }}} }}}
| decision by         = {{{decision by|}}}
| concurring          = {{{concurring|{{{Concurrence|}}} }}}
| dissenting          = {{{dissenting|{{{Dissent|}}} }}}
| concur/dissent      = {{{Concur/dissent|{{{Concurrence/Dissent|{{{concur/dissent|}}} }}} }}}
| prior_actions       = {{{prior_actions|{{{prior actions|{{{Prior|}}} }}} }}}
| appealed from       = {{{appealed from|}}}
| appealed to         = {{{appealed to|}}}
| subsequent_actions  = {{{subsequent_actions|{{{subsequent actions|{{{Subsequent|}}} }}} }}}
| related actions     = {{{related actions|{{{Related|}}} }}}
| holding             = {{{Outcome|{{{QuestionsPresented|{{{Holding|{{{holding|{{{Ruling|{{{opinions|}}} }}} }}} }}} }}} }}}
| laws_applied        = {{{LawsApplied|{{{laws_applied|}}} }}}
| keywords            = {{{Keywords|{{{keywords|}}} }}}
| italic title        = {{{italic title|}}}
<!-- legacy parameters from Infobox SCOTUS case -->
| CourtSeal           = {{{CourtSeal|}}}
| ArgueDate           = {{{ArgueDate|}}}
| ArgueDateA          = {{{ArgueDateA|}}}
| ArgueDateB          = {{{ArgueDateB|}}}
| ArgueDateC          = {{{ArgueDateC|}}}
| ArgueYear           = {{{ArgueYear|}}}
| ReargueDate         = {{{ReargueDate|}}}
| ReargueDateA        = {{{ReargueDateA|}}}
| ReargueDateB        = {{{ReargueDateB|}}}
| ReargueYear         = {{{ReargueYear|}}}
| ReargueDate2        = {{{ReargueDate2|}}}
| ReargueDateA2       = {{{ReargueDateA2|}}}
| ReargueDateB2       = {{{ReargueDateB2|}}}
| ReargueYear2        = {{{ReargueYear2|}}}
| SubmitDate          = {{{SubmitDate|}}}
| SubmitYear          = {{{SubmitYear|}}}
| Neutral Citation    = {{{Neutral Citation|}}}
| Other Citations     = {{{Other Citations|}}}
| Claim               = {{{Claim|}}}
| Cases_cited         = {{{Cases_cited|}}}
| Legislation_cited   = {{{Legislation_cited|}}}
| Procedural          = {{{Procedural|}}}
| OralArgument        = {{{OralArgument|}}}
| OralArguments       = {{{OralArguments|}}}
| OralReargument      = {{{OralReargument|}}}
| OpinionAnnouncement = {{{OpinionAnnouncement|}}}
| ChiefJudge          = {{{ChiefJudge|}}}
| AssociateJudges     = {{{AssociateJudges|}}}
| PerCuriam           = {{{PerCuriam|}}}
| Majority            = {{{Majority|}}}
| JoinMajority        = {{{JoinMajority|}}}
| Majority2           = {{{Majority2|}}}
| JoinMajority2       = {{{JoinMajority2|}}}
| Majority3           = {{{Majority3|}}}
| JoinMajority3       = {{{JoinMajority3|}}}
| Plurality           = {{{Plurality|}}}
| JoinPlurality       = {{{JoinPlurality|}}}
| Plurality2          = {{{Plurality2|}}}
| JoinPlurality2      = {{{JoinPlurality2|}}}
| Plurality3          = {{{Plurality3|}}}
| JoinPlurality3      = {{{JoinPlurality3|}}}
| Plurality4          = {{{Plurality4|}}}
| JoinPlurality4      = {{{JoinPlurality4|}}}
| Seriatim            = {{{Seriatim|}}}
| Seriatim2           = {{{Seriatim2|}}}
| Seriatim3           = {{{Seriatim3|}}}
| Seriatim4           = {{{Seriatim4|}}}
| Seriatim5           = {{{Seriatim5|}}}
| JoinConcurrence     = {{{JoinConcurrence|}}}
| Concurrence2        = {{{Concurrence2|}}}
| JoinConcurrence2    = {{{JoinConcurrence2|}}}
| Concurrence3        = {{{Concurrence3|}}}
| JoinConcurrence3    = {{{JoinConcurrence3|}}}
| Concurrence4        = {{{Concurrence4|}}}
| JoinConcurrence4    = {{{JoinConcurrence4|}}}
| Concurrence5        = {{{Concurrence5|}}}
| JoinConcurrence5    = {{{JoinConcurrence5|}}}
| Concurrence6        = {{{Concurrence6|}}}
| JoinConcurrence6    = {{{JoinConcurrence6|}}}
| Concurrence7        = {{{Concurrence7|}}}
| JoinConcurrence7    = {{{JoinConcurrence7|}}}
| Concurrence8        = {{{Concurrence8|}}}
| JoinConcurrence8    = {{{JoinConcurrence8|}}}
| JoinConcurrence/Dissent  = {{{JoinConcurrence/Dissent|}}}
| Concurrence/Dissent2     = {{{Concurrence/Dissent2|}}}
| JoinConcurrence/Dissent2 = {{{JoinConcurrence/Dissent2|}}}
| Concurrence/Dissent3     = {{{Concurrence/Dissent3|}}}
| JoinConcurrence/Dissent3 = {{{JoinConcurrence/Dissent3|}}}
| Concurrence/Dissent4     = {{{Concurrence/Dissent4|}}}
| JoinConcurrence/Dissent4 = {{{JoinConcurrence/Dissent4|}}}
| Concurrence/Dissent5     = {{{Concurrence/Dissent5|}}}
| JoinConcurrence/Dissent5 = {{{JoinConcurrence/Dissent5|}}}
| Concurrence/Dissent6     = {{{Concurrence/Dissent6|}}}
| JoinConcurrence/Dissent6 = {{{JoinConcurrence/Dissent6|}}}
| Concurrence/Dissent7     = {{{Concurrence/Dissent7|}}}
| JoinConcurrence/Dissent7 = {{{JoinConcurrence/Dissent7|}}}
| Concurrence/Dissent8     = {{{Concurrence/Dissent8|}}}
| JoinConcurrence/Dissent8 = {{{JoinConcurrence/Dissent8|}}}
| JoinDissent         = {{{JoinDissent|}}}
| ConcurrenceDissent  = {{{ConcurrenceDissent|}}}
| Dissent2            = {{{Dissent2|}}}
| JoinDissent2        = {{{JoinDissent2|}}}
| ConcurrenceDissent2 = {{{ConcurrenceDissent2|}}}
| Dissent3            = {{{Dissent3|}}}
| JoinDissent3        = {{{JoinDissent3|}}}
| ConcurrenceDissent3 = {{{ConcurrenceDissent3|}}}
| Dissent4            = {{{Dissent4|}}}
| JoinDissent4        = {{{JoinDissent4|}}}
| ConcurrenceDissent4 = {{{ConcurrenceDissent4|}}}
| Dissent5            = {{{Dissent5|}}}
| JoinDissent5        = {{{JoinDissent5|}}}
| ConcurrenceDissent5 = {{{ConcurrenceDissent5|}}}
| NotParticipating    = {{{NotParticipating|}}}
| Superseded          = {{{Superseded|}}}
| Overruled           = {{{Overruled|}}}
| Overturned previous case = {{{Overturned previous case|}}}
| Abrogated           = {{{Abrogated|}}}
}}

Technical information

The |image= parameter in the template contains the following function:

{{#invoke:InfoboxImage|InfoboxImage|image=
{{#if:{{{image<includeonly>|</includeonly>}}}
      |{{{image}}}
      |{{Infobox court case/images|courtimage={{{court}}}|date={{{date decided|}}} }}
      }}|size={{{imagesize|}}}|sizedefault=frameless|upright=0.82|alt={{{imagealt|}}} }}

The function does the following tasks:

  • If the parameter |image= is used in the template, that image is displayed. If a value is specified for |imagesize=, the image is given that width; otherwise the image width defaults to 180 px.
  • If |image= is not used, a check is done to see if the value of |court= is listed in {{Infobox court case/images}}. If the result is "None", then no image is displayed. If the result is an image file (either the coat of arms of a court or a photograph of a courthouse), then the image file is displayed. {{Infobox court case/images}} can be tweaked to display different images depending on the date when the case was decided – for help with this, leave a message on the talk page.
  • Again, if a value is specified for |imagesize=, the image is given that width; otherwise the image width defaults to upright=0.82 (which is 180px).

JackLee came up with the first version of this function, but thanks are due to Chris Cunningham for coming up with a cleaner solution that works better.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Infobox court case

This infobox summarizes core information about a specific court case.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Case namename

The short name of the case, which should preferably be the same as the article title. If the parameter is omitted, the article name is used.

Stringsuggested
LitigantsLitigants

no description

Stringoptional
Courtcourt CourtName Court

The name of the court that the case was heard in. Wikilink to an article about the court, if it exists.

Example
[[Criminal Courts of Justice, Dublin|Criminal Courts of Justice]]
Stringsuggested
Start datestart date start_date

no description

Stringoptional
Date decideddate decided DecideDate date_decided

no description

Datesuggested
Court sealCourtSeal

no description

Stringoptional
Imageimage

An image to represent the court, such as a coat of arms or a photograph of a courthouse. Type the name of the image without the File: prefix and do not wikilink it. If you omit this parameter, the template may automatically displays an image based on the name of the court.

Filesuggested
Image sizeimagesize

The width of the image in pixels, particularly if it is less than 180 pixels (px). Type the number without the "px" suffix ("150", not "150px"). If this parameter is omitted or called but left blank, the image size defaults to 180px.

Example
150
Numberoptional
Image alt textimagealt

Alt text for the image; see Wikipedia:Alternative text for images.

Stringoptional
Image captioncaption

A caption for the image. Terms in the caption can be wikilinked.

Stringoptional
Full case namefull name FullName

The full name of the case, including terms like "& Anor" ("and another") or "& Ors" ("and others"). Set out here any abbreviations that appear in the short name of the case in full.

Stringsuggested
ArgueDateArgueDate

no description

Stringoptional
ArgueDateBArgueDateB

no description

Stringoptional
ArgueDateCArgueDateC

no description

Stringoptional
ArgueYearArgueYear

no description

Stringoptional
ArgueDateAArgueDateA

no description

Stringoptional
ReargueDateReargueDate

no description

Stringoptional
ReargueYearReargueYear

no description

Stringoptional
ReargueDateAReargueDateA

no description

Stringoptional
ReargueDateBReargueDateB

no description

Stringoptional
ReargueDate2ReargueDate2

no description

Stringoptional
ReargueYear2ReargueYear2

no description

Stringoptional
ReargueDateA2ReargueDateA2

no description

Stringoptional
ReargueDateB2ReargueDateB2

no description

Stringoptional
SubmitDateSubmitDate

no description

Stringoptional
SubmitYearSubmitYear

no description

Stringdeprecated
Date decidedDecideDate date_decided

The date the decision was handed down. Use {{start date|yyyy|mm|dd}}. In line with "Wikipedia:Manual of Style (dates and numbers)#Linking and autoformatting of dates", do not add wikilinks to dates.

Stringsuggested
Year decidedDecideYear

Use in place of 'Date decided' only if full date is unknown

Stringoptional
Citationscitations Citation Citations CitationNew Neutral Citation Other Citations

Citations of reports of the case. If a report is available online, use a citation template (such as {{Cite BAILII}}) where available to generate an external link automatically, or else create a link manually. Note that if the citation uses square brackets, replace them with &#91; and &#93; when putting them inside an external link.

Stringoptional
ECLIECLI

The European Case Law Identifier. Available for a selection of European court cases, notably Dutch, Finnish, Spanish and EU.

Stringoptional
Transcript linktranscripts

External link(s) to transcripts of the case, where available.

Stringoptional
Cases_citedCases_cited

no description

Stringoptional
Legislation_citedLegislation_cited

no description

Stringoptional
Prior actionsprior actions Prior prior_actions

Mention any prior trials or appeals, if any. Where possible, wikilink to an article about the prior case, and link citations as described above.

Stringoptional
appealed fromappealed from

If this case is an appeal, name the court from which the appeal immediately came. Link the name if possible. If the case at the lower court has its own article, that case can be linked in parentheses after the name of the court. More complicated or longer histories can use the prior actions field alongside this field or instead of it.

Stringoptional
appealed toappealed to

If this case was appealed, name the court to which the appeal immediately went. Link the name if possible. If the case at the higher court has its own article, that case can be linked in parentheses after the name of the court. More complicated or longer histories can use the subsequent actions field alongside this field or instead of it.

Stringoptional
subsequent actionssubsequent_actions Subsequent

Mention any later appeals or retrials, if any. Where possible, link the name of a subsequent case to a Wikipedia article about the case, and link citations as described above.

Stringoptional
ProceduralProcedural

no description

Stringoptional
Related actionsRelated related actions

Mention any related actions, for example, Mabo v Queensland (No 2) if the article is about Mabo v Queensland (No 1). Where possible, link the name of a related case to a Wikipedia article about the case, and link citations as described above.

Stringdeprecated
OralArgumentOralArgument

no description

Stringoptional
OralArgumentsOralArguments

no description

Stringoptional
OralReargumentOralReargument

no description

Stringoptional
OpinionAnnouncementOpinionAnnouncement

no description

Stringoptional
OutcomeOutcome

no description

Stringoptional
QuestionsPresentedQuestionsPresented

no description

Stringoptional
HoldingHolding holding

no description

Stringoptional
RulingRuling

no description

Stringoptional
Case opinionsopinions

A very brief summary of the major findings or holdings in the case. Many case reports will have headnotes or summaries of the holdings that can be modified and entered into this field.

Stringoptional
Judge(s)judge judges Membership

Judge(s) sitting on the case, in order of precedence. Wikilink names where articles exist. Use {{ubl}} for multiple judges. Use in conjunction with 'Number of judges' to display "Judge" vs "Judges". Do not use in conjunction with 'Chief judge' or 'Associate judges'.

Example
[[Tom Bingham, Baron Bingham of Cornhill|Lord Bingham of Cornhill]]
Stringsuggested
Number of judgesnumber of judges

Write the number of judges in numerals. This parameter only controls whether the 'judges' header is plural. If blank, it defaults to 'judge(s)'.

Example
1, 3, 9
Numberrequired
Chief judgeChiefJudge

Name of the chief judge. Wikilink where appropriate. Use in conjunction with 'Associate judges'. Do not use in conjunction with 'Judge(s)'.

Stringsuggested
Chief judge titleChiefJudgeTitle

Custom title for 'Chief judge' label

Example
Chief justice
Unknownoptional
Associate judgesAssociateJudges

List associate judges on the court using {{ubl…}}. Use in conjunction with 'Chief judge'. Do not use in conjunction with 'Judge(s)'.

Stringsuggested
Associate judges titleAssociateJudgesTitle

Custom title for 'Associate judges' label

Example
Associate justices
Unknownoptional
Decision bydecision by

Name the judge who wrote the decision if more than one judge sat on the case. Do not link a name again if it was already linked in the 'judges'-parameter

Stringoptional
MajorityMajority

no description

Stringoptional
PluralityPlurality

no description

Stringoptional
PerCuriamPerCuriam

no description

Stringoptional
DissentDissent

no description

Stringoptional
ConcurrenceConcurrence

no description

Stringoptional
JoinMajorityJoinMajority

no description

Stringoptional
Majority2Majority2

no description

Stringoptional
JoinMajority2JoinMajority2

no description

Stringoptional
Majority3Majority3

no description

Stringoptional
JoinMajority3JoinMajority3

no description

Stringoptional
JoinPluralityJoinPlurality

no description

Stringoptional
Plurality2Plurality2

no description

Stringoptional
JoinPlurality2JoinPlurality2

no description

Stringoptional
Plurality3Plurality3

no description

Stringoptional
JoinPlurality3JoinPlurality3

no description

Stringoptional
Plurality4Plurality4

no description

Stringoptional
JoinPlurality4JoinPlurality4

no description

Stringoptional
SeriatimSeriatim

no description

Stringoptional
Seriatim2Seriatim2

no description

Stringoptional
Seriatim3Seriatim3

no description

Stringoptional
Seriatim4Seriatim4

no description

Stringoptional
Seriatim5Seriatim5

no description

Stringoptional
concurringconcurring

List those judges who wrote concurring opinions, if any. Do not link a name again if it was already linked in the `judges`-parameter

Stringoptional
JoinConcurrenceJoinConcurrence

no description

Stringoptional
Concurrence2Concurrence2

no description

Stringoptional
JoinConcurrence2JoinConcurrence2

no description

Stringoptional
Concurrence3Concurrence3

no description

Stringoptional
JoinConcurrence3JoinConcurrence3

no description

Stringoptional
Concurrence4Concurrence4

no description

Stringoptional
JoinConcurrence4JoinConcurrence4

no description

Stringoptional
Concurrence5Concurrence5

no description

Stringoptional
JoinConcurrence5JoinConcurrence5

no description

Stringoptional
Concurrence6Concurrence6

no description

Stringoptional
JoinConcurrence6JoinConcurrence6

no description

Stringoptional
Concurrence7Concurrence7

no description

Stringoptional
JoinConcurrence7JoinConcurrence7

no description

Stringoptional
Concurrence8Concurrence8

no description

Stringoptional
JoinConcurrence8JoinConcurrence8

no description

Stringoptional
Concurrence/DissentConcurrence/Dissent

no description

Stringoptional
concur/dissentConcur/dissent concur/dissent

List those judges, if any, who wrote opinions concurring in part and dissenting in part. Do not link a name again if it was already linked in the `judges`-parameter.

Stringoptional
JoinConcurrence/DissentJoinConcurrence/Dissent

no description

Stringoptional
Concurrence/Dissent2Concurrence/Dissent2

no description

Stringoptional
JoinConcurrence/Dissent2JoinConcurrence/Dissent2

no description

Stringoptional
Concurrence/Dissent3Concurrence/Dissent3

no description

Stringoptional
JoinConcurrence/Dissent3JoinConcurrence/Dissent3

no description

Stringoptional
Concurrence/Dissent4Concurrence/Dissent4

no description

Stringoptional
JoinConcurrence/Dissent4JoinConcurrence/Dissent4

no description

Stringoptional
Concurrence/Dissent5Concurrence/Dissent5

no description

Stringoptional
JoinConcurrence/Dissent5JoinConcurrence/Dissent5

no description

Stringoptional
Concurrence/Dissent6Concurrence/Dissent6

no description

Stringoptional
JoinConcurrence/Dissent6JoinConcurrence/Dissent6

no description

Stringoptional
Concurrence/Dissent7Concurrence/Dissent7

no description

Stringoptional
JoinConcurrence/Dissent7JoinConcurrence/Dissent7

no description

Stringoptional
Concurrence/Dissent8Concurrence/Dissent8

no description

Stringoptional
JoinConcurrence/Dissent8JoinConcurrence/Dissent8

no description

Stringoptional
dissentingdissenting

List those judges who wrote dissenting opinions, if any. Do not link a name again if it was already linked in the `judges`-parameter

Stringoptional
JoinDissentJoinDissent

no description

Stringoptional
ConcurrenceDissentConcurrenceDissent

no description

Stringoptional
Dissent2Dissent2

no description

Stringoptional
JoinDissent2JoinDissent2

no description

Stringoptional
ConcurrenceDissent2ConcurrenceDissent2

no description

Stringoptional
Dissent3Dissent3

no description

Stringoptional
JoinDissent3JoinDissent3

no description

Stringoptional
ConcurrenceDissent3ConcurrenceDissent3

no description

Stringoptional
Dissent4Dissent4

no description

Stringoptional
JoinDissent4JoinDissent4

no description

Stringoptional
ConcurrenceDissent4ConcurrenceDissent4

no description

Stringoptional
Dissent5Dissent5

no description

Stringoptional
JoinDissent5JoinDissent5

no description

Stringoptional
NotParticipatingNotParticipating

no description

Stringoptional
Laws appliedlaws_applied LawsApplied

no description

Stringoptional
SupersededSuperseded

no description

Stringoptional
OverruledOverruled

no description

Stringoptional
Overturned previous caseOverturned previous case

no description

Stringoptional
AbrogatedAbrogated

no description

Stringoptional
keywordskeywords Keywords

A list of keywords that describe the legal issues dealt with by the case. List keywords alphabetically, separate them with {{Flatlist}} or {{hlist}}, and link them to appropriate Wikipedia articles wherever possible; for example: {{hlist| [[Bailment]] |[[common carrier]] |[[negligence]] |[[strict liability]] }}

Stringoptional
Area of LawArea of Law

no description

Stringoptional
italic titleitalic title

Indicates that the page title should be italicized. Valid values are "yes", "no" or "force".

Stringoptional
Docket numbersdocket

Docket numbers

Stringoptional
ClaimClaim

no description

Unknownoptional

Tracking category

See also