Minecraft Wiki
Advertisement
[Lesen | Bearbeiten | Versionen | Aktualisieren]Buch und Feder DokumentationSpringe zum Quelltext ↴Lua logo Zum Gebrauch von Lua-Modulen siehe die Modul-Hilfe.

Dieses Modul legt die Einstellungen für die Vorlage {{TasteSprite}} fest, sowie die Sprites, die für diese Vorlage verfügbar sind.

Alle Sprites

Hier ist die Liste aller Sprites, die möglich sind. Gelb markierte Bezeichnungen sind veraltet und werden nicht mehr verwendet. Sobald die Kategorie:Veralteter Sprite leer ist, können die veralteten Bezeichnungen hier gelöscht werden. Dazu einfach den Text der Bezeichnung komplett leeren.

Allgemein

    • bumper-left
    • bumper-right
    • dpad
    • dpad-down
    • dpad-left
    • dpad-right
    • dpad-up
    • face-button-down
    • face-button-left
    • face-button-right
    • face-button-up
    • left-trigger
    • right-trigger
    • select-button
    • start-button
    • stick-left
    • stick-right
    • touchpad

Nintendo Switch

    • switch-bumper-left
    • switch-bumper-right
    • switch-circle-button
    • switch-dpad-down
    • switch-dpad-left
    • switch-dpad-right
    • switch-dpad-up
    • switch-face-button-down
    • switch-face-button-left
    • switch-face-button-right
    • switch-face-button-up
    • switch-home-button
    • switch-left-trigger
    • switch-right-trigger
    • switch-select-button
    • switch-sl-button
    • switch-sr-button
    • switch-start-button
    • switch-stick-left
    • switch-stick-right
    • switch-touchpad

PlayStation 4

    • ps4-bumper-left
    • ps4-bumper-right
    • ps4-dpad-down
    • ps4-dpad-left
    • ps4-dpad-right
    • ps4-dpad-up
    • ps4-face-button-down
    • ps4-face-button-left
    • ps4-face-button-right
    • ps4-face-button-up
    • ps4-left-trigger
    • ps4-right-trigger
    • ps4-stick-left
    • ps4-stick-right
    • ps4-touchpad

X-Box One

    • xbox-bumper-left
    • xbox-bumper-right
    • xbox-dpad
    • xbox-dpad-down
    • xbox-dpad-left
    • xbox-dpad-right
    • xbox-dpad-up
    • xbox-face-button down
    • xbox-face-button left
    • xbox-face-button right
    • xbox-face-button up
    • xbox-left-trigger
    • xbox-right-trigger
    • xbox-select-button
    • xbox-start-button
    • xbox-stick-left
    • xbox-stick-right
    • xbox-touchpad

?

    • unbekannt


