Module:Infobox/Tapis persan

 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 Tapis persan.


local generic = require "Module:Infobox/Fonctions"

return 
	{
	maincolor = '#CAA05D',
    parts =
    	{
			generic.title(),
			generic.mainimage('Article à illustrer Tapis persan'),
			{type = 'table', 
				rows = 	{
					{type = 'mixed', label = 'Provenance', value = 'provenance'},
					{type = 'mixed', label = 'Type de nœud' , value = 'noeud'},
					{type = 'mixed', label = 'Type de travail', value = 'type'},
					{type = 'mixed', label = 'Velours' , value = 'velours'},
					{type = 'mixed', label = 'Chaîne et trame' , value = 'trame'},
					{type = 'mixed', label = 'Densité des nœuds', value = 'densité'},
					{type = 'mixed', label = 'Formats', value = 'format' },
				}
			},
		}
	}