Search results

Results 1 – 3 of 3
Advanced search

Search in namespaces:

There is a page named "Module:Sandbox/Rprimus06/Second" on Wikipedia

  • local n = { helloworld = function(frame) name = frame.args.name or 'unknown' return 'Hello from Lua ' .. name end } return n...
    150 bytes (19 words) - 10:29, 19 May 2013
  • function p:test_hello() self:preprocess_equals("{{#invoke:Sandbox/Rprimus06/Second | helloworld}}" , 'Hello from Lua unknown') end return p...
    277 bytes (38 words) - 11:06, 19 May 2013
  • This is a test of creating a Scibunto Module. The modules is called 'Second' and simply returns a string 'Hello from Lua ' with the argument passed to...
    165 bytes (29 words) - 10:31, 19 May 2013