Template:Infobox Case Brief/Case Text Link/doc: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
(Created page with "Insert this subtemplate into the case_text_links variable in Template:Infobox Case Brief to enter case text URLs in a case brief. ==Usage== This subtemplate should look l...")
 
mNo edit summary
 
Line 5: Line 5:
  <nowiki>{{Infobox Case Brief/Case Text Link  
  <nowiki>{{Infobox Case Brief/Case Text Link  
|link=
|link=
|source_type=
|case_text_source= }}
|case_text_source= }}
</nowiki>
</nowiki>


And should be repeated, one after another, following the equals sign of the <code>case_text_links</code> variable for each link to the text of a case opinion. It is inserted in [[Template:Infobox Case Brief]] like this:
And should be repeated, one after another, following the equals sign of the <code>case_text_links</code> variable for each link to the text of a case opinion.
 
This template is inserted in [[Template:Infobox Case Brief]] like this:


  <nowiki>{{Infobox Case Brief
  <nowiki>{{Infobox Case Brief
Line 54: Line 57:
! link
! link
| The URL of the case text.
| The URL of the case text.
|-
! source_type
| The type of source (e.g., "Video summary"). If left blank, will default to "Case text."
|-
|-
! case_text_source
! case_text_source
| The name of the source of the case text (e.g. Justia, Oyez, etc.).
| The name of the source of the case text (e.g. Justia, Oyez, etc.).
|}
|}

Latest revision as of 01:50, July 14, 2023

Insert this subtemplate into the case_text_links variable in Template:Infobox Case Brief to enter case text URLs in a case brief.

Usage[edit source]

This subtemplate should look like:

{{Infobox Case Brief/Case Text Link 
|link=
|source_type=
|case_text_source= }}

And should be repeated, one after another, following the equals sign of the case_text_links variable for each link to the text of a case opinion.

This template is inserted in Template:Infobox Case Brief like this:

{{Infobox Case Brief
| court                 = 
| citation              = 
| date                  =
| subject               = 
| 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
|link= www.example.com/First_URL
|case_text_source= Justia}}{{Infobox Case Brief/Case Text Link
|link= www.example.com/Second_URL
|case_text_source= Oyez}}
| Court_opinion_parts   = {{Court opinion part
| opinion_type          = 
| written_by            = 
| joined_by             = }}
}}

Description of fields[edit source]

Field Description
link The URL of the case text.
source_type The type of source (e.g., "Video summary"). If left blank, will default to "Case text."
case_text_source The name of the source of the case text (e.g. Justia, Oyez, etc.).