Difference between revisions of "Module:DataList to Text"

From Sunrust Wiki
Jump to navigation Jump to search
(Created page with "local p = {} --p stands for package function p.hello( frame ) local test = mw.title.new("Trinket Overclocker") return test.fullText end return p")
(No difference)

Revision as of 18:10, 17 January 2022

Documentation for this module may be created at Module:DataList to Text/doc

local p = {} --p stands for package

function p.hello( frame )
    local test = mw.title.new("Trinket Overclocker")
    return test.fullText
end

return p