Recent changes

Jump to navigation Jump to search

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 | Hide minor edits
Show new changes starting from 11:09, 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

     10:12  Contionary:Гӥлгамеер diffhist −86 Sware talk contribs
     10:07  Module:languages/data3/q‎‎ 2 changes history +129 [Sware‎ (2×)]
     
10:07 (cur | prev) +25 Sware talk contribs
     
09:55 (cur | prev) +104 Sware talk contribs
     10:06  Module:languages diffhist +94 Sware talk contribs
     10:03  Module:headword diffhist +67 Sware talk contribs
     09:49  Dãterške diffhist 0 Sware talk contribs
     09:46  Contionary:љєрєса‎‎ 4 changes history −157 [Sware‎ (4×)]
     
09:46 (cur | prev) 0 Sware talk contribs
     
09:43 (cur | prev) −1 Sware talk contribs
     
09:37 (cur | prev) −20 Sware talk contribs
     
09:26 (cur | prev) −136 Sware talk contribs
N    09:45  Module:data/parser extension tags diffhist +1,601 Sware 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    09:45  Module:data/magic words diffhist +16,254 Sware 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    09:44  Module:template parser/data diffhist +6,020 Sware 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    09:44  Module:template parser diffhist +38,271 Sware 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...")
     09:42  Module:string utilities diffhist +27,550 Sware talk contribs
N    09:41  Module:etymology languages/canonical names diffhist +18,182 Sware 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    09:41  Module:parser/data diffhist +316 Sware 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    09:41  Module:parser diffhist +11,408 Sware 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    09:40  Module:maintenance category diffhist +1,575 Sware 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    09:40  Module:headword/page diffhist +27,122 Sware 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...")
     09:39  Module:headword/data diffhist +4,895 Sware talk contribs
     09:38  Module:utilities/data‎‎ 2 changes history −318 [Sware‎ (2×)]
     
09:38 (cur | prev) +5 Sware talk contribs
     
09:36 (cur | prev) −323 Sware talk contribs
N    09:35  Module:utilities/templates‎‎ 3 changes history +1,563 [Sware‎ (3×)]
     
09:35 (cur | prev) +48 Sware talk contribs
     
09:31 (cur | prev) −8 Sware talk contribs
N    
09:29 (cur | prev) +1,523 Sware 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    09:32  Module:utilities/format categories with sort keys diffhist +1,674 Sware 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....")
     09:30  Module:utilities diffhist +10,896 Sware talk contribs
N    09:28  Template:Topic diffhist +104 Sware talk contribs (Created page with "{{#invoke:utilities/templates|template_categorize|format=topic}}<noinclude>{{documentation}}</noinclude>")
N    09:26  Contionary:'алаляӑ diffhist +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...")
     09:08  Contionary:тыгңөҗ diffhist +4 Sware talk contribs (a template I created for cases like this)
N    05:52  Contionary:clam diffhist +152 Dillon 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    05:01  Contionary:Шәлъ diffhist +187 Dillon 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    04:29  Contionary:humen diffhist +204 Dillon 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

N    20:28  Contionary:交‎‎ 2 changes history +564 [Aquatiki‎ (2×)]
 m   
