Module:Infobox/Tribu du Maroc

 Documentation[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 du Maroc.


local generic = require "Module:Infobox/Fonctions"

return 
	{
	maincolor = '#e08162',
    parts =
    	{
			generic.title('tribu_marocaine'),
			generic.mainimage('Article à illustrer Tribu du Maroc'),
			{type = 'table', title = 'Informations générales', rows = {
					{type = 'mixed', label = 'Nom arabe', value = 'nom arabe latinisé'},
					{type = 'mixed', label = 'Nom berbère' , value = 'nom berbère 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 = 'Région secondaire', value = 'région2'},
					{type = 'mixed', label = 'Province principale', value = 'province1'},
					{type = 'mixed', label = 'Province secondaire', value = 'province2'},
					{type = 'mixed', label = 'Autre province', value = 'province3'},
					{type = 'mixed', label = 'Autre province', value = 'province4'},
					{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 principale', value = 'langue'},
					{type = 'mixed', label = 'Personnages marquants', value = 'personnages marquants'},
					{type = 'mixed', label = 'Institutions emblématiques et symboles', value = 'institutions symboles'},
				}
			},
		}
	}