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
  • 22:52, 22 February 2022 Demian talk contribs created page Module:List Fish (Created page with "local p = {} local Utils = require("Module:Utils") local AnimalUtils = require("Module:UtilsAnimalLists") --- Create a HTML table with details on fish type animals. -- @return #string HTML table in a string. -- @author User:Demian function p.main() -- Import the data. local animals = require("Module:AnimalData").animals -- Sort animals by their name so the generated table will be pre-sorted on page load. local sortedNames = Utils.getSortedKeys(animals) -- Table to...")