Template:Infobox Case Brief: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
No edit summary
No edit summary
Line 17: Line 17:
}}
}}
|-
|-
{{#if: {{{decision_by|}}} |
{{#ask:
! Majority opinion
[[Has opinion type::majority]]
{{!}} [[Written by::{{{decision_by|}}}]]
|?Written by
|?Joined by
|format=template
|template=Infobox Case Brief/opinion authors
}}
}}
|-
{{#if: {{{joined_by|}}} |
! Majority opinion
{{!}} {{#arraymap:{{{joined_by|}}}|*|xjoined_byx|[[Joined by::xjoined_byx]]|<br />}}
}}
|-
{{#if: {{{concurrence|}}} |
! Concurrence
{{!}} {{#arraymap:{{{concurrence|}}}|*|xconcurrencex|[[Concurrence by::xconcurrencex]]|<br />}}
}}
|-
{{#if: {{{dissent|}}} |
! Dissent
{{!}} {{#arraymap:{{{dissent|}}}|*|xdissentx|[[Dissent by::xdissentx]]|<br />}}
}}
|-
{{#if: {{{concur_dissent|}}} |
! Concur/dissent
{{!}} {{#arraymap:{{{concur_dissent|}}}|*|xconcur_dissentx|[[Concur and dissent by::xconcur_dissentx]]|<br />}}
}}
|-
{{#if: {{{overturned|}}} |
{{#if: {{{overturned|}}} |
! Overturned
! Overturned

Revision as of 04:35, October 16, 2019

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

Usage

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             = }}
}}