Jump to content

Module:Sandbox/AndyRussG

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AndyRussG (talk | contribs) at 02:28, 17 July 2024 (Test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {};
p.hello = function( frame )
    local str1 = "I'm a doggy ogg, oggy ogg ogg doggy ogg, on "
    local str2 = Date(frame.args[1], 7, 31):text()
	return str1 .. str2
end