Module:BiomeDetails: Revision history

From Eco - English Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 May 2024

5 May 2024

  • curprev 17:3117:31, 5 May 2024Avaren talk contribs 1,739 bytes +16 No edit summary undo [automatically checked]
  • curprev 17:2917:29, 5 May 2024Avaren talk contribs 1,723 bytes +21 No edit summary undo [automatically checked]
  • curprev 17:2917:29, 5 May 2024Avaren talk contribs 1,702 bytes +921 No edit summary undo [automatically checked]
  • curprev 14:5314:53, 5 May 2024Avaren talk contribs 781 bytes +781 Created page with "local p = {} local Utils = require('Module:Utils') function p.listBiomes(frame) local args = Utils.normaliseArgs(frame) return p.renderBiomeList(args.type) end function p.renderBiomeList(biomeType, includeSubBiomes) local biomeData = require( "Module:BiomeData" ) local isLand = nil if biomeType == 'Land' then isLand = true elseif biomeType == 'Water' then isLand = false end local biomes = {} for bid, biome in pa..." [automatically checked]