Main Page: Difference between revisions

AdamZachar (talk | contribs)
No edit summary
AdamZachar (talk | contribs)
No edit summary
 
(70 intermediate revisions by the same user not shown)
Line 13: Line 13:
== Browse by Topic ==
== Browse by Topic ==


{{#for_external_table:
[[3rd Country Rendition]]
*[[{{{topicName}}}]]
  {{#for_external_table: |
** [[{{{topicName2}}}]]
  |source = CaseData
  |query = childrenTopics
  |data = topicName2=topic_name
  |parameters = {{{topicName}}}
}}
|source = CaseData
|query = childrenTopics
|data = topicName=topic_name
|parameters = ""
}}
 


== Browse by Court ==
== Browse by Court ==
Line 38: Line 24:


[[Dockets]]
[[Dockets]]
== Troubleshooting ==
Attempted Top Layer
<ul>
{{#for_external_table:
|<li>[[{{{topicName}}}]]</li>
|source = CaseData
|query = childrenTopics
|data = topicName=topic_name
|parameters = ""
}}
</ul>
Attempted nesting with defined lists:
<ul>
{{#for_external_table:
|<li>[[{{{topicName}}}]]</li>
  <ul>
  {{#for_external_table:
  |<li>[[{{{topicName}}}]]</li>
  |source = CaseData
  |query = childrenTopics
  |data = topicName=topic_name
  |parameters = ""
  }}
  </ul>
|source = CaseData
|query = childrenTopics
|data = topicName=topic_name
|parameters = ""
}}
</ul>
<ul>
{{#for_external_table:
|<li>[[{{{topicName}}}]]</li>
  <ul>
  {{#for_external_table:
  |<li>[[{{{topicName2}}}]]</li>
  |source = CaseData
  |query = childrenTopics
  |data = topicName2=topic_name
  |parameters = "{{{topicName}}}"
  }}
  </ul>
|source = CaseData
|query = childrenTopics
|data = topicName=topic_name
|parameters = ""
}}
</ul>