Jump to content

Module:ImageRatio: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
function ratio()
function ratio()
return 1
return '1'
end
end

Revision as of 09:46, 31 January 2024

function ratio()
	return '1'
end