Module:Sandbox/ChaoticShadow/SongDataLine

From TestWiki
Revision as of 21:17, 14 May 2021 by ChaoticShadow (talk | contribs) (Created page with "local p = {} function p.main(frame) return tostring(frame) end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/ChaoticShadow/SongDataLine/doc

local p = {}

function p.main(frame)
	return tostring(frame)
end

return p