Aller au contenu

« Module:Infobox/Tribu d'Algérie » : différence entre les versions

Une page de Wikipédia, l'encyclopédie libre.
Contenu supprimé Contenu ajouté
Naslechat (discuter | contributions)
mAucun résumé des modifications
Naslechat (discuter | contributions)
mAucun résumé des modifications
Ligne 11 : Ligne 11 :
generic.mainimage('Article à illustrer Tribu Algérienne'),
generic.mainimage('Article à illustrer Tribu Algérienne'),
{type = 'table', title = 'Informations générales', rows = {
{type = 'table', title = 'Informations générales', rows = {
{type = 'mixed', label = 'Nom berbère', value = 'nom berbère'},
{type = 'mixed', label = 'Tifinagh', value = 'tifinagh'},
{type = 'mixed', label = 'Nom kabyle', value = 'nom kabyle'},
{type = 'mixed', label = 'Nom kabyle', value = 'nom kabyle'},
{type = 'mixed', label = 'Échelon', value = 'échelon'},
{type = 'mixed', label = 'Échelon', value = 'échelon'},
}
},
{type = 'table', title = 'Géographie', rows = {
{type = 'mixed', label = 'Région', value = 'région'},
{type = 'mixed', label = 'Territoire', value = 'territoire'},
{type = 'mixed', label= 'Superficie', value = 'superficie'},
{type = 'mixed', label = 'Chef-Lieu', value = 'chef-lieu'},
{type = 'images', imageparameters = {'carte'}, captionparameter = 'légende carte', defaultupright = 1, uprightparameter = 'upright carte'},
}
}
}
},
},
Ligne 39 : Ligne 30 :
},
},
{type = 'table', title = 'Culture', rows = {
{type = 'table', title = 'Culture', rows = {
{type = 'mixed', label = 'Langue(s)', value = 'langue(s)'},
{type = 'mixed', label = 'Langue', value = 'langue'},
{type = 'mixed', label = 'Religion(s)', value = 'religion(s)'},
{type = 'mixed', label = 'Religion', value = 'religion'},
{type = 'mixed', label = 'Personnages marquants', value = 'personnages marquants'},
{type = 'mixed', label = 'Personnages marquants', value = 'personnages marquants'},
{type = 'mixed', label = 'Institutions emblématiques et symboles', value = 'institutions symboles'},
{type = 'mixed', label = 'Institutions emblématiques et symboles', value = 'institutions symboles'},
}
}
},
{type = 'table', title = 'Géographie', rows = {
{type = 'mixed', label = 'Région', value = 'région'},
{type = 'mixed', label = 'Territoire', value = 'territoire'},
{type = 'mixed', label= 'Superficie', value = 'superficie'},
{type = 'mixed', label = 'Chef-Lieu', value = 'chef-lieu'},
{type = 'image', imageparameters = {'carte'}, captionparameter = 'légende carte', defaultupright = 1, uprightparameter = 'upright carte'},
}
}
},
},
}
}

Version du 24 décembre 2024 à 19:08

 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 d'Algérie.


local generic = require "Module:Infobox/Fonctions"

return 
	{
	maincolor = '#3DA458',
	thirdcolor = 'white',
    parts =
    	{
			generic.title('tribu_algerienne'),
			generic.mainimage('Article à illustrer Tribu Algérienne'),
			{type = 'table', title = 'Informations générales', rows = {
				    {type = 'mixed', label = 'Tifinagh', value = 'tifinagh'},
				    {type = 'mixed', label = 'Nom kabyle', value = 'nom kabyle'},
					{type = 'mixed', label = 'Échelon', value = 'échelon'},
				}
			},
		    {type = 'table', title = 'Population', rows = {
					{type = 'mixed', label = 'Population', value = 'population'},
				}
			},	
			{type = 'table', title = 'Histoire et anthropologie', rows = {
					{type = 'mixed', label = 'Période d\'apparition', value = 'apparition'},
					{type = 'mixed', label = 'Période de disparition', value = 'disparition'},
					{type = 'mixed', label = 'Mode de vie', value = 'mode de vie'},					
                    {type = 'mixed', label = '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', value = 'langue'},
					{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 = 'Géographie', rows = {
					{type = 'mixed', label = 'Région', value = 'région'},
					{type = 'mixed', label = 'Territoire', value = 'territoire'},
					{type = 'mixed', label=  'Superficie', value = 'superficie'},
					{type = 'mixed', label = 'Chef-Lieu', value = 'chef-lieu'},
					{type = 'image', imageparameters = {'carte'}, captionparameter = 'légende carte', defaultupright = 1, uprightparameter = 'upright carte'},
		    	    }
				}
			},
	    }