Module:Infobox/TestManoillon
Apparence
[voir] [modifier] [historique] [purger]
Cette page définit un module d'infobox.
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 geoloc = require "Module:Infobox/Fonctions/Géolocalisation"
local da = require "Module:Infobox/Fonctions/Division administrative"
local wikidata = require('Module:Wikidata')
return
{
maincolor = '#DDFFDD',
parts =
{
{
type = 'title',
value = 'nom',
icon = 'Picto_infobox_auteur.png',
},
{
type = 'table',
title = 'Administration',
rows = {
{type = 'mixed', label = 'Pays', value = 'a', property = 'P17'},
{type = 'mixed', label = 'Canton', value = 'a', property = 'P131'},
}
},
{
type = 'table',
title = 'Démographie',
rows = {
{type = 'mixed', label = 'A', value = 'a'},
}
},
{
type = 'table',
title = 'Géographie',
rows = {
{type = 'mixed', label = 'A', value = 'a'},
}
},
{
type = 'table',
title = 'Divers',
rows = {
{type = 'mixed', label = 'A', value = 'a'},
}
},
{
type = 'table',
title = 'Localisation',
rows = {
{type = 'mixed', label = 'A', value = 'a'},
}
},
{
type = 'table',
title = 'Liens',
rows = {
{type = 'mixed', label = 'A', value = 'a'},
}
},
{
type = 'table',
title = 'Sources',
rows = {
{type = 'mixed', label = 'A', value = 'a'},
}
},
}
}