User contributions for FaeriMagic
Jump to navigation
Jump to search
31 July 2025
- 18:4818:48, 31 July 2025 diff hist +113 m Module:Exponential search/doc No edit summary current
- 18:4718:47, 31 July 2025 diff hist −140 m Module:TableTools/doc No edit summary
- 18:4418:44, 31 July 2025 diff hist +45 m Module:Exponential search/doc No edit summary
- 18:4418:44, 31 July 2025 diff hist +3 m Module:Exponential search/doc No edit summary
- 18:3718:37, 31 July 2025 diff hist +4,122 N Module:Exponential search/doc Created page with "This module provides a generic exponential search algorithm. This kind of search can be useful when you want to find a key in some kind of sorted array, and you want to do it by checking as few array elements as possible. This could include situations like: * Finding the highest archive number in a set of archives without checking whether they all exist. * Finding the number of positional arguments in frame.args without having to expand t..."
- 18:3018:30, 31 July 2025 diff hist +1,092 N Module:Exponential search Imported from Wikipedia. current
- 18:2818:28, 31 July 2025 diff hist −82 m Module:TableTools/doc No edit summary
- 18:2818:28, 31 July 2025 diff hist +12,161 N Module:TableTools/doc Created page with "{{used in system}} {{module rating|p}} {{cascade-protected template|page=module}} {{lua|Module:Exponential search|noprotcat=yes}} This module includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke. == Loading the module == To use any of the functions, first you must load the module. <syntaxhighlight lang="lua"> local TableTools = require('Module:TableToo..."
- 18:2718:27, 31 July 2025 diff hist +8,056 N Module:TableTools Imported from Wikipedia.
- 18:2618:26, 31 July 2025 diff hist +8,948 N Module:List/doc Created page with "{{Documentation subpage|Module documentation subpages}} {{Lua|Module:TableTools|Module:Arguments}} {{Uses TemplateStyles|Template:Plainlist/styles.css|Template:Hlist/styles.css}} This module outputs various kinds of lists. At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items. == Usage == === Quick usa..." current
- 18:2518:25, 31 July 2025 diff hist +5,643 N Module:List Imported from Wikipedia. current
- 18:2418:24, 31 July 2025 diff hist +70 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} </noinclude>" current
- 18:2318:23, 31 July 2025 diff hist +122 N Template:Lua Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{Documentation}} </noinclude>" current
- 18:2218:22, 31 July 2025 diff hist +1,102 N Module:Lua banner/doc Created page with "{{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lua banner') </..." current
- 18:2218:22, 31 July 2025 diff hist +3,908 N Module:Lua banner Imported from Wikipedia.
- 18:2118:21, 31 July 2025 diff hist +4,859 N Module:Lang/doc Created page with "{{Lua|Module:Arguments|Module:Lang/configuration|Module:Lang/data|Module:Lang/ISO 639 synonyms|Module:Lang/tag from name|Module:Unicode data|Module:Yesno}} This module exists primarily to provide correct HTML markup for non–English language text where that text is used in the English Wikipedia. It has a secondary purpose of providing correct visual rendering for this non-English text. The module was developed to consolidate processing for {{tlx|lang}}, {{tlx|langx}},..." current
- 18:1818:18, 31 July 2025 diff hist +93,521 N Module:Lang Created page with "--[=[ Lua support for the {{lang}}, {{langx}}, {{lang-??}}, and {{transliteration}} templates and replacement of various supporting templates. ]=] require('strict'); local getArgs = require ('Module:Arguments').getArgs; local unicode = require ("Module:Unicode data"); -- for is_Latin() and is_rtl() local yesno = require ('Module:Yesno'); local lang_data = mw.loadData ('Module:Lang/data'); -- language name override and transliteration tool-tip tables l..." current
- 18:0918:09, 31 July 2025 diff hist +2 m Template:Syntaxhighlight No edit summary current
- 18:0818:08, 31 July 2025 diff hist +236 N Template:Syntaxhighlight Created page with "{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang="{{{lang|{{{2|text}}}}}}"|{{#ifeq:{{{border|}}}|no|style="border: none !important"}}}}<noinclude> {{documentation}} Category:Text-specific formatting and function templates </noinclude>"
- 18:0518:05, 31 July 2025 diff hist +4,637 N Module:Yesno/doc Created page with "This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code>nil</code>, to allow for distinctions between <code>nil</c..." current
- 18:0418:04, 31 July 2025 diff hist −47 m Template:FellowCostumeUpgradeTable No edit summary current
- 18:0018:00, 31 July 2025 diff hist +745 N 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 =..." current
- 17:5517:55, 31 July 2025 diff hist +47 m Module:Message box/doc No edit summary current
- 17:5417:54, 31 July 2025 diff hist +27 m Module:Message box/doc No edit summary
- 17:5417:54, 31 July 2025 diff hist +111 N Module:Message box/doc Created page with "{{Documentation subpage|cat=Module documentation subpages}} <!-- MODULE CATEGORY --> Category:Wiki modules"
- 17:5317:53, 31 July 2025 diff hist +18,961 N Module:Message box Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------..." current
- 17:3817:38, 31 July 2025 diff hist +216 m Template:Documentation subpage No edit summary current
- 05:2005:20, 31 July 2025 diff hist +47 m Costume ⟦Field Sketching⟧ (★3) No edit summary current
- 05:1905:19, 31 July 2025 diff hist +34 N Category:Pages with broken file links Created page with "__HIDDENCAT__ Category:Images" current
- 05:1705:17, 31 July 2025 diff hist +547 m Costume ⟦Field Sketching⟧ (★3) No edit summary
- 05:1605:16, 31 July 2025 diff hist +182 m Isekai wiki:Manual of Style →Article titles current
- 05:0505:05, 31 July 2025 diff hist +43 N File:Icon Skill ★3 Costume 1.png FaeriMagic moved page File:Icon Skill ★3 Costume 1.png to File:Skill ★3 costume A.png: Standardizing title current Tag: New redirect
- 05:0505:05, 31 July 2025 diff hist 0 m File:Skill ★3 costume A.png FaeriMagic moved page File:Icon Skill ★3 Costume 1.png to File:Skill ★3 costume A.png: Standardizing title current
- 04:5204:52, 31 July 2025 diff hist +6 m Module:FellowCostumeUpgradeTable No edit summary current
- 04:5104:51, 31 July 2025 diff hist −11 m Module:FellowCostumeUpgradeTable No edit summary
- 04:4604:46, 31 July 2025 diff hist +73 m Module:FellowCostumeUpgradeTable No edit summary
- 04:3404:34, 31 July 2025 diff hist −11 m Module:FamilyCostumeUpgradeTable No edit summary current
- 04:3104:31, 31 July 2025 diff hist +116 m Template:FamilyCostumeUpgradeTable No edit summary current
- 04:2904:29, 31 July 2025 diff hist −29 m Template:FamilyCostumeUpgradeTable No edit summary
- 04:2804:28, 31 July 2025 diff hist −15 m Module:FamilyCostumeUpgradeTable No edit summary
- 04:2004:20, 31 July 2025 diff hist −16 m Module:FellowCostumeUpgradeTable No edit summary
- 04:1804:18, 31 July 2025 diff hist +23 m Module:FellowCostumeUpgradeTable No edit summary
- 04:1704:17, 31 July 2025 diff hist +16 m Module:FellowCostumeUpgradeTable No edit summary
- 04:1304:13, 31 July 2025 diff hist −19 m Module:FellowCostumeUpgradeTable No edit summary
- 04:1204:12, 31 July 2025 diff hist +35 m Module:FellowCostumeUpgradeTable No edit summary
- 04:0904:09, 31 July 2025 diff hist −12 m Module:FellowCostumeUpgradeTable No edit summary
- 04:0704:07, 31 July 2025 diff hist +4 m Template:FellowCostumeUpgradeTable Undo revision 6449 by FaeriMagic (talk) Tag: Undo
- 04:0604:06, 31 July 2025 diff hist −4 m Template:FellowCostumeUpgradeTable No edit summary
- 04:0604:06, 31 July 2025 diff hist −8 m Module:FellowCostumeUpgradeTable No edit summary
- 04:0304:03, 31 July 2025 diff hist −119 m Template:FellowCostumeUpgradeTable No edit summary