ATTENTION! The process of updating WiKi to version Eco 11.x has begun. Those wishing to participate can find out more Information on our Eco Contribution Wiki Discord. From April 26, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.
Editing Module:Infobox Biome
From Eco - English Wiki
Revision as of 11:56, 7 May 2024 by Avaren(talk | contribs)(Created page with " local p = {} local Utils = require('Module:Utils') local L = require('Module:Localization') -- Build an Biome Infobox function p.itemBox(args) -- check that all necessary arguments are passed correctly if args.id == nil or args.id == '' then return '\'id\' must be specified.' end local biomeData = mw.loadData("Module:BiomeData") local biome_id = args.id local biome = biomeData[biome_id] if biome == nil then return "Biome "...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Your changes will be displayed to readers once an authorized user accepts them. (help)
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.