Module:Infobox/Abbaye

Une page de Wikipédia, l'encyclopédie libre.

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

Cette page définit un module d'infobox. Pour les conseils sur l'usage de ce module, voyez Modèle:Infobox Abbaye.


local building = require 'Module:Infobox/Fonctions/Bâtiment'
local general = require 'Module:Infobox/Fonctions'
local wikidata = require 'Module:Wikidata'
local address = require 'Module:Adresse'

return {
	maincolor = '#E1E1E1',
	parts = {
		general.title(),
		general.mainimage('Article à illustrer Abbaye', 'Defaut 2.svg'),
		{type = 'table', rows = {
			{type = 'row', label = 'Ordre', plurallabel = 'Ordres', value = 'ordre', property = 'P611'},
			{type = 'row', label = 'Abbaye mère', value = 'abbaye mère', property = 'P612'},
			building.opening(),
			building.closure(),
			{type = 'row', label = 'Diocèse', plurallabel = 'Diocèses', value = 'diocèse', property = 'P708'},
			{type = 'row', label = 'Fondateur', plurallabel = 'Fondateurs', value = 'fondateur', property = 'P116'},
			{type = 'row', label = 'Dédicace', plurallabel = 'Dédicaces', value = 'dédicace', property = 'P825'},
			building.archistyle(),
			{type = 'row', label = 'Protection', plurallabel = 'Protections', value = 'protection', property = 'P1435'},
			building.website(),
		}
		},
		{type = 'table', title = 'Localisation', rows = {
			general.country(),
			general.coordinates(),
		}
		},
		building.geoloc({marker='religious-christian'}),
	}
}