Module:Descriptions/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.


return {
	descriptionTypes = {
		["BotW"] = {
			{
				type = "CaC",
				header = "{{CaC}}",
			},
			{
				type = "Inventory",
				header = "[[Inventory]]"
			},
		},
		["TotK"] = {
			{
				type = "Inventory",
				header = "[[Inventory]]"
			},
		},
		["HWAoC"] = {
			{
				type = "Inventory",
				header = "[[Inventory]]"
			},
		},
	},
}