« Module:Infobox/Entreprise » : 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 = buildSubject(localdata['type']), lin… »
 
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Ligne 15 : Ligne 15 :
{ type = 'row', label = 'Siège social', value = 'siège social' }
{ type = 'row', label = 'Siège social', value = 'siège social' }
}},
}},
{ type = 'table', title = 'Relations', rows = {
{ type = 'table', title = 'Relation', rows = {
{ type = 'row', label = 'Société mère', value = { 'société mère', 'branche de' }},
{ type = 'row', label = 'Société mère', value = { 'société mère', 'branche de' }},
{ type = 'row', label = 'Filiale', value = { 'filiale', 'divisions' }},
{ type = 'row', label = 'Filiale', value = { 'filiale', 'divisions' }},

Version du 17 juin 2021 à 15:09

Documentation du module

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

Documentation transclues de Module:Infobox/Entreprise/doc.
return {
	parts = {
		{ type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = buildSubject(localdata['type']), link = 'Quêtes' }},
		{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }},
		{ type = 'table', separator = true, rows = {
			{ type = 'row', label = 'Secteur d\'activité', value = 'activité' },
			{ type = 'row', label = 'Produits', value = 'produits' }
		}},
		{ type = 'table', title = 'Personnalité', rows = {
			{ type = 'row', label = 'Fondateur', value = 'fondateur' },
			{ type = 'row', label = 'Employés', value = 'employés' }
		}},
		{ type = 'table', title = 'Localisation', rows = {
			{ type = 'row', label = 'Pays', value = 'pays' },
			{ type = 'row', label = 'Siège social', value = 'siège social' }
		}},
		{ type = 'table', title = 'Relation', rows = {
			{ type = 'row', label = 'Société mère', value = { 'société mère', 'branche de' }},
			{ type = 'row', label = 'Filiale', value = { 'filiale', 'divisions' }},
			{ type = 'row', label = 'Associé', value = { 'associé', 'relative' }}
		}},
		{ type = 'text', value = 'pied' }
	}
}