Module:Infobox/Sanctuaire religieux/Bac à sable

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

Cette page définit un module d'infobox.


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

return 
	{
	maincolor = '#E1E1E1',
	parts =
    	{
		functions.title(),
		functions.mainimage('Article à illustrer Édifice religieux', 'Defaut 2.svg'),
		{type = 'table', rows = {
			{type = 'row', label = 'Nom originel', value = 'nom originel', property = 'P1705'},
			{type = 'row', label = 'Nom en kanas', value = 'nom en kanas', property = 'P1814'},
			{type = 'row', label = 'McCune-Reischauer', value = 'romanisation McCune-Reischauer', property = 'P1942'},
			{type = 'row', label = 'Romanisation révisée', value = 'romanisation révisée', property = 'P2001'},
			},
		},
		{type = 'table', title = 'Localisation', rows = {
			building.country(),
			building.historicalregion(),
			{type = 'row', label = 'Localité', value = 'localité', property = 'P131'},
			building.onshoreof(),
			building.protectedarea(),
			building.elevation(),
			building.coordinates(),
			},
		},
		{type = 'table', title = 'Culte', rows = {	
			{type = 'row', label = 'Type', value = 'type', property = 'P31'},
			{type = 'row', label = 'Religion', value = 'religion', property = 'P140'},
			{type = 'row', label = 'Vénéré par', value = 'vénéré par', property = 'P1049'},
			{type = 'row', label = 'Ordre religieux', plurallabel = 'Ordres religieux', value = 'ordre religieux', property = 'P611'},
			{type = 'row', label = 'Maison mère', plurallabel = 'Maisons mères', value = 'maison mère', property = 'P612'},
			{type = 'row', label = 'Diocèse', plurallabel = 'Diocèses', value = 'diocèse', property = 'P708'},
			{type = 'row', label = 'Dédié à', value = 'dédié à', property = 'P825'},
			building.usage(),
			{type = 'row', label = 'Fête', plurallabel = 'Fêtes', value = 'fête', property = 'P841'},
			},
		},
		{type = 'table', title = 'Architecture', rows = {
			building.creator(),
			building.material(),
			building.shape(),
			building.dimensions(),
			building.floors(),
			building.colour(),
			building.archistyle(),
			building.inscription(),
			building.equipment(),
			building.complex(),
			},
		},
		{type = 'table', title = 'Histoire', rows = {
			building.replaces(),
			{type = 'row', label = 'Fondateur', plurallabel = 'Fondateurs', value = 'fondateur', property = 'P112'},
			{type = 'row', label = 'Fondation', value = 'fondation', property = 'P571'},
			building.opening(),
			building.renovation(),
			building.closure(),
			building.demolition(),
			building.destroyedby(),
			building.replacedby(),
			building.owner(),
			building.operator(),
			building.protection(),
			building.website(),
			},
		},
		building.geoloc(),
	}
}