Yellow-sided flowerpecker

The yellow-sided flowerpecker (Dicaeum aureolimbatum) is a species of bird in the family Dicaeidae. It is endemic to Sulawesi and adjacent islands in Indonesia.

Yellow-sided flowerpecker

Least Concern  (IUCN 3.1)[1]
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Aves
Order: Passeriformes
Family: Dicaeidae
Genus: Dicaeum
Species:
D. aureolimbatum
Binomial name
Dicaeum aureolimbatum
(Wallace, 1865)

Its natural habitats are subtropical or tropical moist lowland forest and subtropical or tropical moist montane forest.

gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.
gollark: https://raw.githubusercontent.com/Ale32bit-CC/Node.lua/master/node.lua
gollark: NodeLuaBestOS

References

  1. BirdLife International (2012). "Dicaeum aureolimbatum". IUCN Red List of Threatened Species. 2012. Retrieved 26 November 2013.CS1 maint: ref=harv (link)


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