Module:Infobox/Système stellaire

De Starfield Wiki
Documentation[voir] [modifier] [purger]
return {
	parts = {
		{ type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Faction', link = 'Factions' }},
		{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }},
		{ type = 'table', title = 'Informations générales', rows = {
			{ type = 'row', label = 'Niveau', value = 'niveau' },
			{ type = 'row', label = 'Planète', value = 'planète' },
			{ type = 'row', label = 'Lune', value = 'lune' },
			{ type = 'row', label = 'Avant-poste', value = 'avant-poste' },
		}},
		{ type = 'table', title = 'Informations de gameplay', rows = {
			{ type = 'row', label = 'Faction', value = 'faction' },
		{ type = 'text', value = 'pied' }
		}},
	}
}