Module:Infobox/Abbaye
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 Abbaye.
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 (créer).
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 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'},
{type = 'row', label = 'Fondation', value = 'fondation', property = 'P571'},
{type = 'row', label = 'Fondateur', plurallabel = 'Fondateurs', value = 'fondateur'},
{type = 'row', label = 'Style dominant', plurallabel = 'Styles dominants', value = 'style', property = 'P149'},
{type = 'row', label = 'Protection', value = 'protection', property = 'P1435'},
}
},
{type = 'table', title = 'Localisation', rows = {
general.country(),
general.coordinates(),
}
},
building.geoloc(),
}
}