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).
- 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.")
- 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 uploaded File:Elona NPC Sprite Putit.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 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 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 created page File:Elona NPC Sprite Putit.png (Uploaded a work by Lafrontier from Elona 1.22 with UploadWizard)
- 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 uploaded File:Elona Younger Sister.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 Putit.webp (Uploaded a work by Lafrontier from Elona 1.16 with UploadWizard) Tag: Upload Wizard
- 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 created page File:Elona Younger Sister.webp (Uploaded a work by Lafrontier from Elona 1.16 with UploadWizard)
- 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>")
- 17:10, 22 September 2023 Hachimitsu talk contribs created page Template:Untranslated (Created page with " <noinclude> == Preview == </noinclude> {{Imbox |text='''Some of the text on this page is currently untranslated. ''' {{#if:{{{1|}}}| ''<div style="text-align:left;">Further details: {{{1|}}}</div>''}} |image=100px |style=border-width:1px; border-color:inherit; background-color:inherit; margin-left:auto; margin-right:auto; padding:5px 5px 0 5px; text-align:center; width:80%; }}<noinclude>...")
- 17:08, 22 September 2023 Hachimitsu talk contribs created page Module:Arguments/doc (Created page with "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.) * Arguments can be passed in directly from another Lua module or from the debug console. * Arguments are...")
- 17:07, 22 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'...")
- 17:07, 22 September 2023 Hachimitsu talk contribs created page Template:Lang (Created page with "<includeonly><span lang="{{{1}}}" xml:lang="{{{1}}}">{{#switch:{{{1|}}} |zh-hans|zh-hant|zh-cn|zh-tw|zh-hk|zh-sg|zh-mo|zh-my|ja|ko|vi = {{{2}}} |#default = {{{2}}}}}</span>{{#switch:{{{1|}}} |ar|fa|he|ur = |#default = }}</includeonly><noinclude> {{Documentation}}</noinclude>")
- 17:03, 22 September 2023 Hachimitsu talk contribs created page Module:Infobox (Created page with "-- Lua port of Template:Infobox -- by DennouNeko local common = require("Module:Common") local style = require("Module:Styles") local colors = style.main_colors -- == Helper functions == -- retrieve param list from arguments -- builds a table of objects with 'header', 'label', 'data', 'class', 'rclass' fields local function scan_data_rows(frame, ttype) local idx = {} local header = {} local label = {} local data = {} local class = {} local rclass = {...")
- 17:03, 22 September 2023 Hachimitsu talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
- 17:02, 22 September 2023 Hachimitsu talk contribs created page Module:Styles (Created page with "-- Library containing global coloring and styling used by multiple scripts -- dependencies local common = require("Module:Common") -- create global object local style = {} -- naming based on "Navbox" elements style.main_colors = { game = {border = '#A88580', title = '#FFC9C2', above = '#FFD1CA', group = '#FFD9D2', subgroup = '#FFE1DA', dark = '#FFEEE8', background = '#FFF4EE'}; music = {border = '#A8A077', title = '#FFF3B4', above = '#FFF6C0', group = '#FFF7C8', s...")
- 17:02, 22 September 2023 Hachimitsu talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
- 17:01, 22 September 2023 Hachimitsu talk contribs created page Module:Documentation/doc (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
- 17:01, 22 September 2023 Hachimitsu talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local htmlBuilder = require('Module:HtmlBuilder') local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -...")
- 17:01, 22 September 2023 Hachimitsu talk contribs created page Module:Common (Created page with "--[[ Library for all the functions that are going to be shared by other scripts. To use all the functions NOT defined as local, add at the beginning of script the following: require("Module:Common") The names aren't being sorted, because this could break the function dependencies. --]] -- create global object "common" for most of exported functions local common = {} -- == constants == common.romanizable = {'zh-hans', 'zh-hant', 'zh-cn', 'zh-tw', 'zh-hk', 'zh-sg', 'zh-...")
- 17:00, 22 September 2023 Hachimitsu talk contribs created page Template:Para (Created page with "<code><nowiki>|</nowiki>{{#if:{{{1|}}}|<span style="white-space:nowrap;">{{{1}}}</span><nowiki>=</nowiki>|}}{{{2|}}}</code><noinclude> {{Documentation}} <!--Categories and interwikis go near the bottom of the /doc subpage.--> </noinclude>")
- 16:59, 22 September 2023 Hachimitsu talk contribs created page Template:Nowrap (Created page with "<span style="white-space:nowrap;">{{{1}}}</span><noinclude>{{documentation}}<!--interwikis/categories go inside doc--></noinclude>")
- 16:54, 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...")
- 16:53, 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. -- --...")
- 16:53, 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...")
- 16:52, 22 September 2023 Hachimitsu talk contribs created page Template:Infobox (Created page with "{{#invoke:Infobox|BuildInfoboxTemplate}}<noinclude> {{Documentation}} </noinclude>")
- 16:51, 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...")
- 16:50, 22 September 2023 Hachimitsu talk contribs created page Module:Category handler (Created page with "---------------------------------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category h...")
- 16:49, 22 September 2023 Hachimitsu talk contribs created page Module:Arguments/doc (Created page with "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.) * Arguments can be passed in directly from another Lua module or from the debug console. * Arguments are...")
- 16:49, 22 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'...")