Module:Sandbox/noisytoot/test module: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 November 2018

  • curprev 18:2318:23, 14 November 2018 imported>Noisytoot 320 bytes +320 Created page with 'local test = {} function test.hello_world() return "Hello, world!" end function test.hello(name) return "Hello, " .. name .. "!" end function test.counter(m...'