Ranella
Ranella is a genus of large warm-water and tropical sea snails, marine gastropod molluscs in the family Ranellidae, the tritons.
Ranella | |
---|---|
An apertural view of a shell of Ranella australasia | |
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
(unranked): | |
Superfamily: | |
Family: | |
Genus: | Ranella Lamarck, 1816 |
Species | |
See text | |
Synonyms[1] | |
|
Shell description
The shells of species within this genus are very large and solid, with a tall spire, a rounded aperture, a broadly flanged outer lip, and a moderately long siphonal canal, which is flexed and inclined to the left. The varices are prominent and rounded, but are hollowed out on the inside.
Species
Species within the genus Ranella include:
- Ranella australasia (Perry, 1811)
- Ranella gemmifera (Euthyme, 1889)
- †Ranella kaiparaensis (Finlay, 1924)
- Ranella olearium Linnaeus, 1758
- Ranella reticularis (Linnaeus, 1758)
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.
gollark: Free, want ND or 2G prize.
Further reading
- R. Tucker Abbott & S. Peter Dance, 1982, Compendium of Seashells, Duttin, New York
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.