Documentation[voir] [modifier] [historique] [purger]

Cette page définit un module d'infobox.


local generic = require "Module:Infobox/Fonctions"

return {
	maincolor = '#CCFFCC',
    parts = {
        generic.title(),
        generic.mainimage(),
        {
        	type = 'table',
        	title = 'Description',
			rows = { 
				{ type = 'mixed', label = '[[Genre (biologie)|Genre]]', value = 'genre' },
				{ type = 'mixed', label = '[[Espèce]]', value = 'espèce' },
				{ type = 'mixed', label = '[[Sous-espèce]]', value = 'sous-espèce' },
				{ type = 'mixed', label = '[[Hybride]]', value = 'hybride' },
				{ type = 'mixed', label = '[[Cultivar]]', value = 'cultivar' },
				{ type = 'mixed', label = 'Autre(s) nom(s)', value = 'autre nom' },
				{ type = 'mixed', label = 'Nom commercial', value = 'nom commercial' },
				{ type = 'mixed', label = 'Création', value = 'création' },
			},
		},
	}
}