Discophlebia

Discophlebia is a genus of moths of the family Oenosandridae first described by Rudolf Felder in 1874.

Discophlebia
Discophlebia catocalina
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Discophlebia

R. Felder, 1874

Species


gollark: ```luafunction Element:calcSize(queue, stack) if self.finalizeSize then self.parent.container = self.parent.container + self.container self.finalizeSize = nil return end if self.parent then self.container = new(class.ElementRect)(self.parent.container) self.finalizeSize = true else self.container = new(class.ElementRect)(nil, self.browserObject.request.page.window, nil, 0, 0) end stack:push(self.container) if self.window then stack:push(new(class.ElementRect)(self.container, self.window)) end if self.parent then queue:push(self) end for i=#self.children, 1, -1 do queue:push(self.children[i]) endend```
gollark: Also, this is not "compiling".
gollark: The indentation is *horrible* and so's the lack of comments.
gollark: Yes, but the text contains HTML.
gollark: ```luaif string.lower(string.sub(str, 1, 9)) == "<!doctype" thenmode = "doc"```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.