Module:Test
Revision as of 17:46, 7 June 2022 by FnControlOption (talk | contribs) (FnControlOption changed the content model of the page Module:Test from "plain text" to "Scribunto")
Documentation for this module may be created at Module:Test/doc
local p = {} function p.hello() return "Hello, world!" end return p