Module:TestModule: Difference between revisions
AdamZachar (talk | contribs) No edit summary |
AdamZachar (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
output = output .. " <li>" .. "[[" .. topic.topicName .. "]]" | output = output .. " <li>" .. "[[" .. topic.topicName .. "]]" | ||
output = output .. funcRecurseLineage(output, topic) | output = output .. funcRecurseLineage(output, topic.topicName) | ||