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).
- 13:07, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/Namespace detect (Copy Namespace detect module from Wikipedia.)
- 13:04, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/Pagetype/config (Copy Pagetype config from Wikipedia.)
- 13:03, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/Pagetype (Copy Pagetype module from Wikipedia.)
- 12:59, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/Format link (Copy Format link module from Wikipedia.)
- 12:58, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/Hatnote list (Copy Hatnote list module from Wikipedia.)
- 12:56, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/Hatnote (Copy Hatnote module from Wikipedia.)
- 12:53, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/About (Copy About module from Wikipedia.)
- 11:43, 23 February 2022 Demian talk contribs moved page Template:DemianTestScript/Alternate to Template:Template Sandbox/Demian/Test/Alternate (Use new sandbox template.)
- 11:43, 23 February 2022 Demian talk contribs moved page Template:DemianTestScript to Template:Template Sandbox/Demian/Test (Use new sandbox template.)
- 11:42, 23 February 2022 Demian talk contribs created page Template:Template Sandbox (Created page with "<includeonly>'''Template:Template Sandbox''' is not a real template. Do not include it in pages!</includeonly><noinclude>== Template testing area == This template exists to provide a convenient pseudo-namespace for testing templates, hopefully preventing the main Template: namespace from becoming littered with experiments, as templates cannot exist as subpages in the User: namespace. Please name your experimental templates in the following format to help keep things ti...")
- 11:32, 23 February 2022 Demian talk contribs created page Template:DemianTestScript/Alternate (Test)
- 11:02, 23 February 2022 Demian talk contribs moved page Module:DemianTestScript/doc to Module:Sandbox/Demian/Test/doc (Use new Sandbox module.)
- 11:02, 23 February 2022 Demian talk contribs moved page Module:DemianTestScript to Module:Sandbox/Demian/Test without leaving a redirect (Use new Sandbox module.)
- 11:01, 23 February 2022 Demian talk contribs created page Module:Sandbox/doc (Copy text from Wikipedia.)
- 10:59, 23 February 2022 Demian talk contribs moved page User:Demian/Sandbox to User:Demian/sandbox (Follow Wikipedia naming conventions.)
- 10:57, 23 February 2022 Demian talk contribs created page Module:Sandbox/sandbox (Created page with "-- NOTICE: Please test modules using a subpage of Module:Sandbox like this: Module:Sandbox/Your Name/sandbox, where Your Name is your username. Thank you!")
- 10:56, 23 February 2022 Demian talk contribs created page Module:Sandbox (Created page with "-- Placeholder only! Do NOT add code.")
- 22:27, 22 February 2022 Demian talk contribs created page Category:Talents (Add to category "Skills".)
- 22:11, 22 February 2022 Demian talk contribs created page Fish (Created page with "Fish are a type of animal that can swim, ''exclusively'' live in bodies of water, and cannot climb out to land. Most fish are harmless but some, like a Trout, do attack other animals. == List of Fish == {{FishList}} Category:Animals Category:Food")
- 22:00, 22 February 2022 Demian talk contribs created page Template:FishList (Created page with "<includeonly> {{#invoke:List Fish|main}} </includeonly> <noinclude> == Documentation == <pre> {{FishList}} </pre> This template is uses Module:List Fish to display data from Module:AnimalData in a table. It is intended for use on the Fish page. == Example == {{FishList}} <templatedata> { "params": {}, "description": "Lists all fish type animals currently present in the game in a table format. Data in the table is automatically updated from Module:Animal...")
- 21:55, 22 February 2022 Demian talk contribs created page Module:List Fish/doc (Created page with "== Documentation == This module provides the backend functionality of Template:FishList by creating an HTML table with data from Module:AnimalData. It is not intended to be used from other modules. This module uses the following modules: * Module:AnimalData * Module:Utils * Module:UtilsAnimalLists Category:Wiki Template Modules")
- 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:55, 22 February 2022 User account Ryn talk contribs was created
- 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")
- 12:04, 21 February 2022 User account Riamacumsfor1979 talk contribs was created automatically
- 10:07, 21 February 2022 User account Bestburgspinob1972 talk contribs was created automatically
- 06:48, 21 February 2022 User account Legoaisu talk contribs was created
- 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:31, 18 February 2022 StalEF talk contribs created page Module:PlantsPreferences/doc (Created page with "==Documentation== This module provides the back end functionality of the Template:PlantsPreferences. If the template is passed, this module creates a list using details from the following Modules: *Module:PlantData")
- 19:29, 18 February 2022 StalEF talk contribs created page Module:PlantsPreferences (Created page with "local p = {} function p.main() local wiki = '' -- import the required modules local PlantData = require( "Module:PlantData" ) local plants = PlantData.plants -- create the header of the table end return p")
- 19:26, 18 February 2022 StalEF talk contribs created page Template:PlantsPreferences (Created page with "<includeonly> {{#invoke:PlantsPreferences|main}} </includeonly> <noinclude> ==Documentation== <pre> {{PlantsPreferences}} </pre> This template can be used to grab Plants Preferences Information and display it in a table. PlantsPreferences will generate the information, using the following Modules: *Module:PlantsPreferences *Module:PlantData ==Example== {{PlantsPreferences}} Category:Templates </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")
- 23:24, 17 February 2022 User account Lol man jelle talk contribs was created automatically
- 22:17, 17 February 2022 User account Huryou talk contribs was created
- 20:23, 17 February 2022 User account Alfa talk contribs was created automatically
- 10:02, 15 February 2022 User account NorthwooD talk contribs was created automatically
- 08:59, 14 February 2022 User account Jakeasmith talk contribs was created
- 17:41, 13 February 2022 User account Browarek talk contribs was created