Module:TestModule: Difference between revisions
AdamZachar (talk | contribs) No edit summary |
AdamZachar (talk | contribs) No edit summary |
||
| Line 101: | Line 101: | ||
source = "CaseData", | source = "CaseData", | ||
query = "topicsByCase", | query = "topicsByCase", | ||
data = "caseTitle | data = "case_title=caseTitle", | ||
parameters = frame.args.topicName | parameters = frame.args.topicName | ||
} | } | ||
if topics == nil then return | if topics == nil then return caseTitle end | ||
output = output .. "<ul>" | output = output .. "<ul>" | ||