Module talk:Sandbox/Matroc/TestmvloadData

  1. This is a test of a code snippet to check if a table is loaded successfully or not -- A variable is being set to indicate whether a table has been loaded or not -- a function written to load that table if it hasn't... Am outputting RUN comments...
  2. * using mv.loadData to load a Module table -- success! Loading a USStates table and looking for AL - Alabama
  3. ** {{#invoke:Sandbox/Matroc/TestmvloadData|testloader|Sandbox/Matroc/USStates|AL}}
  4. * using mv.loadData to load a Module table -- failure! Loading a Canadian Provinces table (does not exist) and looking for ON.
  5. ** {{#invoke:Sandbox/Matroc/TestmvloadData|testloader|Canadian Provinces|ON}}
  6. Note: I created my own Sandbox USStates module... Apparently others are creating table Modules in a slightly different manner which needs to be checked out or examined. Matroc (talk) 01:30, 29 June 2013 (UTC)