This module automatically inputs certain parameters when {{BiomeSprite}} is used.
[view | edit | history | purge]The above documentation is transcluded from Module:BiomeSprite/doc.
return {
sections = {
{ 'Uncategorized', id = 1 },
},
ids = {
['beach'] = { pos = 16, section = 1 },
['clay-mountains'] = { pos = 12, section = 1 },
['desert'] = { pos = 2, section = 1 },
['extreme-hills'] = { pos = 8, section = 1 },
['extreme-hills-edge'] = { pos = 20, section = 1 },
['forest'] = { pos = 1, section = 1 },
['frozen-ocean'] = { pos = 19, section = 1 },
['frozen-river'] = { pos = 15, section = 1 },
['hell'] = { pos = 10, section = 1 },
['hills'] = { pos = 21, section = 1 },
['ice-plains'] = { pos = 6, section = 1 },
['jungle'] = { pos = 5, section = 1 },
['mushroom-beach'] = { pos = 17, section = 1 },
['mushroom-island'] = { pos = 9, section = 1 },
['ocean'] = { pos = 18, section = 1 },
['plains'] = { pos = 3, section = 1 },
['redwood-forest'] = { pos = 13, section = 1 },
['river'] = { pos = 14, section = 1 },
['sky'] = { pos = 11, section = 1 },
['swampland'] = { pos = 4, section = 1 },
['taiga'] = { pos = 7, section = 1 },
}
}