All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ylvapedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:20, 23 September 2023 Desu talk contribs created page Module:HtmlBuilder2 (Created page with "-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t) local r...")
- 17:20, 23 September 2023 Desu talk contribs moved page Module:Category handler2 to Module:Category handler without leaving a redirect (Mediawiki madness)
- 17:20, 23 September 2023 Desu talk contribs deleted page Module:Category handler (Deleted to make way for move from "Module:Category handler2")
- 17:20, 23 September 2023 Desu talk contribs created page Module:Category handler2 (Created page with "---------------------------------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category h...")
- 17:19, 23 September 2023 Desu talk contribs moved page Module:Category handler2 to Module:Category handler without leaving a redirect
- 17:19, 23 September 2023 Desu talk contribs moved page Module:Category handler to Module:Category handler2 without leaving a redirect
- 17:16, 23 September 2023 Desu talk contribs moved page Module:Arguments2 to Module:Arguments without leaving a redirect (Mediawiki madness)
- 17:16, 23 September 2023 Desu talk contribs deleted page Module:Arguments (Deleted to make way for move from "Module:Arguments2")
- 17:16, 23 September 2023 Desu talk contribs created page Module:Arguments2 (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 directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 17:03, 23 September 2023 Hachimitsu talk contribs protected User:Hachimitsu/Example [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (This is an example page linked in the manual of style) (hist)
- 17:01, 23 September 2023 Hachimitsu 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 to check...", and the only contributor was "Hachimitsu" (talk))
- 17:01, 23 September 2023 Hachimitsu talk contribs deleted page Module:Category handler (content was: "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category...", and the only contributor was "Hachimitsu" (talk))
- 17:01, 23 September 2023 Hachimitsu talk contribs deleted page Module:Arguments/doc (content before blanking was: "<noinclude><!-- -->{{#ifeq:{{SUBPAGENAME}}|doc||{{Documentation subpage}}}}<!-- --><languages /><!-- --></noinclude>{{#switch:<translate></translate> | = <includeonly>{{Languages|Module:Arguments/doc}}</includeonly> <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Shared Template Warning|Module:Arguments|Module:Arguments}} {{Used in system}} {{Module rating|release}} {{Module rating|protected}} <translate><!--T:1--...")
- 16:57, 23 September 2023 Hachimitsu talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
- 16:54, 23 September 2023 Hachimitsu talk contribs created page Module:Arguments/doc (Created page with "<noinclude><!-- -->{{#ifeq:{{SUBPAGENAME}}|doc||{{Documentation subpage}}}}<!-- --><languages /><!-- --></noinclude>{{#switch:<translate></translate> | = <includeonly>{{Languages|Module:Arguments/doc}}</includeonly> <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Shared Template Warning|Module:Arguments|Module:Arguments}} {{Used in system}} {{Module rating|release}} {{Module rating|protected}} <translate><!--T:1--> This mo...")
- 16:54, 23 September 2023 Hachimitsu 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 directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 16:41, 23 September 2023 Hachimitsu talk contribs deleted page Module:Namespace detect/data (content was: "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- ----------------------------------------------...", and the only contributor was "Hachimitsu" (talk))
- 16:41, 23 September 2023 Hachimitsu talk contribs deleted page Module:Namespace detect/config (content was: "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's...", and the only contributor was "Hachimitsu" (talk))
- 16:41, 23 September 2023 Hachimitsu talk contribs deleted page Module:Namespace detect (content was: "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace...", and the only contributor was "Hachimitsu" (talk))
- 16:41, 23 September 2023 Hachimitsu talk contribs deleted page Module:Message box (content was: "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Require necessary modules. local getArgs = require('Module:Arguments').getArgs local htmlBuilder = require('Module:HtmlBuilder') local categoryHandler = require('Module:Category handler').main local yesno = requi...", and the only contributor was "Hachimitsu" (talk))
- 16:41, 23 September 2023 Hachimitsu talk contribs deleted page Module:HtmlBuilder (content was: "-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ....", and the only contributor was "Hachimitsu" (talk))
- 16:41, 23 September 2023 Hachimitsu talk contribs deleted page Module:Category handler (content was: "---------------------------------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- --...", and the only contributor was "Hachimitsu" (talk))
- 16:41, 23 September 2023 Hachimitsu talk contribs deleted page Module:Arguments/doc (content was: "This module provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent frame at the same time. (More details below.)...", and the only contributor was "Hachimitsu" (talk))
- 16:41, 23 September 2023 Hachimitsu 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 to check the -- options eve...", and the only contributor was "Desu" (talk))
- 20:59, 22 September 2023 Hachimitsu talk contribs created page Elin:Changelog (Created page with "__TOC__ ==Beta== ==Alpha== ==Tech Demo== === 10/1/2023=== Elin Demo 9.10 is Released! * This is the final version of the tech demo. === 28/12/2022=== Elin Demo 9.1 is Released! * This is the initial release of the tech demo.")
- 20:22, 22 September 2023 Desu 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 directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 20:22, 22 September 2023 Desu 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 to check...", and the only contributor was "Hachimitsu" (talk))
- 20:00, 22 September 2023 Desu talk contribs created page MediaWiki:Common.css (Tagline hidden from Main Page)
- 18:18, 22 September 2023 Hachimitsu talk contribs created page Category:Elona NPCs (Created page with "==Elona NPCS== NPCS and Creatures from Elona 1.16 & 1.22. ===Static Adventurers=== Elona:Lomias ===Creatures=== Elona:Younger_Sister Elona:Putit")
- 17:53, 22 September 2023 Hachimitsu talk contribs created page File:Elona NPC Sprite Putit.png (Uploaded a work by Lafrontier from Elona 1.22 with UploadWizard)
- 17:53, 22 September 2023 Hachimitsu talk contribs created page File:Elona NPC Sprite Younger Sister.png (Uploaded a work by Lafrontier from Elona 1.22 with UploadWizard)
- 17:53, 22 September 2023 Hachimitsu talk contribs uploaded File:Elona NPC Sprite Younger Sister.png (Uploaded a work by Lafrontier from Elona 1.22 with UploadWizard) Tag: Upload Wizard
- 17:53, 22 September 2023 Hachimitsu talk contribs uploaded File:Elona NPC Sprite Putit.png (Uploaded a work by Lafrontier from Elona 1.22 with UploadWizard) Tag: Upload Wizard
- 17:46, 22 September 2023 Hachimitsu talk contribs created page Campaign:Elin NPCs (Campaign creation)
- 17:45, 22 September 2023 Hachimitsu talk contribs created page Campaign:Elona NPCs (Campaign creation)
- 17:40, 22 September 2023 Hachimitsu talk contribs deleted page File:Elona Younger Sister.webp (webpiss)
- 17:40, 22 September 2023 Hachimitsu talk contribs deleted page File:Elona Putit.webp (webpiss)
- 17:36, 22 September 2023 Hachimitsu talk contribs created page File:Elona Younger Sister.webp (Uploaded a work by Lafrontier from Elona 1.16 with UploadWizard)
- 17:36, 22 September 2023 Hachimitsu talk contribs created page File:Elona Putit.webp (Uploaded a work by Lafrontier from Elona 1.16 with UploadWizard)
- 17:36, 22 September 2023 Hachimitsu talk contribs uploaded File:Elona Putit.webp (Uploaded a work by Lafrontier from Elona 1.16 with UploadWizard) Tag: Upload Wizard
- 17:36, 22 September 2023 Hachimitsu talk contribs uploaded File:Elona Younger Sister.webp (Uploaded a work by Lafrontier from Elona 1.16 with UploadWizard) Tag: Upload Wizard
- 17:24, 22 September 2023 Hachimitsu talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 17:23, 22 September 2023 Hachimitsu talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 17:23, 22 September 2023 Hachimitsu talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 17:22, 22 September 2023 Hachimitsu talk contribs created page Module:Category handler (Created page with "---------------------------------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category h...")
- 17:22, 22 September 2023 Hachimitsu talk contribs created page Module:HtmlBuilder (Created page with "-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t) local r...")
- 17:21, 22 September 2023 Hachimitsu talk contribs created page Template:Imbox/doc (Created page with " {{Imbox | text=Imbox stands for "image message box." | image=80px }} == Usage == <pre><nowiki> {{ Imbox | text=Imbox stands for "image message box." }} {{Imbox | type = style | style = width:400px; | image = 80px | textstyle = font-style:italic; font-weight:bold; color:red; | text = The message body text. }} </nowiki></pre> == External Links== * Visit wikipedia:Template:Imbox|Wikipedia's page...")
- 17:20, 22 September 2023 Hachimitsu talk contribs created page Module:Message box/configuration (Created page with "local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox speedy deletion.png' }, delete = { class = 'ambox-delete', image = 'Ambox deletion.png' }, content = { class = 'ambox-content', image = 'Ambox content.png' }, style = { class = 'ambox-style', image = 'Edit-clear.svg' }, move = { class = 'ambox-move', image = 'Ambox move.png' }, protection = { class = 'ambox-protection', image = 'Ambox pro...")
- 17:20, 22 September 2023 Hachimitsu talk contribs created page Module:Message box (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Require necessary modules. local getArgs = require('Module:Arguments').getArgs local htmlBuilder = require('Module:HtmlBuilder') local categoryHandler = require('Module:Category handler').main local yesno = require('Module:Yesno') -- Load the configuration page. local cfgTables = mw.loadData('Module:Message box/con...")
- 17:19, 22 September 2023 Hachimitsu talk contribs created page Template:Imbox (Created page with "<div class="noexcerpt">{{#invoke:Message box|imbox}}</div><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")