Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement

Documentation for this module may be created at Module:Infobox/biome/ru/doc

local p = {}

p.docLead = [=[Это для биомов.]=]

p.format = {
    {
        title = {arg="name", desc = [=[Название биома.]=]},
        {
            { {arg="image", type="image", desc = [=[Изображение, используемое в качестве предварительного просмотра.]=]} }
        },
        {
            {[=[Модификация]=], {arg="mod", desc=[=[Модификация, которая добавляет биом.]=]} }
        }
    },
    {
        title = [=[Свойства]=],
        {
            {[=[Тип]=], {arg="type", desc=[=[[[mcw-ru:Биом#Тип_биома|Тип биома]]]=]}},
            {[=[Температура]=], {arg="temp", desc=[=[[[mcw-ru:Биом#Температура|Температура биома]]]=]}}
        }
    },
    {
        title = [=[Климат {{L|Forestry}}]=],
        {
            {[=[Температура]=], {arg="temperature", desc=[=[Температура, согласно Forestry.]=]}},
            {[=[Влажность]=], {arg="humidity", desc=[=[Влажность, согласно Forestry.]=]}}
        }
    }
}

p.examples = {
    { [=[{{Infobox biome
|name=Cherry Blossom Grove
|image=Cherry Blossom Grove.jpg
|mod=Biomes O' Plenty
|temperature=Normal (70%)
|humidity=Normal (80%)
}}]=] }
}

return p
Advertisement