local p = {}

local GIBTi	= require "Module:Global infobox tools/items"
local GIBT	= require "Module:Global infobox tools"

p.arg_lims = {
}

p.idx = {
	{'a',  GIBTi.rk.name},
	{'-',  GIBT.images}, -- image parameter group
}

return p