Jump to content

Module:Sandbox/CAS222222221

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 風中的刀劍 (talk | contribs) at 09:15, 21 July 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local a = require('Module:InfoboxImage')

p = {}

function p.main(frame)
	args = frame.args
	
	if args.image2 then
		return '{{#invoke:InfoboxImage|InfoboxImage|image=args.image2|upright=1.05}}'
	else
		return '{{#invoke:InfoboxImage|InfoboxImage|image=args.image|upright=1.05}}'
	end
	
end

return p