Module:Infobox/Temple hindouiste

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

 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 Temple hindouiste.


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

return 
	{
	maincolor = '#CCCCAA',
    parts =
    	{
			building.title(),
			building.mainimage(),
			{type = 'table', rows = {
				{type = 'mixed', label = 'Autre nom', value = 'autre nom'},
				{type = 'mixed', label = 'Divinité principale', value = 'divinité principale'},
				{type = 'mixed', label = 'Divinité secondaire', value = 'divinité secondaire'},
				{type = 'mixed', label = 'Époque de construction', value = 'époque de construction'},
				{type = 'mixed', label = 'Constructeur', value = 'constructeur'},
				building.archistyle(), --style architectural
				{type = 'mixed', label = 'Principal festival', value = 'principal festival'},
				},
			},
			{type = 'table', title = 'Localisation', rows = {
				building.country(),
				{type = 'mixed', label = 'État ou région', value= 'état ou région', },
				{type = 'mixed', label = 'Ville', value= 'ville'},
				building.coordinates(),
				building.website(),
				},
			},
			building.geoloc({marker = 'place-of-worship'}),
	}
}