Module:TestModule: Difference between revisions

AdamZachar (talk | contribs)
No edit summary
AdamZachar (talk | contribs)
No edit summary
Line 13: Line 13:
   }
   }


  if topics == nil then end
  if topics == nil then return output end


  output = output .. "<ul>"
  output = output .. "<ul>"
Line 28: Line 28:
   }
   }


   if childTopics == nil then end
   if childTopics == nil then break end


   output = output .. "<ul>"
   output = output .. "<ul>"