Editing Module:BiomeList
From Eco - English Wiki
Revision as of 12:42, 16 December 2024 by StalEF (talk | contribs) (Created page with "local p = {} local Utils = require('Module:Utils') local IconUtils = require('Module:IconUtils') local L = require('Module:Localization') -- Main entry point for the Module function p.main() -- load lists local skillData = require( "Module:SkillData" ) local skillList = skillData.skills local text = '<div class="col-lg-12"><Center><h2 class="title">Skills</h2></Center></div>'; for Pname,Pdata in pairs(skillList) do if Pdata.Root == 'True' then...")
Jump to:navigation, search
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.
Retrieved from "https://wiki.play.eco/en/Module:BiomeList"