Module:Card collection/modules/Set gallery/parameters

From Yugipedia
Jump to: navigation, search
-- <pre>
return {
	abbr = {},

	rarity = {},

	alt = {},

	notes = {},

	description = {},

	[ '$description' ] = {},

	[ 1 ] = {
		required = true,
--		options = {
--			[ 'file' ] = {},
--			[ 'abbr' ] = {},
--			[ 'extension' ] = {},
--			[ 'printed-name' ] = {},
--			[ 'description' ] = {
--				allowEmpty = true,
--			},
--		}
	},
}
-- </pre>