Template:Judgment Metadata/doc: Difference between revisions

From OpenJuris
TemplateData
 
trying another thing
Tag: Manual revert
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<templatedata>
<templatedata>
{
{
Line 5: Line 6:
     "citation": {
     "citation": {
       "label": "Citation",
       "label": "Citation",
      "description": "Official or neutral citation of the judgment",
       "type": "string"
       "type": "string"
     },
     },
     "court": {
     "court": {
       "label": "Court",
       "label": "Court",
      "description": "Court that delivered the judgment",
       "type": "string",
       "type": "string",
       "required": true
       "required": true
Line 16: Line 15:
     "jurisdiction": {
     "jurisdiction": {
       "label": "Jurisdiction",
       "label": "Jurisdiction",
      "description": "Jurisdiction or territory of the court",
       "type": "string"
       "type": "string"
     },
     },
     "caseno": {
     "caseno": {
       "label": "Case number",
       "label": "Case number",
      "description": "Case or appeal number",
       "type": "string"
       "type": "string"
     },
     },
     "coram": {
     "coram": {
       "label": "Coram",
       "label": "Coram",
      "description": "Judge or bench delivering the judgment",
       "type": "string"
       "type": "string"
     },
     },
     "reservedon": {
     "reservedon": {
       "label": "Reserved on",
       "label": "Reserved on",
      "description": "Date on which judgment was reserved",
       "type": "string"
       "type": "string"
     },
     },
     "decisiondate": {
     "decisiondate": {
       "label": "Decision date",
       "label": "Decision date",
      "description": "Date on which judgment was delivered",
       "type": "date",
       "type": "date",
       "required": true
       "required": true
Line 42: Line 36:
     "counsel": {
     "counsel": {
       "label": "Counsel / Appearances",
       "label": "Counsel / Appearances",
      "description": "Advocates appearing for the parties (free-form wikitext)",
       "type": "content"
       "type": "content"
     }
     }
Line 48: Line 41:
}
}
</templatedata>
</templatedata>
</noinclude>

Revision as of 01:42, 19 December 2025

Displays structured metadata for a judicial decision and automatically categorizes the judgment.

Template parameters

ParameterDescriptionTypeStatus
Citationcitation

no description

Stringoptional
Courtcourt

no description

Stringrequired
Jurisdictionjurisdiction

no description

Stringoptional
Case numbercaseno

no description

Stringoptional
Coramcoram

no description

Stringoptional
Reserved onreservedon

no description

Stringoptional
Decision datedecisiondate

no description

Daterequired
Counsel / Appearancescounsel

no description

Contentoptional