Zum Inhalt springen

„Modul:Musikcharts/localclasses“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
Inhalt gelöscht Inhalt hinzugefügt
AZ: Die Seite wurde neu angelegt: 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"] =…
(kein Unterschied)

Version vom 14. September 2022, 12:25 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",
		["charttable"]			= "charts-table",
		["charttableborder"]	= "charts-tbor",
		["certcontainer"]		= "charts-certc",
		["certification"]		= "charts-cert",
		["certtooltip"]			= "charts-certt",
		["nonexistalbum"]		= "charts-nxa"
	}