Template:Infobox Case Brief/doc: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 32: Line 32:
| case_text_links      = {{Infobox Case Brief/Case Text Link <!-- repeat as needed, one for each link -->
| case_text_links      = {{Infobox Case Brief/Case Text Link <!-- repeat as needed, one for each link -->
| link                  =
| link                  =
|case_text_source       = }}
| source_type          =
| case_text_source     = }}
| case_videos            ={{Infobox Case Brief/Case Video <!-- repeat as needed, one for each video -->
|service=
|id=}}
| Court_opinion_parts  = {{Court opinion part <!-- repeat as needed, one for each opinion -->
| Court_opinion_parts  = {{Court opinion part <!-- repeat as needed, one for each opinion -->
| opinion_type          = <!-- "majority," "plurality," "unanimous," "concurrence," "dissent," OR "concur/dissent" -->
| opinion_type          = <!-- "majority," "plurality," "unanimous," "concurrence," "dissent," OR "concur/dissent" -->
Line 39: Line 43:
}}
}}
</nowiki>
</nowiki>
== Description of fields ==
<templatedata>
{
"params": {
"court": {
"label": "Court",
"description": "The name of the court where the case was heard.",
"example": "U.S. Supreme Court"
},
"citation": {
"label": "Citation",
"description": "Court reporter citations. Follow Bluebook formatting conventions. If multiple, separate by asterisk."
},
"date": {
"label": "Date decided",
"description": "The date the decision was handed down. Use a \"[month], [day], [year]\" readable date format",
"example": "April 3, 1974"
},
"appealed_from": {
"label": "Appealed from",
"description": "The court from which the appeal immediately came.",
"example": "U.S. Court of Appeals, 9th Circuit"
},
"overturned": {
"label": "Cases that this case overturned",
"description": "Any cases or actions that this case overturned. If multiple, separate by asterisk.",
"type": "wiki-page-name"
},
"partially_overturned": {
"label": "Cases that this case partially overturned",
"description": "Any cases or actions that this case overturned in part. If multiple, separate by asterisk.",
"type": "wiki-page-name"
},
"reaffirmed": {
"label": "Cases that this case reaffirmed",
"description": "Any cases or actions that this case reaffirmed. If multiple, separate by asterisk.",
"type": "wiki-page-name"
},
"questioned": {
"label": "Cases that this case questioned",
"description": "Any cases or actions that this case questioned. If multiple, separate by asterisk.",
"type": "wiki-page-name"
},
"criticized": {
"label": "Cases that this case criticized",
"description": "Any cases or actions that this case criticized. If multiple, separate by asterisk.",
"type": "wiki-page-name"
},
"distinguished": {
"label": "Cases that this case distinguished",
"description": "Any cases or actions from which this case is distinguished. If multiple, separate by asterisk.",
"type": "unknown"
},
"cited": {
"label": "Cases that this case cited",
"description": "Any cases or actions that this case cited. If multiple, separate by asterisk."
},
"followed": {
"label": "Cases that this case followed",
"description": "Any cases or actions that this case followed. If multiple, separate by asterisk."
},
"related": {
"label": "Related cases",
"description": "Any related cases or actions. If multiple, separate by asterisk."
},
"Court_opinion_parts": {
"label": "Case Opinions",
"description": "Enter a separate Court opinion part template for each opinion part (concurrences, dissents, etc.). To easily add opinion authorship for each opinion part, please save changes and select \"Edit with form.\""
},
"facts": {
"label": "Facts",
"description":"Facts of the case.",
"type": "content",
"suggested": true
},
"procedural_history": {
"label": "Procedural History",
"description":"Procedural History of the case.",
"type": "content"
},
"issues": {
"label": "Issues",
"description":"Issues of the case.",
"type": "content",
"suggested": true
},
"arguments": {
"label": "Arguments",
"description":"Arguments made by the parties.",
"type": "content"
},
"holding": {
"label": "Holding",
"description":"Holding of the case.",
"type": "content",
"suggested": true
},
"judgment": {
"label": "Judgment",
"description":"Judgment of the case.",
"type": "content"
},
"reasons": {
"label": "Reasons",
"description":"Reasons for the holding.",
"type": "content"
},
"rule": {
"label": "Rule",
"description":"Rule(s) applied or formulated in the case.",
"type": "content",
"suggested": true
},
"comments": {
"label": "Comments",
"description":"Comments related to the case.",
"type": "content"
},
"case_text_links": {
"label": "URL links to full case text",
"description": "Enter a separate Case Text Link template for each link. To easily add links, please save changes and select \"Edit with form.\""
},
"subject": {
"label": "Primary subject",
"description": "The subject/field of law to which the case pertains.",
"example": "Constitutional Law",
"type": "wiki-page-name"
},
"other_subjects": {
"label": "Additional subjects",
"description": "Additional or minor subjects to which the case pertains. If multiple, separate by asterisk."
}
},
"description": "Provide basic information about a case.",
"paramOrder": [
"court",
"citation",
"date",
"subject",
"other_subjects",
"appealed_from",
"overturned",
"partially_overturned",
"reaffirmed",
"questioned",
"criticized",
"distinguished",
"cited",
"followed",
"related",
"Court_opinion_parts",
"facts",
"procedural_history",
"issues",
"arguments",
"holding",
"judgment",
"reasons",
"rule",
"comments",
"case_text_links"
],
"format": "block"
}
</templatedata>

Latest revision as of 01:55, October 12, 2023

This template is to insert in case briefs and provide basic information at a glance.

Usage[edit source]

Copy and paste the text from the box below into the top of a case brief page. Fill in the data to the right of the equals sign.

See also Template:Court opinion part.

{{Infobox Case Brief
| court                 = 
| citation              = 
| date                  = <!-- example: "April 3, 1974" -->
| subject               = 
| other_subjects        =
| appealed_from         = 
| overturned            = 
| partially_overturned  = 
| reaffirmed            = 
| questioned            = 
| criticized            = 
| distinguished         = 
| cited                 = 
| followed              = 
| related               = 
| facts                 =
| procedural_history    =	
| issues                =
| arguments             =
| holding               =
| judgment              =
| reasons               =
| rule                  =
| comments              =
| case_text_links       = {{Infobox Case Brief/Case Text Link <!-- repeat as needed, one for each link -->
| link                  =
| source_type           =
| case_text_source      = }}
| case_videos            ={{Infobox Case Brief/Case Video <!-- repeat as needed, one for each video -->
|service=
|id=}}
| Court_opinion_parts   = {{Court opinion part <!-- repeat as needed, one for each opinion -->
| opinion_type          = <!-- "majority," "plurality," "unanimous," "concurrence," "dissent," OR "concur/dissent" -->
| written_by            = 
| joined_by             = }}
}}