<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.play.eco/ru/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3ABiomeList</id>
	<title>Модуль:BiomeList - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.play.eco/ru/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3ABiomeList"/>
	<link rel="alternate" type="text/html" href="https://wiki.play.eco/ru/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:BiomeList&amp;action=history"/>
	<updated>2026-06-04T07:12:15Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.play.eco/ru/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:BiomeList&amp;diff=4595&amp;oldid=prev</id>
		<title>StalEF: Новая страница: «local p = {}  local Utils = require(&#039;Module:Utils&#039;) local IconUtils = require(&#039;Module:IconUtils&#039;) local Lang = Utils.getLanguageName()  -- Main entry point for the Module function p.main()    	     -- load lists     local biomeData = require( &quot;Module:BiomeData&quot; )     local biomesList = biomeData.biomes      	local text = &#039;&lt;div class=&quot;col-lg-12&quot;&gt;&lt;Center&gt;&lt;h2 class=&quot;title&quot;&gt;Biomes in Eco&lt;/h2&gt;&lt;/Center&gt;&lt;p&gt;Biomes are the unique natural environments found within Eco...»</title>
		<link rel="alternate" type="text/html" href="https://wiki.play.eco/ru/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:BiomeList&amp;diff=4595&amp;oldid=prev"/>
		<updated>2025-09-22T14:23:18Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «local p = {}  local Utils = require(&amp;#039;Module:Utils&amp;#039;) local IconUtils = require(&amp;#039;Module:IconUtils&amp;#039;) local Lang = Utils.getLanguageName()  -- Main entry point for the Module function p.main()    	     -- load lists     local biomeData = require( &amp;quot;Module:BiomeData&amp;quot; )     local biomesList = biomeData.biomes      	local text = &amp;#039;&amp;lt;div class=&amp;quot;col-lg-12&amp;quot;&amp;gt;&amp;lt;Center&amp;gt;&amp;lt;h2 class=&amp;quot;title&amp;quot;&amp;gt;Biomes in Eco&amp;lt;/h2&amp;gt;&amp;lt;/Center&amp;gt;&amp;lt;p&amp;gt;Biomes are the unique natural environments found within Eco...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local Utils = require(&amp;#039;Module:Utils&amp;#039;)&lt;br /&gt;
local IconUtils = require(&amp;#039;Module:IconUtils&amp;#039;)&lt;br /&gt;
local Lang = Utils.getLanguageName()&lt;br /&gt;
&lt;br /&gt;
-- Main entry point for the Module&lt;br /&gt;
function p.main()&lt;br /&gt;
   	&lt;br /&gt;
    -- load lists&lt;br /&gt;
    local biomeData = require( &amp;quot;Module:BiomeData&amp;quot; )&lt;br /&gt;
    local biomesList = biomeData.biomes&lt;br /&gt;
    &lt;br /&gt;
	local text = &amp;#039;&amp;lt;div class=&amp;quot;col-lg-12&amp;quot;&amp;gt;&amp;lt;Center&amp;gt;&amp;lt;h2 class=&amp;quot;title&amp;quot;&amp;gt;Biomes in Eco&amp;lt;/h2&amp;gt;&amp;lt;/Center&amp;gt;&amp;lt;p&amp;gt;Biomes are the unique natural environments found within Eco. Each one has different characteristics that affect the growth of various crops in-game.&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;#039;;&lt;br /&gt;
	&lt;br /&gt;
	for Bname,Bdata in pairs(biomesList) do&lt;br /&gt;
		&lt;br /&gt;
		local BiomeBannerName = Bdata.ID .. &amp;quot;Banner.png&amp;quot;&lt;br /&gt;
		if (Utils.checkImage(BiomeBannerName) == &amp;quot;N&amp;quot;) then BiomeBannerName = &amp;quot;Banner4k.jpg&amp;quot; end&lt;br /&gt;
			&lt;br /&gt;
		text = text .. &amp;#039;&amp;lt;div class=&amp;quot;col-lg-3&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;card&amp;quot;&amp;gt;&amp;#039;;&lt;br /&gt;
		text = text .. &amp;#039;[[File:&amp;#039; .. BiomeBannerName ..&amp;#039;|class=card-img-top|link=]]&amp;#039;;&lt;br /&gt;
		text = text .. &amp;#039;&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&amp;lt;p class=&amp;quot;card-title&amp;quot;&amp;gt;&amp;#039;;&lt;br /&gt;
		text = text .. &amp;#039;[[&amp;#039; .. Bdata.Name[Lang] .. &amp;#039;]]&amp;#039;;&lt;br /&gt;
		text = text .. &amp;#039;&amp;lt;/p&amp;gt;&amp;lt;p class=&amp;quot;card-subtitle mb-2 text-muted&amp;quot; style=&amp;quot;min-height: 95px;&amp;quot;&amp;gt;&amp;#039; .. Bdata.Description[Lang] .. &amp;#039;&amp;lt;/p&amp;gt;&amp;#039;;&lt;br /&gt;
		text = text .. &amp;#039;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;#039;;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return text&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>StalEF</name></author>
	</entry>
</feed>