Module:EditionSprite

Uit Minecraft Wiki
Naar navigatie springen Naar zoeken springen

Deze module bevat de data voor {{EditionSprite}}. Gelieve deze module niet direct bewerken. Doe dit via de spritebewerker van het desbetreffende sjabloon.

Zie ook[brontekst bewerken]

[bekijken | bewerken | geschiedenis | cache legen]Bovenstaande documentatie is getranscludeerd uit Module:EditionSprite/doc.

return {
	settings = {
		name = 'Edition',
    	image = 'EditionCSS.png',
		sheetsize = 80,
		pos = 80,
		stylesheet = true,
		url = require( [[Module:Sprite]] ).getUrl( 'EditionCSS.png', 'version=1528424025521' ),
	},
	sections = {
		{ name = 'Versies', id = 1 },
	},
	ids = {
		['Pi'] = { pos = 1, section = 1 },
		['Pi Editie'] = { pos = 1, section = 1 },
		['Pi Edition'] = { pos = 1, section = 1 },
		['Pi-editie'] = { pos = 1, section = 1 },
		['PE'] = { pos = 2, section = 1 },
		['Pocket Editie'] = { pos = 2, section = 1 },
		['Pocket Edition'] = { pos = 2, section = 1 },
		['Pocketeditie'] = { pos = 2, section = 1 },
		['Console Editie'] = { pos = 3, section = 1 },
		['Default Console'] = { pos = 3, section = 1 },
		['Xbox 360'] = { pos = 3, section = 1 },
		['Xbox 360-editie'] = { pos = 3, section = 1 },
		['Console-editie'] = { pos = 3, section = 1 },
		['Xbox One'] = { pos = 4, section = 1 },
		['Xbox One-editie'] = { pos = 4, section = 1 },
		['PS3'] = { pos = 5, section = 1 },
		['PlayStation 3'] = { pos = 5, section = 1 },
		['PlayStation 3-editie'] = { pos = 5, section = 1 },
		['PS4'] = { pos = 6, section = 1 },
		['PlayStation 4'] = { pos = 6, section = 1 },
		['PlayStation 4-editie'] = { pos = 6, section = 1 },
		['PSVita'] = { pos = 7, section = 1 },
		['PlayStation Vita'] = { pos = 7, section = 1 },
		['PlayStation Vita-editie'] = { pos = 7, section = 1 },
		['PC'] = { pos = 8, section = 1 },
		['PC Editie'] = { pos = 8, section = 1 },
		['PC Edition'] = { pos = 8, section = 1 },
		['Javaeditie'] = { pos = 8, section = 1 },
		['Default'] = { pos = 8, section = 1 },
		['Wii U'] = { pos = 9, section = 1 },
		['Wii U-editie'] = { pos = 9, section = 1 },
	}
}