Microlophus peruvianus

Microlophus peruvianus, the Peru Pacific iguana, is a species of lava lizard endemic to the Ecuador, Peru, and Chile. The species is commonly attributed to the genus Microlophus but has been attributed to the genus Tropidurus.[1]

Peru Pacific iguana
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Reptilia
Order: Squamata
Suborder: Iguania
Family: Tropiduridae
Genus: Microlophus
Species:
M. peruvianus
Binomial name
Microlophus peruvianus
(Lesson, 1830)
Subspecies
  • M. p. salinicola (Mertens, 1956)
  • M. p. peruvianus (Lesson, 1830)
Synonyms
  • Stellio peruvianus
  • Lophyrus araucanus
  • Tropidurus microlophus
  • Microlophus Lessoni
  • Steirolepis microlophus
  • Steirolepis peruviana
  • Steirolepis xanthostigma
  • Microlophus inguinalis
gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```
gollark: You could use the idea of it instead of downloading it using `pastebin`, I mean.

References

  1. Microlophus peruvianus, Reptile Database


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.