Module:Price

From Roat Pkz
Revision as of 18:11, 3 April 2024 by Hefner (talk | contribs) (Replaced content with "-- <nowiki> local p = {} function p.hello( frame ) return 'Hello, world!' end return p -- </nowiki>")
Jump to navigation Jump to search

Documentation for this module may be created at Module:Price/doc

-- <nowiki>
local p = {}

function p.hello( frame )
    return 'Hello, world!'
end

return p
-- </nowiki>