Module:Infobox/Méthode scientifique

 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 Méthode scientifique.


local generic = require "Module:Infobox/Fonctions"
local wd = require "Module:Wikidata"
local organisation = require "Module:Infobox/Fonctions/Organisation"

return 	{
	maincolor = '#B33324',
        secondcolor = '#FFF',
        thirdcolor = '#FFF',
 	parts =
    	{
        generic.title(),
	generic.mainimage('Article à illustrer Méthode scientifique'), 
        {type = 'table', 
	   rows = {
               {type = 'mixed', label = 'Type', value = 'type', wikidata = {property={'P31','P279'}, excludevalues={'Q47103999','Q47279819'}}},
               {type = 'row', label = 'Sigle', value = {'sigle', 'acronyme'}},
               {type = 'row', label = 'Nom court', plurallabel = 'Noms courts', value = {'nom court'}, blockers = {'sigle', 'acronyme'}, wikidata = {property = {'P1813'}, showlang = true, isinlang = {'fr', 'en'}}},
               {type = 'row', label = 'Surnom', plurallabel = 'Surnoms', value = {'surnom'}, wikidata = {property = {'P1449'}, showlang = true, isinlang = {'fr', 'en'}}},
               {type = 'row', label = 'Inventeur', plurallabel = 'Inventeurs', value = 'inventeur', property = 'P61'}, 
               {type = 'row', label = "Date d'invention", value = {"date d'invention"}, wikidata = {property = {'P575'}, showsource = 'true' }},
               {type = 'row', label = 'Démontré par', value = {'démontré par'}, wikidata = {property = {'P1318'}, showsource = 'true' }},
               {type = 'row', label = 'Nommé en référence à', plurallabel = 'Nommé en référence à', value = 'en référence à', property = 'P138'}, 
               {type = 'mixed', label = 'Décrit par', value = 'decrit par', property='P1343'}, 
               {type = 'mixed', label = 'Aspect de', value = 'aspect de', property='P1269'}, 
               {type = 'mixed', label = 'Formule', value = 'formule', property='P2534'}
           }
        }
        }
}