Module:TestModule: Difference between revisions

AdamZachar (talk | contribs)
No edit summary
AdamZachar (talk | contribs)
No edit summary
Line 11: Line 11:
   , format = 'CSV with header'
   , format = 'CSV with header'
     }
     }
     return data[1][1]
     return data[0][0]
end
end


return p
return p