Zum Inhalt springen

„Modul:Musikcharts/localclasses“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
[gesichtete Version][gesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:
["mobileonlycell"] = "charts-monlc",
["mobileonlycell"] = "charts-monlc",
["mobileheader"] = "charts-mh",
["mobileheader"] = "charts-mh",
["chartyear"] = "charts-yy",
["chartcomments"] = "charts-cm",
["charttable"] = "charts-table",
["charttable"] = "charts-table",
["charttableborder"] = "charts-tbor",
["charttablechristmas"] = "charts-xmas",
["no1table"] = "charts-no1table",
["certcontainer"] = "charts-certc",
["certcontainer"] = "charts-certc",
["certification"] = "charts-cert",
["certification"] = "charts-cert",

Version vom 16. Juli 2024, 20:12 Uhr

Vorlagenprogrammierung Diskussionen Lua Test Unterseiten
Modul Deutsch English

Modul: Dokumentation

Diese Seite enthält Code in der Programmiersprache Lua. Einbindungszahl Cirrus


return {
		["headerrow"]			= "charts-trh",
		["headercell"]			= "charts-th",
		["zebra"]				= "charts-zebragrey",
		["zebra2"]				= "charts-zebragrey2",
		["headerrowgrey"]		= "charts-trhg",
		["headercellgrey"]		= "charts-thg",
		["zebraclassic"]		= "charts-zebra",
		["sticky"]				= "charts-stickyhead",
		["hidemobile"]			= "charts-hidm",
		["mobileonly"]			= "charts-monl",
		["mobileonlycell"]		= "charts-monlc",
		["mobileheader"]		= "charts-mh",
		["chartyear"]			= "charts-yy",
		["chartcomments"]		= "charts-cm",
		["charttable"]			= "charts-table",
		["charttablechristmas"]	= "charts-xmas",
		["no1table"]			= "charts-no1table",
		["certcontainer"]		= "charts-certc",
		["certification"]		= "charts-cert",
		["certtooltip"]			= "charts-certt",
		["nonexistalbum"]		= "charts-nxa",
		["chartbox"]			= "charts-infobox",
		["chartboxrow"]			= "charts-ibrow"
	}