Module:Gallery List/Data

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

For information on editing module data in general, see Guidelines:Modules/Data.

Schema
Data
sizes
Sets the size of gallery thumbnails based on the game and subjectType parameters of Template:Gallery List.
<game>
<subjectType>
widths
A value in pixels corresponding to the widths gallery attribute.
heights
A value in pixels corresponding to the heights gallery attribute.

return {
	sizes = {
		["OoS"] = {
			["Items"] = {
				widths= "64px",
				heights= "64px",
			},
			["Objects"] = {
				widths= "64px",
				heights= "64px",
			}
		},
		["OoA"] = {
			["Items"] = {
				widths= "64px",
				heights= "64px",
			},
			["Objects"] = {
				widths= "64px",
				heights= "64px",
			}
		},
		["TWW"] = {
			["Items"] = {
				widths = "64px",
				heights = "64px",
			},
		},
		["TWWHD"] = {
			["Items"] = {
				widths = "64px",
				heights = "64px",
			},
		},
		["TMC"] = {
			["Items"] = {
				widths= "64px",
				heights= "64px",
			},
			["Objects"] = {
				widths= "64px",
				heights= "64px",
			}
		},
		["PH"] = {
			["Items"] = {
				widths = "69px",
				heights = "69px",
			},
		},
		["ST"] = {
			["Items"] = {
				widths = "64px",
				heights = "64px",
			}
		}
	},
}