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


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

--[[ local function getTAvalue(id)
	if not id then
		return nil
	end
	local url = "http://www.unifr.ch/ifaa/Public/EntryPage/TA98%20Tree/Entity%20TA98%20EN/$1%20Entity%20TA98%20EN.htm"
	local idurl = string.sub(id, 2)
	local link = url:gsub('$1', idurl)
	return '[' .. link .. ' ' .. id .. ']'
end]]

return {
	maincolor = '##7f7fff',
	parts = {
		general.title(),
		general.mainimage('Article à illustrer Veine'),
		{type='table', title = 'Détails', rows = 
			{
				{type = 'row', label = 'Affluences', value = 'affluences', property = 'P3262'},
				{type = 'row', label = '[[Exutoire]]', value = 'drain', property ='P2289'},
				{type = 'row', label = 'Structures drainées', value = 'structures'},
				{type = 'row', label = 'Artère associée', value = 'artère', property ='P2286'},
				{type = 'row', label = '[[Embryologie|Précurseur]]', value = 'précurseur'},
			}
		},
		{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'},
			}
		},

	}
}