Difference between revisions of "Module:Test"
Jump to navigation
Jump to search
(FnControlOption changed the content model of the page Module:Test from "Scribunto" to "plain text") Tag: content model change |
(FnControlOption changed the content model of the page Module:Test from "plain text" to "Scribunto") Tag: content model change |
(No difference)
|
Latest revision as of 17:46, 7 June 2022
Documentation for this module may be created at Module:Test/doc
local p = {} function p.hello() return "Hello, world!" end return p