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).
- 21: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...")
- 16:52, 22 February 2022 Demian talk contribs created page Category:Wiki Template Modules (Created page with "This category is intended for <span class="plainlinks">[https://wiki.play.eco/en/Special:AllPages?from=&to=&namespace=828 modules]</span> that are only used to create <span class="plainlinks">[https://wiki.play.eco/en/Special:AllPages?from=&to=&namespace=10 templates]</span>.")
- 16:29, 22 February 2022 Demian talk contribs created page Template:AnimalList (Created page with "<includeonly> {{#invoke:List Animals|main}} </includeonly> <noinclude> ==Documentation== <pre> {{AnimalList}} </pre> This template is uses Module:List Animals to display data from Module:AnimalData in a table. ==Example== {{AnimalList}} Category:Templates </noinclude>")
- 16:27, 22 February 2022 Demian talk contribs created page Module:List Animals/doc (Created page with "==Documentation== This module provides the backend functionality of Template:AnimalList by creating an HTML table with data from Module:AnimalData. It is not intended to be used from other modules.")
- 16:16, 22 February 2022 Demian talk contribs created page Module:List Animals (Lua code to generate a table of animals.)
- 16:13, 22 February 2022 Demian talk contribs created page Module:UtilsAnimalLists/doc (Created page with "Various utility functions to use when building tables of animals from Module:AnimalData. Primarily intended for use in Module:List Animals and Module:List Fish. == Usage == Add the following line of code at the top of your file. <syntaxhighlight lang="lua">local AnimalUtils = require("Module:UtilsAnimalLists") -- You may then call functions from this module in your script. For example: local rangeText = AnimalUtils.toCountRange(2, 5, true)</syntaxhighli...")
- 16:11, 22 February 2022 Demian talk contribs created page Module:UtilsAnimalLists (Add various utility functions to use when building tables of animals from Module:AnimalData)
- 15:40, 22 February 2022 Demian talk contribs created page Module:UtilsHTML/doc (Created page with "This module provides utility functions that generate HTML code. They are used to shorten and make code in other modules more readable by providing functions to generate frequently used pieces of HTML code such as an [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr abbr]-tag or a unit of measure text like "ppm" (with an abbreviation tag that shows the name of the unit). == Usage == Add the following line of code at the top of your file. <syntaxhighlight l...")
- 15:28, 22 February 2022 Demian talk contribs created page Module:UtilsHTML (Add various HTML utility functions.)
- 16:35, 21 February 2022 Demian talk contribs created page Category:Aesthetic Animals (Created page with "These Animals exist currently in Early Access simply as aesthetically pleasing animals. They cannot be killed or interacted with. Category:Animals")
- 13:12, 20 February 2022 Demian talk contribs created page Template:DemianTestScript (Created page with "<includeonly> {{#invoke:DemianTestScript|main}} </includeonly> <noinclude> ==Documentation== <pre> {{DemianTestScript}} </pre> This template is probably used in: User:Demian/Sandbox This template is using the following Modules: *Module:DemianTestScript ==Example== {{DemianTestScript}} </noinclude>")
- 19:19, 18 February 2022 Demian talk contribs created page Module:DemianTestScript/doc (Created page with "This is Demian's test LUA script, shown on their Sandbox page.")
- 19:18, 18 February 2022 Demian talk contribs created page User:Demian/Sandbox (Created page with "This is Demian's sandbox page for testing. ---- {{#invoke:DemianTestScript|hello}}") Tag: Visual edit: Switched
- 19:18, 18 February 2022 Demian talk contribs created page Module:DemianTestScript (Created page with "local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p")
- 19:10, 18 February 2022 Demian talk contribs created page User:Demian (Created blank page)
- 19:03, 18 February 2022 Demian talk contribs created page User:Demian/Module:TestScript (Created page with "local p = {} function p.main() return "<p>Hello <strong>World</strong>!</p>" end return p")
- 13:27, 26 June 2021 User account Demian talk contribs was created