Recent changes

Unfortunately, grouping results by page is not available on mobile. If you would like to use the group by page feature please visit the desktop site.

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Show minor edits
Show new changes starting from 17:45, 31 July 2024
 
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

31 July 2024

  • Contionary:Гӥлгамеер 10:12 −86Sware talk contribs
  • Module:languages/data3/q 10:07 +25Sware talk contribs
  • Module:languages 10:06 +94Sware talk contribs
  • Module:headword 10:03 +67Sware talk contribs
  • Module:languages/data3/q 09:55 +104Sware talk contribs
  • Dãterške 09:49 0Sware talk contribs
  • Contionary:љєрєса 09:46 0Sware talk contribs
  • N Module:data/parser extension tags 09:45 +1,601Sware talk contribs(Created page with "--Note: noinclude, includeonly and onlyinclude are not parser extension tags, as they are handled in a special way by the preprocessor. Among other things, they cannot be used with {{#TAG:}}, for example. return { ["categorytree"] = "mw:Extension:CategoryTree", ["ce"] = "mw:Extension:Math", ["charinsert"] = "mw:Extension:CharInsert", ["chem"] = "mw:Extension:Math", ["dynamicpagelist"] = "mw:Extension:DynamicPageList (Wikimedia)", ["gallery"] = "mw:Help:Images#Rend...")
  • N Module:data/magic words 09:45 +16,254Sware talk contribs(Created page with "local next = next local date_and_time = "mw:Help:Magic words#Date and time" local formatting = "mw:Help:Magic words#Formatting" local labeled_section_transclusion = "mw:Extension:Labeled Section Transclusion" local liquidthreads = "mw:Extension:LiquidThreads" local localization = "mw:Help:Magic words#Localization" local miscellaneous = "mw:Help:Magic words#Miscellaneous" local namespaces = "mw:Help:Magic words#Namespaces" local namespaces_2 = "mw:Help:Magic words#Namesp...")
  • N Module:template parser/data 09:44 +6,020Sware talk contribs(Created page with "local string = string local gsub = string.gsub local load_data = mw.loadData local pairs = pairs local upper = string.upper local data = {} do local magic_words = load_data("Module:data/magic words") local parser_functions_s = {} local parser_functions_i = {} local parser_variables_s = {} local parser_variables_i = {} local transclusion_modifiers = {} for k, v in pairs(magic_words) do local name, s = v.name, v.case_sensitive if v.parser_function then...")
  • N Module:template parser 09:44 +38,271Sware talk contribs(Created page with "--[[ NOTE: This module works by using recursive backtracking to build a node tree, which can then be traversed as necessary. Because it is called by a number of high-use modules, it has been optimised for speed using a profiler, since it is used to scrape data from large numbers of pages very quickly. To that end, it rolls some of its own methods in cases where this is faster than using a function from one of the standard libraries. Please DO NOT "simplify" the code by...")
  • Contionary:љєрєса 09:43 −1Sware talk contribs
  • Module:string utilities 09:42 +27,550Sware talk contribs
  • N Module:etymology languages/canonical names 09:41 +18,182Sware talk contribs(Created page with "return { ["Abhiri"] = "pra-abh", ["Abuzeydabadi"] = "xme-abz", ["Abyanehi"] = "xme-aby", ["Acadian French"] = "fr-aca", ["Achaemenid Elamite"] = "elx-ach", ["Achterhoeks"] = "act", ["Adamawa Fulfulde"] = "fub", ["Addu Dhivehi"] = "dv-add", ["Aeolic Greek"] = "grc-aeo", ["Afridi"] = "ps-afr", ["Akhmimic Coptic"] = "cop-akh", ["Akuapem Twi"] = "tw-aku", ["Alanic"] = "xln", ["Alsatian Alemannic German"] = "gsw-FR-als", ["Amdo Tibetan"] = "adx", ["American En...")
  • N Module:parser/data 09:41 +316Sware talk contribs(Created page with "local data = {} -- __index and __newindex have been excluded. data.metamethods = require("Module:table").listToSet{"__add", "__call", "__concat", "__div", "__eq", "__gc", "__ipairs", "__le", "__len", "__lt", "__metatable", "__mod", "__mode", "__mul", "__pairs", "__pow", "__sub", "__tostring", "__unm"} return data")
  • N Module:parser 09:41 +11,408Sware talk contribs(Created page with "local m_table local concat = table.concat local getmetatable = getmetatable local insert = table.insert local next = next local rawget = rawget local rawset = rawset local remove = table.remove local select = select local setmetatable = setmetatable local type = type local unpack = unpack local classes = {} local metamethods = mw.loadData("Module:parser/data").metamethods ------------------------------------------------------------------------------------ -- -- Helper...")
  • N Module:maintenance category 09:40 +1,575Sware talk contribs(Created page with "local format_categories = require("Module:utilities").format_categories local match = string.match local process_params = require("Module:parameters").process local title local export = {} local function ret(name, cat) return cat and format_categories({name}, nil, "-", nil, true) or name end function export.get_category(name, cat) title = title or mw.title.getCurrentTitle() -- All talkpages. if title.isTalkPage then return ret(name .. "/hidden", cat) end loca...")
  • N Module:headword/page 09:40 +27,122Sware talk contribs(Created page with "local require = require local m_str_utils = require("Module:string utilities") local mw = mw local string = string local table = table local ustring = mw.ustring local concat = table.concat local decode_entities = m_str_utils.decode_entities local encode_entities = m_str_utils.encode_entities local find = string.find local get_category = require("Module:maintenance category").get_category local get_etym_lang = require("Module:etymology languages").getByCanonicalName lo...")
  • Module:headword/data 09:39 +4,895Sware talk contribs
  • Module:utilities/data 09:38 +5Sware talk contribs
  • Contionary:љєрєса 09:37 −20Sware talk contribs
  • Module:utilities/data 09:36 −323Sware talk contribs
  • Module:utilities/templates 09:35 +48Sware talk contribs
  • N Module:utilities/format categories with sort keys 09:32 +1,674Sware talk contribs(Created page with "local data = mw.loadData("Module:utilities/format_categories/data") --[[ Format the categories with the appropriate sort key, which may be specified individually per category. CATEGORIES is a list of objects as follows: { category = "Category name", sort_key = "Sort key" or nil } The individual sort_key values are treated as individual SORT_KEY values for only that specific category. ]] -- Otherwise this function behaves like format_categories in Module:utilities....")
  • Module:utilities/templates 09:31 −8Sware talk contribs
  • Module:utilities 09:30 +10,896Sware talk contribs
  • N Module:utilities/templates 09:29 +1,523Sware talk contribs(Created page with "local insert = table.insert local export = {} -- Used by {{categorize}} function export.template_categorize(frame) local args = frame:getParent().args local format = frame.args["format"] args = require("Module:parameters").process(args, { [1] = {required = true, type = "language", default = "und"}, [2] = {required = true, list = true, allow_holes = true}, ["sort"] = {list = true, separate_no_index = true, allow_holes = true}, }) local lang = args[1] if...")
  • N Template:Topic 09:28 +104Sware talk contribs(Created page with "{{#invoke:utilities/templates|template_categorize|format=topic}}<noinclude>{{documentation}}</noinclude>")
  • N Contionary:'алаляӑ 09:26 +573Учхљёная talk contribs(Created page with "==Dãterške== ===Etymology=== From Hawaiian ʻalalā (Hawaiian crow, azure), influenced by {{term|ляӑ#Dãterške|ляӑ}} (rook, coincidentally the bird’s living closest relative). ===Pronunciation=== *IPA<sup>(Dãterške)</sup>: /ʡalalʲɒʕ/ ===Noun=== ''''алаляӑ''' • ('alalâʿ) # Hawaiian crow (''Corvus havaiiensis'') ===See also=== Category:Contionary Category:D...")
  • Contionary:љєрєса 09:26 −136Sware talk contribs
  • Contionary:тыгңөҗ 09:08 +4Sware talk contribs(a template I created for cases like this)
  • N Contionary:clam 05:52 +152Dillon talk contribs(Created page with "==Jokelang 2== ===Pronunciation=== {{jl-two-ipa|klæm}} ===Noun=== {{jl-two-n|uk}} # poker (tool) #: {{ux|jl-two||}} # poker (game) #: {{ux|jl-two||}}")
  • N Contionary:Шәлъ 05:01 +187Dillon talk contribs(Created page with "==Guimin== ===Etymology=== {{guim-loan|Arabic|شهلاء}} ===Pronunciation=== {{guim-ipa|ʃæɬ|1}} ===Noun=== {{guim-name|f}} # {{given name|guim|female}} {{guim-table-n6|Шәлъ}}")
  • N Contionary:humen 04:29 +204Dillon talk contribs(Created page with "==Jokelang 2== ===Pronunciation=== {{jl-two-ipa|ˈhjumən|ˈhumən}} ===Adjective=== {{jl-two-adj}} # technically legal, legal via a loophole or lack of previous need for relevant law #: {{ux|jl-two||}}")

30 July 2024

29 July 2024