« Module:Infobox/Station de radio » : différence entre les versions

De Les Archives de Vault-Tec
Kharmitch (discussion | contributions)
Page créée avec « return { parts = { { type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Station de radio', link = 'Stations… »
 
Kharmitch (discussion | contributions)
mAucun résumé des modifications
 
Ligne 14 : Ligne 14 :
{ type = 'table', title = 'Autre', rows = {
{ type = 'table', title = 'Autre', rows = {
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Reference ID', value = 'refid' }
{ type = 'row', label = 'Editor ID', value = 'editorid' },
{ type = 'row', label = 'Base ID', value = 'baseid' }
}},
}},
{ type = 'text', value = 'pied' }
{ type = 'text', value = 'pied' }
}
}
}
}

Dernière version du 2 août 2021 à 00:17

Documentation du module

Ce module contient le paramétrage de l'infobox {{Infobox radio}}.

Documentation transclues de Module:Infobox/Station de radio/doc.
return {
	parts = {
		{ type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Station de radio', link = 'Stations de radio' }},
		{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }},
		{ type = 'table', title = 'Organisation', rows = {
			{ type = 'row', label = 'Affiliation', value = 'affiliation' },
			{ type = 'row', label = 'Animateurs', value = 'animateurs' }
		}},
		{ type = 'table', title = 'Infrastructures', rows = {
			{ type = 'row', label = 'Studio', value = 'studio' },
			{ type = 'row', label = 'Tours de transmission', value = 'tours' },
			{ type = 'row', label = 'Portée', value = 'portée' }
		}},
		{ type = 'table', title = 'Autre', rows = {
			{ type = 'row', label = 'Quêtes', value = 'quêtes' },
			{ type = 'row', label = 'Editor ID', value = 'editorid' },
			{ type = 'row', label = 'Base ID', value = 'baseid' }
		}},
		{ type = 'text', value = 'pied' }
	}
}