Module:DataList to Text
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