Module talk:LoadDataError

Page contents not supported in other languages.
From Wikipedia

With mw.loadData

Table 'a' has 2 elements and length 0

  • 1 = Joe
  • 2 = Bob


Table 'c' has 5 elements and length 0

  • 1 = a
  • 2 = b
  • 3 = c
  • 4 = d
  • 5 = e


Table 'b' has 2 elements and length 0

  • 1 = John
  • 2 = Doe


With local table

Table 'a' has 2 elements and length 2

  • 1 = Joe
  • 2 = Bob


Table 'c' has 5 elements and length 5

  • 1 = a
  • 2 = b
  • 3 = c
  • 4 = d
  • 5 = e


Table 'b' has 2 elements and length 2

  • 1 = John
  • 2 = Doe