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).
- 04:25, 1 May 2021 ZeelNightwolf talk contribs imported Module:Navbar by file upload (1 revision) (Attempt to add Navbox)
- 04:25, 1 May 2021 ZeelNightwolf talk contribs imported Module:Navbox by file upload (1 revision) (Attempt to add Navbox)
- 03:29, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Navbar (content was: "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. --...", and the only contributor was "ZeelNightwolf" (talk))
- 03:29, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Navbox (content was: "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return...", and the only contributor was "ZeelNightwolf" (talk))
- 03:25, 1 May 2021 ZeelNightwolf talk contribs undeleted page Module:Navbar (1 revision)
- 03:24, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Arguments (content was: "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have...", and the only contributor was "ZeelNightwolf" (talk))
- 03:24, 1 May 2021 ZeelNightwolf talk contribs deleted page Template:Arguments (content was: "{{ sidebar | name = Arguments | title = Wikipedia discussions | class = hlist | headingstyle = font-size: 101% | contentstyle = font-size: 101% | heading1 = Arguments to avoid in | content1 = * Deletion discussions * Wikipedia:Arguments to avoid in deletion reviews|Deleti...", and the only contributor was "ZeelNightwolf" (talk))
- 03:23, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Navbar/configuration (content was: "local configuration = { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks']...", and the only contributor was "ZeelNightwolf" (talk))
- 03:21, 1 May 2021 ZeelNightwolf talk contribs undeleted page Module:Navbox (1 revision)
- 03:20, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Navbar (content was: "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. --...", and the only contributor was "ZeelNightwolf" (talk))
- 03:19, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Navbox (content was: "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return...", and the only contributor was "ZeelNightwolf" (talk))
- 03:19, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Navbox with collapsible groups (content was: "-- This module implements {{Navbox with collapsible groups}} local q = {} local Navbox = require('Module:Navbox') -- helper functions local function concatstrings(s) local r = table.concat(s, '') if r:match('^%s*$') then r = nil end return r end local function concatstyles(s) local r = table.concat(s, ';') while r:match(';%s*;') do r = mw.ustring.gsu...", and the only contributor was "ZeelNightwolf" (talk))
- 03:19, 1 May 2021 ZeelNightwolf talk contribs deleted page Template:Navbox with collapsible groups (content was: "{{#invoke:Navbox with collapsible groups|navbox}}<noinclude> {{documentation}} </noinclude>", and the only contributor was "ZeelNightwolf" (talk))
- 03:19, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Color contrast (content was: "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rg...", and the only contributor was "ZeelNightwolf" (talk))
- 03:14, 1 May 2021 ZeelNightwolf talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.lo...")
- 03:13, 1 May 2021 ZeelNightwolf talk contribs created page Template:Arguments (Created page with "{{ sidebar | name = Arguments | title = Wikipedia discussions | class = hlist | headingstyle = font-size: 101% | contentstyle = font-size: 101% |...")
- 03:12, 1 May 2021 ZeelNightwolf talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke...")
- 03:11, 1 May 2021 ZeelNightwolf talk contribs created page Module:Navbar/configuration (Created page with "local configuration = { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Te...")
- 03:08, 1 May 2021 ZeelNightwolf talk contribs deleted page Module:Navbar/doc (content was: "{{documentation subpage}} {{#ifeq:{{BASEPAGENAME}}|Navbar|{{used in system}}}} {{lua|Module:Navbar}}{{#ifeq:{{BASEPAGENAME}}|VTE|{{tsh|V}}}} {{tlx|Navbar}} provides a small "view '''·''' talk '''·''' edit" navigation bar. It is primarily used for content-heavy templates and other transcluded content blocks, so that the conte...", and the only contributor was "ZeelNightwolf" (talk))
- 03:08, 1 May 2021 ZeelNightwolf talk contribs created page Module:Navbar/doc (Created page with "{{documentation subpage}} {{#ifeq:{{BASEPAGENAME}}|Navbar|{{used in system}}}} {{lua|Module:Navbar}}{{#ifeq:{{BASEPAGENAME}}|VTE|{{tsh|V}}}} {{tlx|Navbar}} provides a small "...")
- 03:05, 1 May 2021 ZeelNightwolf talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_...")
- 15:10, 30 April 2021 ZeelNightwolf talk contribs created page Module:Navbox (Created page with "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local li...")
- 15:05, 30 April 2021 ZeelNightwolf talk contribs created page Template:Navbox with collapsible groups (Created page with "{{#invoke:Navbox with collapsible groups|navbox}}<noinclude> {{documentation}} </noinclude>")
- 15:03, 30 April 2021 ZeelNightwolf talk contribs created page Module:Navbox with collapsible groups (Created page with "-- This module implements {{Navbox with collapsible groups}} local q = {} local Navbox = require('Module:Navbox') -- helper functions local function concatstrings(s) local r...")
- 14:06, 30 April 2021 Silsha talk contribs created page Category:Government (Created page with "Also see: Government") Tag: Visual edit
- 11:46, 30 April 2021 ZeelNightwolf talk contribs created page Category:Ashlar Stone (Created page with "Also See: Ashlar Stone Tag Category:Tags")
- 11:43, 30 April 2021 ZeelNightwolf talk contribs created page Category:Animal Skin (Created page with "Also See: Animal Skin Tag Category:Tags")
- 11:42, 30 April 2021 ZeelNightwolf talk contribs created page Category:Advanced Upgrade (Created page with "Also See: Advanced Upgrage Tag Category:Tags")
- 11:41, 30 April 2021 ZeelNightwolf talk contribs created page Category:Upgrade (Created page with "Also See: Upgrade Tag Category:Tags")
- 11:32, 30 April 2021 ZeelNightwolf talk contribs created page Category:Harvestable (Created page with "Also See: Harvestable Tag Category:Tags")
- 11:07, 30 April 2021 ZeelNightwolf talk contribs deleted page Category:Fruits (Unused Category)
- 11:03, 30 April 2021 ZeelNightwolf talk contribs deleted page Category:Vegetables (Unused Category)
- 11:01, 30 April 2021 ZeelNightwolf talk contribs created page Category:Vegetable (Created page with "Also See: Vegetable Tag Category:Tags")
- 11:00, 30 April 2021 ZeelNightwolf talk contribs created page Category:Root (Created page with "Also See: Root Tag Category:Tags")
- 11:00, 30 April 2021 ZeelNightwolf talk contribs created page Category:Raw Food (Created page with "Also See: Raw Food Tag Category:Tags")
- 11:00, 30 April 2021 ZeelNightwolf talk contribs created page Category:Crop (Created page with "Also See: Crop Tag Category:Tags")
- 11:00, 30 April 2021 ZeelNightwolf talk contribs created page Category:Crop Seed (Created page with "Also See: Crop Seed Tag Category:Tags")
- 01:39, 30 April 2021 Silsha talk contribs created page User:Silsha/Template:ItemNavbar (Created page with "{{Navbox |name = {{subst:PAGENAME}} |title = Items in Eco |bodystyle = background:#fdfdfd; width:100%; vertical-align:middle; |titlestyle = background:#ccccff; padd...")
- 22:07, 29 April 2021 User account Kanke57 talk contribs was created automatically
- 05:53, 29 April 2021 StalEF talk contribs was automatically promoted from (none) to autochecked user
- 05:53, 29 April 2021 StalEF talk contribs created page Corrugated Steel Fence Door (Created page with "{{Infobox_Item|name={{PAGENAME}}}} == Craft == {{GetRecipes|item={{PAGENAME}}}}")
- 04:53, 29 April 2021 Thetestgame talk contribs created page RCON (Created page with "== Eco RCON Protocol == The Eco RCON Protocol is a TCP based communication protocol loosely based on the Source RCON Protocol standard. It allows admin commands to be issued t...") Tag: Visual edit: Switched
- 04:11, 29 April 2021 User account Thetestgame talk contribs was created
- 16:08, 28 April 2021 User account Silsha talk contribs was created automatically
- 16:02, 28 April 2021 User account Donutathome talk contribs was created automatically
- 13:34, 28 April 2021 User account Uwap talk contribs was created
- 14:11, 26 April 2021 Dave247 talk contribs created page Rainforest Salad (Created for redirect of new recipe variant.) Tag: New redirect
- 09:59, 23 April 2021 User account KsloveskyECO talk contribs was created
- 07:28, 23 April 2021 ZeelNightwolf talk contribs created page Category:Constructable (Created page with "Also See: Constructable Tag Category:Tags")
- 07:27, 23 April 2021 ZeelNightwolf talk contribs created page Category:Not In Browser (Created page with "Also See: Not In Browser Tag Category:Tags")