20:28 (cur | prev) +129 Aquatiki talk contribs (→‎Dan'a'yo: etymology)
N    
20:24 (cur | prev) +435 Aquatiki talk contribs (Created page with "== Dan'a'yo == {| class="floatright wikitable" ! colspan="2" | Fact Table |- ! 中 | HSK/1 |- ! 日 | 2 |- ! 韓 | 中 |- ! SKIP | 2/2/4 |- ! Radical | 亠 |} <!-- Score: 981 //--> === Alternative Forms === Manmun: {{C|걋}} ; Latin: {{C|gyau}}; Unacceptable: 胶 === Pronunciation === (''Dan'a'yo'') IPA: /gjaü/ === V.tr === # mix, exchange {{Aquatiki}} Category:Dan'a'yo verbs Category:Dan'a'yo words")
N    18:42  Category:Terms from Proto-Indo-European *gʷeh₁w- diffhist +15 Dillon talk contribs (Created page with "{{ine-pro-cat}}")
N    18:42  Category:Guimin terms from Proto-Indo-European *gʷeh₁w- diffhist +12 Dillon talk contribs (Created page with "{{guim-cat}}")
N    18:42  Contionary:гӯкьӏ diffhist +205 Dillon talk contribs (Created page with "==Guimin== ===Etymology=== {{guim-inh|gʷeh₁w-<a:*gʷowh₁tlóm>}} ===Pronunciation=== {{guim-ipa|guːt͡ɬʼ|1}} ===Noun=== {{guim-n|n}} # value, worth #: {{ux|guim||}} {{guim-table-n1|гӯкьӏ}}")
N    17:05  Contionary:latke diffhist +124 Dillon talk contribs (Created page with "==Jokelang 2== ===Pronunciation=== {{jl-two-ipa|ˈlɑtkə}} ===Noun=== {{jl-two-n|us}} # legal nickname #: {{ux|jl-two||}}")
     11:26  Contionary:am diffhist +34 Tyman -1 talk contribs
N    11:24  Template:Mm-adj-c diffhist +502 Tyman -1 talk contribs (Created page with "{| class="wikitable collapsible collapsed" style="width: 400px; text-align: center;" ! colspan="4" | Inflection of {{PAGENAME}} |- ! Gender || Singular || Plural |- ! Masculine Animate | {{{1}}}a || {{{1}}}et |- ! Masculine Inanimate | {{{1}}}o || {{{1}}}ot |- ! Feminine Animate | {{{1}}}a || {{{1}}}at |- ! Feminine Inanimate | {{{1}}}on || {{{1}}}onat |- ! Neuter Animate | {{{1}}}i || {{{1}}}it |- ! Neuter Inanimate | {{{1}}}u || {{{1}}}ut |- |} <noinclude>Category:M...")
N    03:04  Contionary:krebs diffhist +219 Dillon talk contribs (Created page with "==Jokelang 2== ===Pronunciation=== {{jl-two-ipa|kɹɛbz}} ===Noun=== {{jl-two-n|uk}} # cycle #: {{ux|jl-two||}} ===Verb=== {{jl-two-v}} # to stop a cycle, to cancel a regular event, to discontinue #: {{ux|jl-two||}}")
N    00:04  Contionary:тыгңөҗ diffhist +506 Учхљёная talk contribs (Created page with "==Dãterške== ===Etymology=== From Proto-Altaic *t`ăŋu (black bird). ===Pronunciation=== *IPA<sup>(Dãterške)</sup>: /tʰɨɡⁿɞʝ/ ===Noun=== '''тыгңөҗ''' • (tygņœẑ) # raven, especially the common raven (''Corvus corax'') ===See also=== Category:Contionary Category:Dãterške nouns Category:Dãterške words Category:Dãterške words deriving from Altaic Category:Qdt:Lif...")

29 July 2024

N    16:47  Category:Terms from Proto-Indo-European *bʰeydʰ- diffhist +15 Dillon talk contribs (Created page with "{{ine-pro-cat}}")
N    16:47  Category:Guimin terms from Proto-Indo-European *bʰeydʰ- diffhist +12 Dillon talk contribs (Created page with "{{guim-cat}}")
N    16:46  Contionary:бэ̄т diffhist +226 Dillon talk contribs (Created page with "==Guimin== ===Etymology=== {{guim-inh|bʰoydʰéh₂<c:bʰeydʰ->}} ===Pronunciation=== {{guim-ipa|beːt|1}} ===Noun=== {{guim-n|f}} # condition, part of an agreement or contract #: {{ux|guim||}} {{guim-table-n6|бэ̄т}}")
     16:44  IPA for Sinatolean‎‎ 2 changes history +2,827 [Jukethatbox‎ (2×)]
     
16:44 (cur | prev) +465 Jukethatbox talk contribs
     
16:40 (cur | prev) +2,362 Jukethatbox talk contribs