Module:TestModule: Difference between revisions

AdamZachar (talk | contribs)
No edit summary
AdamZachar (talk | contribs)
No edit summary
Line 51: Line 51:
  --final = funcRecurseLineage({output=frame.args.output, parentTopic=frame.args.parentTopic})
  --final = funcRecurseLineage({output=frame.args.output, parentTopic=frame.args.parentTopic})


  return testFunc({arg1="hi", arg2="hello"})
  return testFunc("hi", "hello")


end
end