Template:Infobox court case: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Ligulem
m (cat)
meta>CyberSkull
(reworked style code, added usage)
Line 1: Line 1:
{| align="right" border="1" cellpadding="4" cellspacing="0" width="300px" style="margin: 0 0 1em 1em; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse; font-size: 95%; clear:right;"
{| class="infobox bordered" cellpadding="4" cellspacing="0" style="width: 24em; margin: 0 0 1em 1em; border: 1px #aaaaaa solid; font-size: 95%;"
|-
|-
| align="center" colspan="2" style="background: #f0f0f0" | '''''{{{name}}}'''''
! colspan="2" style="background: #f0f0f0; text-align: center;" | ''{{{name}}}''
|-
|-
| align="center" colspan="2" | '''{{{court}}}''' <br> {{{image}}}
! colspan="2" | {{{court}}} <br /> {{{image}}}
|-
|-
| width="25%" | <small>Date decided:</small>
| style="white-space: nowrap; font-size: smaller;"| Date decided
| {{{date_decided}}}
| {{{date_decided}}}
|-
|-
| width="25%" | <small>Full case name:</small>
| style="white-space: nowrap; font-size: smaller;"| Full case name
| ''{{{full_name}}}''
| ''{{{full_name}}}''
|-
|-
| width="25%" | <small>Citations:</small>
| style="white-space: nowrap; font-size: smaller;"| Citations
| {{{citations}}}
| {{{citations}}}
|-
|-
| width="25%" | <small>Judges sitting:</small>
| style="white-space: nowrap; font-size: smaller;"| Judges sitting
| {{{judges}}}
| {{{judges}}}
|-
|-
| align="center" colspan="2" style="background: #f0f0f0" | '''Case history'''
! colspan="2" style="background: #f0f0f0" | Case history
|-
|-
| width="25%" | <small>Prior actions:<small>
| style="white-space: nowrap; font-size: smaller;"| Prior actions:
| {{{prior_actions}}}
| {{{prior_actions}}}
|-
|-
| width="25%" | <small>Subsequent actions:<small>
| style="white-space: nowrap; font-size: smaller;"| Subsequent actions:
| {{{subsequent_actions}}}
| {{{subsequent_actions}}}
|-
|-
| align="center" colspan="2" style="background: #f0f0f0" | '''Case opinions'''
! colspan="2" style="background: #f0f0f0" | Case opinions
|-
|-
| colspan="2" | {{{opinions}}}
| colspan="2" | {{{opinions}}}
|}<noinclude>
|}<noinclude>
==Usage==
{| style="background: transparent;"
|<pre>
{{Infobox Court Case
| name =
| court =
| image =
| date_decided =
| full_name =
| citations =
| judges =
| prior_actions =
| subsequent_actions =
| opinions =
}}
[[Category:Infobox templates|Court Case]]
[[Category:Infobox templates|Court Case]]
</noinclude>
</noinclude></pre>

Revision as of 08:03, 8 April 2006

{{{name}}}
{{{court}}}
{{{image}}}
Date decided {{{date_decided}}}
Full case name {{{full_name}}}
Citations {{{citations}}}
Judges sitting {{{judges}}}
Case history
Prior actions: {{{prior_actions}}}
Subsequent actions: {{{subsequent_actions}}}
Case opinions
{{{opinions}}}

Usage

{{Infobox Court Case
| name = 
| court = 
| image = 
| date_decided = 
| full_name = 
| citations = 
| judges = 
| prior_actions = 
| subsequent_actions = 
| opinions = 
}}
[[Category:Infobox templates|Court Case]]
</noinclude>