return {
	settings = {
		align = 'middle',
		classname = 'taste-sprite',
		name = 'Taste',
		pos = 1,
		sheetsize = 260,
		size = 26,
		stylesheet = true,
		url = require( [[Modul:Sprite]] ).getUrl( 'TasteSprite.png', 'version=1594739230043', 'taste-sprite' ),
	},
	sections = {
		{ name = 'Allgemein', id = 1 },
		{ name = 'Nintendo Switch', id = 2 },
		{ name = 'PlayStation 4', id = 3 },
		{ name = 'X-Box One', id = 4 },
		{ name = '?', id = 5 },
	},
	ids = {
		['bumper-left'] = { pos = 2, section = 1 },
		['bumper-right'] = { pos = 3, section = 1 },
		['dpad'] = { pos = 4, section = 1 },
		['dpad-down'] = { pos = 5, section = 1 },
		['dpad-left'] = { pos = 6, section = 1 },
		['dpad-right'] = { pos = 7, section = 1 },
		['dpad-up'] = { pos = 8, section = 1 },
		['face-button-down'] = { pos = 9, section = 1 },
		['face-button-left'] = { pos = 10, section = 1 },
		['face-button-right'] = { pos = 11, section = 1 },
		['face-button-up'] = { pos = 12, section = 1 },
		['left-trigger'] = { pos = 13, section = 1 },
		['right-trigger'] = { pos = 14, section = 1 },
		['select-button'] = { pos = 15, section = 1 },
		['start-button'] = { pos = 16, section = 1 },
		['stick-left'] = { pos = 17, section = 1 },
		['stick-right'] = { pos = 18, section = 1 },
		['touchpad'] = { pos = 19, section = 1 },
		['ps4-bumper-left'] = { pos = 41, section = 3 },
		['ps4-bumper-right'] = { pos = 42, section = 3 },
		['ps4-dpad-down'] = { pos = 43, section = 3 },
		['ps4-dpad-left'] = { pos = 44, section = 3 },
		['ps4-dpad-right'] = { pos = 45, section = 3 },
		['ps4-dpad-up'] = { pos = 46, section = 3 },
		['ps4-face-button-down'] = { pos = 47, section = 3 },
		['ps4-face-button-left'] = { pos = 48, section = 3 },
		['ps4-face-button-right'] = { pos = 49, section = 3 },
		['ps4-face-button-up'] = { pos = 50, section = 3 },
		['ps4-left-trigger'] = { pos = 51, section = 3 },
		['ps4-right-trigger'] = { pos = 52, section = 3 },
		['ps4-stick-left'] = { pos = 53, section = 3 },
		['ps4-stick-right'] = { pos = 54, section = 3 },
		['ps4-touchpad'] = { pos = 55, section = 3 },
		['switch-bumper-left'] = { pos = 20, section = 2 },
		['switch-bumper-right'] = { pos = 21, section = 2 },
		['switch-circle-button'] = { pos = 22, section = 2 },
		['switch-dpad-down'] = { pos = 23, section = 2 },
		['switch-dpad-left'] = { pos = 24, section = 2 },
		['switch-dpad-right'] = { pos = 25, section = 2 },
		['switch-dpad-up'] = { pos = 26, section = 2 },
		['switch-face-button-down'] = { pos = 27, section = 2 },
		['switch-face-button-left'] = { pos = 28, section = 2 },
		['switch-face-button-right'] = { pos = 29, section = 2 },
		['switch-face-button-up'] = { pos = 30, section = 2 },
		['switch-home-button'] = { pos = 31, section = 2 },
		['switch-left-trigger'] = { pos = 32, section = 2 },
		['switch-right-trigger'] = { pos = 33, section = 2 },
		['switch-select-button'] = { pos = 34, section = 2 },
		['switch-sl-button'] = { pos = 35, section = 2 },
		['switch-sr-button'] = { pos = 36, section = 2 },
		['switch-start-button'] = { pos = 37, section = 2 },
		['switch-stick-left'] = { pos = 38, section = 2 },
		['switch-stick-right'] = { pos = 39, section = 2 },
		['switch-touchpad'] = { pos = 40, section = 2 },
		unbekannt = { pos = 1, section = 5 },
		['xbox-bumper-left'] = { pos = 56, section = 4 },
		['xbox-bumper-right'] = { pos = 57, section = 4 },
		['xbox-dpad'] = { pos = 58, section = 4 },
		['xbox-dpad-down'] = { pos = 59, section = 4 },
		['xbox-dpad-left'] = { pos = 60, section = 4 },
		['xbox-dpad-right'] = { pos = 61, section = 4 },
		['xbox-dpad-up'] = { pos = 62, section = 4 },
		['xbox-face-button down'] = { pos = 63, section = 4 },
		['xbox-face-button left'] = { pos = 64, section = 4 },
		['xbox-face-button right'] = { pos = 65, section = 4 },
		['xbox-face-button up'] = { pos = 66, section = 4 },
		['xbox-left-trigger'] = { pos = 67, section = 4 },
		['xbox-right-trigger'] = { pos = 68, section = 4 },
		['xbox-select-button'] = { pos = 69, section = 4 },
		['xbox-start-button'] = { pos = 70, section = 4 },
		['xbox-stick-left'] = { pos = 71, section = 4 },
		['xbox-stick-right'] = { pos = 72, section = 4 },
		['xbox-touchpad'] = { pos = 73, section = 4 },
	},
}
Advertisement