Zum Inhalt springen

„Modul:Musikcharts/localparameters“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
[gesichtete Version][gesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
übliche Substantivierung
akt.
Zeile 10: Zeile 10:
["titleadd"] = "TitelErg",
["titleadd"] = "TitelErg",
["width"] = "Breite",
["width"] = "Breite",
["content"] = "INHALT"
["content"] = "INHALT",
["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"
}
}

Version vom 23. September 2023, 18:24 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",
		["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"
	}