Technik Wiki
Advertisement

Alle Sprites[]

Positiv

    • +
    • agree
    • dafür
    • ok
    • plus
    • pro
    • support
    • done
    • erledigt
    • fertig
    • genehmigt
    • ja
    • y
    • yes

Negativ

    • !
    • achtung
    • ausruf
    • exclamation
    • important
    • warning
    • warnung
    • wichtig
    • -
    • contra
    • dagegen
    • disagree
    • minus
    • /
    • \
    • blocked
    • blockiert
    • denied
    • prohibited
    • verboten
    • verweigert
    • abgebrochen
    • abgelehnt
    • cancel
    • nein
    • no
    • rejected
    • x

Neutral

    • ?
    • frage
    • help
    • hilfe
    • question
    • request
    • comment
    • hinweis
    • i
    • info
    • kommentar
    • note
    • notice
    • notiz
    • doing
    • in-arbeit
    • in-progress
    • läuft
    • w
    • wait
    • warten
    • working

return {
	settings = {
		classname = 'kommentar-sprite',
		name = 'Kommentar',
		pos = 8,
		sheetsize = 48,
		stylesheet = true,
		url = require( [[Modul:Sprite]] ).getUrl( 'KommentarSprite.png', 'version=20160721163114', 'kommentar-sprite' ),
	},
	sections = {
		{ name = 'Positiv', id = 1 },
		{ name = 'Negativ', id = 2 },
		{ name = 'Neutral', id = 3 },
	},
	ids = {
		['!'] = { pos = 2, section = 2 },
		['+'] = { pos = 5, section = 1 },
		['-'] = { pos = 6, section = 2 },
		['/'] = { pos = 9, section = 2 },
		['?'] = { pos = 1, section = 3 },
		['\\'] = { pos = 9, section = 2 },
		abgebrochen = { pos = 4, section = 2 },
		abgelehnt = { pos = 4, section = 2 },
		achtung = { pos = 2, section = 2 },
		agree = { pos = 5, section = 1 },
		ausruf = { pos = 2, section = 2 },
		blocked = { pos = 9, section = 2 },
		blockiert = { pos = 9, section = 2 },
		cancel = { pos = 4, section = 2 },
		comment = { pos = 8, section = 3 },
		contra = { pos = 6, section = 2 },
		['dafür'] = { pos = 5, section = 1 },
		dagegen = { pos = 6, section = 2 },
		denied = { pos = 9, section = 2 },
		disagree = { pos = 6, section = 2 },
		doing = { pos = 7, section = 3 },
		done = { pos = 3, section = 1 },
		erledigt = { pos = 3, section = 1 },
		exclamation = { pos = 2, section = 2 },
		fertig = { pos = 3, section = 1 },
		frage = { pos = 1, section = 3 },
		genehmigt = { pos = 3, section = 1 },
		help = { pos = 1, section = 3 },
		hilfe = { pos = 1, section = 3 },
		hinweis = { pos = 8, section = 3 },
		i = { pos = 8, section = 3 },
		important = { pos = 2, section = 2 },
		['in-arbeit'] = { pos = 7, section = 3 },
		['in-progress'] = { pos = 7, section = 3 },
		info = { pos = 8, section = 3 },
		ja = { pos = 3, section = 1 },
		kommentar = { pos = 8, section = 3 },
		['läuft'] = { pos = 7, section = 3 },
		minus = { pos = 6, section = 2 },
		nein = { pos = 4, section = 2 },
		no = { pos = 4, section = 2 },
		note = { pos = 8, section = 3 },
		notice = { pos = 8, section = 3 },
		notiz = { pos = 8, section = 3 },
		ok = { pos = 5, section = 1 },
		plus = { pos = 5, section = 1 },
		pro = { pos = 5, section = 1 },
		prohibited = { pos = 9, section = 2 },
		question = { pos = 1, section = 3 },
		rejected = { pos = 4, section = 2 },
		request = { pos = 1, section = 3 },
		support = { pos = 5, section = 1 },
		verboten = { pos = 9, section = 2 },
		verweigert = { pos = 9, section = 2 },
		w = { pos = 7, section = 3 },
		wait = { pos = 7, section = 3 },
		warning = { pos = 2, section = 2 },
		warnung = { pos = 2, section = 2 },
		warten = { pos = 7, section = 3 },
		wichtig = { pos = 2, section = 2 },
		working = { pos = 7, section = 3 },
		x = { pos = 4, section = 2 },
		y = { pos = 3, section = 1 },
		yes = { pos = 3, section = 1 },
	},
}
Advertisement