Module:Infobox/Fort romain

 Documentation[voir] [modifier] [historique] [purger]

Cette page définit un module d'infobox. Elle utilise des fonctions définies sur Module:Infobox/Fonctions/Bâtiment. Pour les conseils sur l'usage de ce module, voyez Modèle:Infobox Fort romain.


local building = require "Module:Infobox/Fonctions/Bâtiment"

return 
	{
	maincolor = '#b08261',
	style = {['background-color'] = '#fff6d9'},
    parts =
    	{
			building.title(),
			building.mainimage(),
			{type = 'table', rows = {
				{type = 'mixed', label = 'Période d\'activité', value = 'période d\'activité'},
				{type = 'mixed', label = 'Localité moderne', value = 'localité moderne'},
				{type = 'mixed', label = 'Unité présente', value = 'unité présente'},
				{type = 'mixed', label = 'Dimension du fort', value = 'dimension du fort'},
				{type = 'mixed', label = 'Province romaine', value = 'province romaine'},
				{type = 'mixed', label = 'Statut de la localité', value = 'statut localité'},
				{type = 'mixed', label = 'Batailles environnantes', value = 'batailles environnantes'},
				building.coordinates(),
				},
			},
			building.geoloc({marker = 'ranger-station'}),
	}
}