Module:Infobox/Sanctuaire religieux
Apparence
[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 Sanctuaire religieux.
La documentation de ce module est générée par le modèle {{Documentation module}}.
Elle est incluse depuis la page Modèle:Documentation module d'infobox. Veuillez placer les catégories sur cette page-là.
Les éditeurs peuvent travailler dans le bac à sable (modifier).
Voir les statistiques d'appel depuis le wikicode sur l'outil wstat et les appels depuis d'autres modules.
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 = 'row', label = 'Nom originel', value = 'nom originel', property = 'P1705'},
{type = 'table', title = 'Localisation', rows = {
{type = 'row', label = 'Localité', value = 'localité', property = 'P131'},
building.historicalregion(),
building.country(),
building.coordinates(),
{type = 'row', label = 'Altitude', value = 'altitude', property = 'P2044'},
},
},
building.geoloc(),
{type = 'table', title = 'Culte', rows = {
{type = 'row', label = 'Type', value = 'type'},
{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', value = 'ordre religieux', property = 'P611'},
{type = 'row', label = 'Maison mère', value = 'maison mère', property = 'P612'},
{type = 'row', label = 'Diocèse', value = 'diocèse', property = 'P708'},
{type = 'row', label = 'Dédié à', value = 'dédié à', property = 'P805'},
{type = 'row', label = 'Fête', value = 'fête', property = 'P841'},
building.protection(),
},
},
{type = 'table', title = 'Architecture', rows = {
{type = 'row', label = 'Forme', value = 'forme', property = 'P1419'},
{type = 'row', label = 'Hauteur', value = 'hauteur', property = 'P2048'},
{type = 'row', label = 'Largeur', value = 'largeur', property = 'P2049'},
building.material(),
building.colour(),
building.complex(),
},
},
{type = 'table', title = 'Histoire', rows = {
building.construction(),
building.creator(),
building.website(),
},
},
}
}