Zum Inhalt springen

„Modul:Musikcharts/localparameters“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
[gesichtete Version][gesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
["comment"] = "Anmerkung",
["comment"] = "Anmerkung",
["istable"] = "Tabelle",
["istable"] = "Tabelle",
["no1"] = "NR1",
["t10"] = "T10",
["tot"] = "INSG",
["period"] = "Periode",
["colour"] = "Farbe",
["album"] = "Album",
["position"] = "POS",
["weeks"] = "WO",
["months"] = "MT",
["certification"] = "A",
["rows"] = "Zeilen",
["columns"] = "Spalten",
["statistics"] = "Statistik",
["statistics"] = "Statistik",
["mainarticle"] = "Hauptartikel",
["mainarticle"] = "Hauptartikel",

Version vom 23. September 2023, 19:01 Uhr

Vorlagenprogrammierung Diskussionen Lua Test Unterseiten
Modul Deutsch English

Modul: Dokumentation

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


return {
		["title"]				= "Titel",
		["year"]				= "Jahr",
		["source"]				= "Q",
		["sources"]				= "Quellen",
		["grey"]				= "Grautöne",
		["rformat"]				= "Art",
		["sortable"]			= "Sortierung",
		["extra"]				= "Extra",
		["titleadd"]			= "TitelErg",
		["width"]				= "Breite",
		["content"]				= "INHALT",
		["comment"]				= "Anmerkung",
		["istable"]				= "Tabelle",
		["no1"]					= "NR1",
		["t10"]					= "T10",
		["tot"]					= "INSG",
		["period"]				= "Periode",
		["colour"]				= "Farbe",
		["album"]				= "Album",
		["position"]			= "POS",
		["weeks"]				= "WO",
		["months"]				= "MT",
		["certification"]		= "A",
		["rows"]				= "Zeilen",
		["columns"]				= "Spalten",
		["statistics"]			= "Statistik",
		["mainarticle"]			= "Hauptartikel",
		["certnote"]			= "Hinweis",
		["deactsilver"]			= "S",
		["deactdiamond"]		= "D",
		["totsilver"]			= "GesS",
		["totgold"]				= "GesG",
		["totplatinum"]			= "GesP",
		["totdiamond"]			= "GesD",
		["totnumber"]			= "GesZ",
		["silver"]				= "S",
		["gold"]				= "G",
		["platinum"]			= "P",
		["diamond"]				= "D",
		["country"]				= "Land"
	}