Module:Sandbox/Angr pukhlya/2/sandbox

This is an old revision of this page, as edited by Angr pukhlya (talk | contribs) at 11:33, 27 November 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

p.o = function( frame )
	local a = frame.args.a
	local k, j = string.match(a, "%w+ (%d+) %w+ %w+ (%d+) %w+")
	return k .. " " .. j
end
return p