Module:Sandbox/Animal lover 666/position data

This is an old revision of this page, as edited by Animal lover 666 (talk | contribs) at 19:28, 4 January 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p={};

p.main = function( frame )
	
    args = frame:getParent().args()
    
    
	
	str=args[position]
	return str
end

return p