All public logs

From Eco - English Wiki

Combined display of all available logs of Eco - English Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:56, 7 May 2024 Avaren talk contribs created page Module:Infobox Biome (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 "...")