Template:TopicPage: Difference between revisions
AdamZachar (talk | contribs) No edit summary |
AdamZachar (talk | contribs) No edit summary Tag: Manual revert |
||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <noinclude>[[Category:Templates]]</noinclude> | ||
<includeonly>[[Category:{{#external_value:parenttopic_name|source = CaseData|query = oneTopic|parameters = {{{topic_title}}}}}]]</includeonly> | |||
'''Topic Summary:''' | |||
{{#external_value:topic_summary|source = CaseData|query = oneTopic|parameters = {{{topic_title}}}}} | {{#external_value:topic_summary|source = CaseData|query = oneTopic|parameters = {{{topic_title}}}}} | ||
List of all child topics: | '''List of all child topics:''' | ||
{{#invoke:TestModule | {{#invoke:TestModule | ||
Line 10: | Line 12: | ||
}} | }} | ||
List of all cases | '''List of all cases in topic {{{topic_title}}}:''' | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 22: | Line 24: | ||
{{!}} {{{caseSummary}}} | {{!}} {{{caseSummary}}} | ||
{{!}} {{{caseStatus}}} | {{!}} {{{caseStatus}}} | ||
{{!}} {{{ | {{!}} {{{topicName}}} | ||
|source = CaseData | |source = CaseData | ||
|query = topicIDCasesDescendants | |query = topicIDCasesDescendants | ||
|data = caseID=case_id, caseTitle=case_title, caseSummary=case_summary, caseStatus=case_status | |data = caseID=case_id, caseTitle=case_title, caseSummary=case_summary, caseStatus=case_status, topicName=topic_name | ||
|parameters = | |parameters = | ||
{{#invoke:TestModule|topicIDByName|topicName={{{topic_title}}}}}, | {{#invoke:TestModule|topicIDByName|topicName={{{topic_title}}}}}, | ||
Line 34: | Line 36: | ||
}} | }} | ||
|} | |} | ||
'''List of all upcoming events in topic {{{topic_title}}}:''' | |||
{{Template:TopicTimelineTable|start_date=0|end_date=400000|topic_title={{{topic_title}}}}} | |||
'''List of all events in the past week in topic {{{topic_title}}}:''' | |||
{{Template:TopicTimelineTable|start_date=7|end_date=0|topic_title={{{topic_title}}}}} | |||
'''List of all topics:''' | |||
{{#invoke:TestModule|recurseLineageByID|parentID=0}} |