Module:DataList to Text

From Sunrust Wiki
Revision as of 18:10, 17 January 2022 by Wither (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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