Template:CasePage: Difference between revisions
Appearance
AdamZachar (talk | contribs) No edit summary |
AdamZachar (talk | contribs) No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>[[Category:Templates]]</noinclude> | |||
<includeonly>[[Category:Cases]]</includeonly> | |||
Case page of {{{case_title}}}. | Case page of {{{case_title}}}. | ||
Line 13: | Line 15: | ||
<strong> Upcoming Events: </strong> | <strong> Upcoming Events: </strong> | ||
{| | {{CaseTimelineTable|case_title={{{case_title}}}|start_date=0|end_date=400000}} | ||
! | '''Topics Involved:''' | ||
{{#invoke:TestModule |topicListByCaseName |caseTitle = {{{case_title}}} }} | |||
<!-- Non-Module implementation | |||
<ul> | |||
{{#for_external_table: | {{#for_external_table: | ||
<li>[[:Category:{{{topicName}}}]] | |||
|source = CaseData | |||
|query = topicsByCase | |||
|data = | |||
topicName = topic_name | |||
|parameters = {{{case_title}}} | |||
}} | }} | ||
</ul> | |||
--> | |||
<strong> Courts Involved: </strong> | <strong> Courts Involved: </strong> | ||
Line 47: | Line 43: | ||
{{#for_external_table: | {{#for_external_table: | ||
|{{!}}- | |{{!}}- | ||
{{!}} | {{!}} {{{docketLevel}}} | ||
{{!}} [[{{{docketJurisdiction}}}]] | {{!}} [[{{{docketJurisdiction}}}]] | ||
{{!}} [{{{docketLink}}} {{{docketNumber}}}] | {{!}} [{{{docketLink}}} {{{docketNumber}}}] | ||
Line 54: | Line 50: | ||
|query = caseDockets | |query = caseDockets | ||
|data = | |data = | ||
docketLevel= | docketLevel=courtlevel_name, | ||
docketJurisdiction=court_name, | docketJurisdiction=court_name, | ||
docketLink=docket_link, | docketLink=docket_link, | ||
Line 67: | Line 63: | ||
List of all events in this case: | List of all events in this case: | ||
{| | {{CaseTimelineTable|case_title={{{case_title}}}|start_date=-400000|end_date=400000}} | ||
{{ | |||