Module:Infobox/Lymphe

Une page de Wikipédia, l'encyclopédie libre.

 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 Lymphe.


local wikidata = require "Module:Wikidata"
local general = require "Module:Infobox/Fonctions"

return {
	maincolor = '#90ee90',
	parts = {
		general.title(),
		general.mainimage('Article à illustrer système lymphatique'),
		{type='table', title = 'Détails', rows = 
			{
				{type = 'row', label = 'Constitué de', value = 'comprend', property = 'P527'},
				{type = 'row', label = 'Affluences', value = 'affluences', property = 'P3261'},
				{type = 'row', label = '[[Exutoire]]', value = 'drain', property ='P2288'},
				{type = 'row', label = 'Structures drainées', value = 'structures'}
			}
		},
		{type='table', title = 'Identifiants', rows = 
			{
				{type = 'row', label = 'Nom latin', value = 'latin', property ='P3982'},
				{type = 'row', label = 'Grec', value = 'Grec'},
				{type = 'row', label = 'MeSH', value = 'MeshNumber', property ='P486'},
				{type = 'row', label = 'Nom MeSH', value = 'MeshName'},
				{type = 'row', label = 'TA98', value = 'TA98', property ='P1323'},
				{type = 'row', label = 'TA2', value = 'TA2', property ='P7173'},
				{type = 'row', label = 'FMA', value = 'FMA', property ='P1402'}
			}
		},

	}
}