Module:Infobox/Tribu d'Algérie
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 Tribu d'Algérie.
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 generic = require "Module:Infobox/Fonctions"
return
{
maincolor = '#D2B48C',
parts =
{
generic.title('tribu_algérienne'),
generic.mainimage('Article à illustrer Tribu Algérienne'),
{type = 'table', title = 'Informations générales', rows = {
{type = 'mixed', label = 'Nom berbère' , value = 'nom berbère latinisé'},
{type = 'mixed', label = 'Nom tifinagh' , value = 'nom tifinagh'},
{type = 'mixed', label = 'Nom arabe', value = 'nom arabe latinisé'},
{type = 'mixed', label = 'Échelon', value = 'échelon'},
}
},
{type = 'table', title = 'Géographie', rows = {
{type = 'mixed', label = 'Région principale', value = 'région1'},
{type = 'mixed', label = 'Population', value = 'population1'},
{type = 'mixed', label = 'Wilaya', value = 'wilaya1'},
{type = 'mixed', label = 'Territoire', value = 'territoire'},
{type = 'mixed', label = 'Chef-Lieu', value = 'capitale'},
{type = 'mixed', label = 'Type d\'habitat', value = 'habitat'},
}
},
{type = 'table', title = 'Histoire et anthropologie', rows = {
{type = 'mixed', label = 'Période d\'apparition', value = 'période apparition'},
{type = 'mixed', label = 'Période de disparition', value = 'période disparition'},
{type = 'mixed', label = 'Mode de vie', value = 'mode de vie'},
{type = 'mixed', label = 'Fait partie du groupe tribal', value = 'groupe tribal'},
{type = 'mixed', label = 'Nombre de fractions', value = 'nombre fractions'},
{type = 'mixed', label = 'Fractions', value = 'fractions'},
}
},
{type = 'table', title = 'Culture', rows = {
{type = 'mixed', label = 'Langue(s)', value = 'langue(s)'},
{type = 'mixed', label = 'Religion', value = 'religion'},
{type = 'mixed', label = 'Personnages marquants', value = 'personnages marquants'},
{type = 'mixed', label = 'Institutions emblématiques et symboles', value = 'institutions symboles'},
{type = 'table', title = 'Localisation', rows = {
{type = 'images', imageparameters = {'carte'}, captionparameter = 'légende carte', defaultimages = nil, defaultupright = 0.7, uprightparameter = 'upright carte',
}
},
}
}
}
}
}