Template:Infobox court case/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Jacklee
Updated "Technical information" section
meta>Jacklee
m →‎Technical information: Applied {{para}} template
Line 78: Line 78:
{{ambox|text=This section contains technical information to assist editors familiar with templates and [[:mw:Help:Extension:ParserFunctions|parser functions]] to edit this template.}}
{{ambox|text=This section contains technical information to assist editors familiar with templates and [[:mw:Help:Extension:ParserFunctions|parser functions]] to edit this template.}}


The "image" parameter in the template contains the following function: "<tt><nowiki>{{#if:{{{image|}}}|[[File:{{{image}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|180}}px]]|{{#ifeq:{{Infobox Court Case/images|courtimage={{{court|}}} }}|None||[[File:{{Infobox Court Case/images|courtimage={{{court}}} }}|{{#if:{{{imagesize|}}} | {{{imagesize}}}|180}}px]]}} }}</nowiki></tt>".
The {{para|image}} parameter in the template contains the following function: "<tt><nowiki>{{#if:{{{image|}}}|[[File:{{{image}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|180}}px]]|{{#ifeq:{{Infobox Court Case/images|courtimage={{{court|}}} }}|None||[[File:{{Infobox Court Case/images|courtimage={{{court}}} }}|{{#if:{{{imagesize|}}} | {{{imagesize}}}|180}}px]]}} }}</nowiki></tt>".


The function does the following tasks:
The function does the following tasks:

Revision as of 04:53, 31 March 2009

Template:Esoteric

Usage

This template summarizes information about a specific court case.

{{Infobox Court Case
| name               = 
| court              = [mandatory]
| image              = 
| imagesize          = 
| caption            = 
| full name          = 
| date decided       = 
| citations          = 
| transcripts        = 
| judges             = 
| prior actions      = 
| subsequent actions = 
| opinions           = 
| keywords           = 
}}

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 (mandatory)
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}}.
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.
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.
date decided
The date the decision was handed down. In line with "Wikipedia:Manual of Style (dates and numbers)#Linking and autoformatting of dates", do not wikilink dates.
citations
The number assigned to the case by the court, and/or citations to law reports of the case. If a particular report of a case is available in full online, hyperlink the citation in question to the website like this: "[http://www.icj-cij.org/docket/index.php?p1=3&p2=3&k=2b&case=130&code=masi&p3=4 General List No. 130]". If the citation uses square brackets, replace them with "&#91;" and "&#93;", as shown:
Wikitext: [http://www.austlii.edu.au/au/cases/cth/HCA/1988/69.html &#91;1988&#93; HCA 69]
Result: [1988] HCA 69
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 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.
prior actions
Mention any prior trials or appeals. Where possible, link the name of a prior case to a Wikipedia article about the case, and the citation to an external link containing the full judgment of the case, as shown:
Wikitext: ''[[Mabo v Queensland (1988)|Mabo v. Queensland (No. 1)]]'' [http://www.austlii.edu.au/au/cases/cth/high_ct/166clr186.html (1989) 166 CLR 186]
Result: Mabo v. Queensland (No. 1) (1989) 166 CLR 186
subsequent actions
Mention any later appeals or retrials, if any. Where possible, link the name of a prior case to a Wikipedia article about the case, and the citation to an external link containing the full judgment of the case.
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 prior case to a Wikipedia article about the case, and the citation to an external link containing the full judgment of the case.
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 commas, and link them to appropriate Wikipedia articles wherever possible; for example, "[[Bailment]], [[common carrier]], [[negligence]], [[strict liability]]".

Technical information

The |image= parameter in the template contains the following function: "{{#if:{{{image|}}}|[[File:{{{image}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|180}}px]]|{{#ifeq:{{Infobox Court Case/images|courtimage={{{court|}}} }}|None||[[File:{{Infobox Court Case/images|courtimage={{{court}}} }}|{{#if:{{{imagesize|}}} | {{{imagesize}}}|180}}px]]}} }}".

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 "No image.svg", 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. Again, if a value is specified for |imagesize=, the image is given that width; otherwise the image width defaults to 180px.

Thanks to Chris Cunningham for coming up with a clean solution that works.

See also