Module:Taxoboft/data ReptileDB

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

 Documentation[créer] [purger]
--[[
  Classifications selon ReptileDB
  Données générées par programme, ne pas modifier à la main.

  Hexasoft/Hexabot.
--]]

local p = {}


-- Identification de la classification
p.code_classification = "ReptileDB"
-- Type de classification
p.type_classification = "="
-- Classification parente
p.classification_parente = "ClassificationHaute"
-- Règne (thème) suivi
p.regne_classification = "animal"
-- Faut-il cacher le règne ?
p.cache_regne = false
-- Limite de classification où s'arrêter
p.limite_classification = "règne"
p.limite_classification_stricte = true

-- Données de la classification
p.classification = {}  -- initialisation
p.classification["sous-classe"] = {
  { ["parent"] = {nil,nil},
    ["Lepidosauria"]=true,["nombre"]=1,
  },
}
p.classification["ordre"] = {
  { ["parent"] = {"sous-classe", "Lepidosauria"},
    ["Squamata"]=1,["nombre"]=1,
  },
}
p.classification["sous-ordre"] = {
  { ["parent"] = {"ordre", "Squamata"},
    ["Sauria"]=true,["Serpentes"]=true,["nombre"]=2,
  },
}
p.classification["infra-ordre"] = {
  { ["parent"] = {"sous-ordre", "Sauria"},
    ["Iguania"]=true,["nombre"]=1,
  },
}
p.classification["famille"] = {
  { ["parent"] = {"infra-ordre", "Iguania"},
    ["Agamidae"]=1,["Chamaeleonidae"]=1,["nombre"]=2,
  },
  { ["parent"] = {"sous-ordre", "Serpentes"},
    ["Viperidae"]=1,["nombre"]=1,
  },
}
p.classification["sous-famille"] = {
  { ["parent"] = {"famille", "Viperidae"},
    ["Azemiopinae"]=true,["Crotalinae"]=true,["Viperinae"]=1,["nombre"]=3,
  },
}
p.classification["genre"] = {
  { ["parent"] = {"famille", "Agamidae"},
    ["Acanthocercus"]=true,["Acanthosaura"]=true,["Agama"]=true,["Amphibolurus"]=true,["Aphaniotis"]=true,
    ["Brachysaura"]=true,["Bronchocela"]=true,["Bufoniceps"]=true,["Calotes"]=true,["Ceratophora"]=true,
    ["Chelosania"]=true,["Chlamydosaurus"]=true,["Complicitus"]=true,["Cophotis"]=true,["Coryphophylax"]=true,
    ["Cryptagama"]=true,["Ctenophorus"]=true,["Dendragama"]=true,["Diporiphora"]=true,["Draco"]=true,
    ["Gonocephalus"]=true,["Harpesaurus"]=true,["Hydrosaurus"]=true,["Hypsicalotes"]=true,["Hypsilurus"]=true,
    ["Intellagama"]=true,["Japalura"]=true,["Laudakia"]=true,["Leiolepis"]=true,["Lophocalotes"]=true,
    ["Lophognathus"]=true,["Lyriocephalus"]=true,["Mantheyus"]=true,["Moloch"]=true,["Oriocalotes"]=true,
    ["Otocryptis"]=true,["Paralaudakia"]=true,["Phoxophrys"]=true,["Phrynocephalus"]=true,["Physignathus"]=true,
    ["Pogona"]=true,["Psammophilus"]=true,["Pseudocalotes"]=true,["Pseudocophotis"]=true,["Pseudotrapelus"]=true,
    ["Ptyctolaemus"]=true,["Rankinia"]=true,["Saara"]=true,["Salea"]=true,["Sitana"]=true,
    ["Stellagama"]=true,["Thaumatorhynchus"]=true,["Trapelus"]=true,["Tympanocryptis"]=true,["Uromastyx"]=true,
    ["Xenagama"]=true,["nombre"]=56,
  },
  { ["parent"] = {"famille", "Chamaeleonidae"},
    ["Archaius"]=true,["Bradypodion"]=true,["Brookesia"]=true,["Calumma"]=true,["Chamaeleo"]=true,
    ["Furcifer"]=true,["Kinyongia"]=true,["Nadzikambia"]=true,["Rhampholeon"]=true,["Rieppeleon"]=true,
    ["Trioceros"]=true,["nombre"]=11,
  },
  { ["parent"] = {"sous-famille", "Azemiopinae"},
    ["Azemiops"]=true,["nombre"]=1,
  },
  { ["parent"] = {"sous-famille", "Crotalinae"},
    ["Agkistrodon"]=true,["Atropoides"]=true,["Bothriechis"]=true,["Bothriopsis"]=true,["Bothrocophias"]=true,
    ["Bothropoides"]=true,["Bothrops"]=true,["Calloselasma"]=true,["Cerrophidion"]=true,["Crotalus"]=true,
    ["Deinagkistrodon"]=true,["Garthius"]=true,["Gloydius"]=true,["Hypnale"]=true,["Lachesis"]=true,
    ["Mixcoatlus"]=true,["Ophryacus"]=true,["Ovophis"]=true,["Porthidium"]=true,["Protobothrops"]=true,
    ["Rhinocerophis"]=true,["Sistrurus"]=true,["Trimeresurus"]=true,["Tropidolaemus"]=true,["nombre"]=24,
  },
  { ["parent"] = {"sous-famille", "Viperinae"},
    ["Atheris"]=true,["Causus"]=true,["Bitis"]=true,["Cerastes"]=true,["Daboia"]=true,
    ["Echis"]=true,["Eristicophis"]=true,["Macrovipera"]=true,["Montatheris"]=true,["Montivipera"]=true,
    ["Proatheris"]=true,["Pseudocerastes"]=true,["Vipera"]=true,["nombre"]=13,
  },
}

return p