User contributions for Sware
Jump to navigation
Jump to search
21 April 2026
- 14:0414:04, 21 April 2026 diff hist +12 N Category:Nouns by class by language Created page with "{{auto cat}}" current
- 14:0414:04, 21 April 2026 diff hist +12 N Category:Sokya nouns by class Created page with "{{auto cat}}" current
- 14:0314:03, 21 April 2026 diff hist +12 N Category:Sokya class 5 nouns Created page with "{{auto cat}}" current
- 14:0214:02, 21 April 2026 diff hist +12 N Category:Entry maintenance by language Created page with "{{auto cat}}" current
- 14:0214:02, 21 April 2026 diff hist +12 N Category:Entry maintenance subcategories by language Created page with "{{auto cat}}" current
- 14:0214:02, 21 April 2026 diff hist +12 N Category:Hidden categories Created page with "{{auto cat}}" current
- 14:0114:01, 21 April 2026 diff hist +12 N Category:Links with redundant target parameters by language Created page with "{{auto cat}}" current
- 14:0114:01, 21 April 2026 diff hist +12 N Category:Wascotl links with redundant target parameters Created page with "{{auto cat}}" current
- 13:5913:59, 21 April 2026 diff hist +12 N Category:Enventian terms by usage Created page with "{{auto cat}}" current
- 13:5813:58, 21 April 2026 diff hist +12 N Category:Fundamental Created page with "{{auto cat}}" current
- 13:5813:58, 21 April 2026 diff hist +12 N Category:Umbrella metacategories Created page with "{{auto cat}}" current
- 13:5813:58, 21 April 2026 diff hist +12 N Category:Terms by usage subcategories by language Created page with "{{auto cat}}" current
- 13:5813:58, 21 April 2026 diff hist +12 N Category:Formal terms by language Created page with "{{auto cat}}" current
- 13:5813:58, 21 April 2026 diff hist +12 N Category:Enventian formal terms Created page with "{{auto cat}}" current
- 13:5813:58, 21 April 2026 diff hist +12 N Category:Enventian pronouns Created page with "{{auto cat}}" current
- 13:5613:56, 21 April 2026 diff hist −45 Category:Sokya terms derived from Soc'ul' Removed redirect to Category:Sokya terms inherited from Soc'ul' current Tag: Removed redirect
- 13:5513:55, 21 April 2026 diff hist −24 Category:Sokya terms inherited from Soc'ul' No edit summary current
- 13:5313:53, 21 April 2026 diff hist +8 Module:category tree/poscatboiler No edit summary
- 13:5113:51, 21 April 2026 diff hist +866 Module:usex No edit summary current
- 13:4813:48, 21 April 2026 diff hist +122 N Template:Rfscript Created page with "<includeonly>{{#invoke:script utilities|template_rfscript}}</includeonly><!-- --><noinclude>{{documentation}}</noinclude>" current
- 13:4313:43, 21 April 2026 diff hist +131 N Module:category tree/lang Created page with "-- This module contains a list of languages with lang-specific modules. local langs_with_modules = { } return langs_with_modules"
- 13:4013:40, 21 April 2026 diff hist −1 Module:languages/code to canonical name No edit summary current
- 13:3913:39, 21 April 2026 diff hist +10,455 Module:languages/canonical names No edit summary current
- 13:3813:38, 21 April 2026 diff hist +10,456 Module:languages/code to canonical name No edit summary
- 13:2013:20, 21 April 2026 diff hist +15,800 Module:languages/data/3/q No edit summary current
- 13:0513:05, 21 April 2026 diff hist −2,954 MediaWiki:Common.js No edit summary current
- 13:0113:01, 21 April 2026 diff hist +3,087 MediaWiki:Common.js No edit summary
- 13:0013:00, 21 April 2026 diff hist +1,390 MediaWiki:Gadget-Site.js No edit summary current
- 12:5812:58, 21 April 2026 diff hist +991 N Module:languages/code to canonical name/doc Created page with "This module exports a table that converts a language code to its canonical name: <syntaxhighlight lang="lua"> local lang_name = mw.loadData("Module:languages/code to canonical name")["en"] --> "English" </syntaxhighlight> It covers languages in the data submodules of Module:languages, not etymology languages (Module:etymology languages/data), language families (Module:families), or scripts (Module:scripts/data). {{if then show|{{#invoke:data consistency..." current
- 12:5812:58, 21 April 2026 diff hist +1,012 N Module:languages/canonical names/doc Created page with "This module exports a table that converts the canonical name of a language to the corresponding code: <syntaxhighlight lang="lua"> local lang_name = mw.loadData("Module:languages/canonical names")["English"] --> "en" </syntaxhighlight> It covers languages in the data submodules of Module:languages, not etymology languages (Module:etymology languages/data), language families (Module:families), or scripts (Module:scripts/data). {{if then show|{{#invoke:da..." current
- 12:5512:55, 21 April 2026 diff hist +3,803 N Module:kanjitab/data Created page with "local yomi_info = { ["goon"] = { keys = {"goon"}, onyomi = true, link = "{{ja-r|呉%音|ご.%おん}}", description = "a form of on'yomi introduced in the 5th and 6th centuries, based on the {{w|Jiankang}} pronunciation of Early {{w|Middle Chinese}} via the Korean peninsular", }, ["irregular"] = { keys = {"i", "irr", "irreg", "irregular"}, display = "''irregular''", appendix = false, reading_category = "irr..." current
- 12:5212:52, 21 April 2026 diff hist +3,429 N Module:ja/data/range Created page with "local u = require("Module:string utilities").char local range = {} range.kanji = u(0x2E80) .. "-" .. u(0x2FDF) .. -- CJK Unified Ideographs u(0x4E00) .. "-" .. u(0x9FFF) .. -- CJK Unified Ideographs u(0x3400) .. "-" .. u(0x4DBF) .. -- CJK Unified Ideographs Extension A u(0xF900) .. "-" .. u(0xFAFF) .. -- CJK Compatibility Ideographs u(0x20000) .. "-" .. u(0x2A6DF) .. -- CJK Unified Ideographs Extension B u(0x2A700) .. "-" .. u(0x2EE5F) .. -- CJK Unified Ideograph..." current
- 12:5112:51, 21 April 2026 diff hist +20,146 N Module:ConvertNumeric Created page with "local export = {} -- functions that can be called from another module -- Module for converting between different representations of numbers. -- For unit tests see: Module:ConvertNumeric/testcases -- When editing, preview with: Module:ConvertNumeric/testcases/documentation export.ones_position = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6] = 'six', [7] = 'seven', [8] = 'eight', [9] = 'nine', [10] = 'ten', [11..." current
- 12:5012:50, 21 April 2026 diff hist +12,741 N Module:ja/data Created page with "local ucfirst = require("Module:string utilities").ucfirst local tostring = tostring local ones_position_ord = require("Module:ConvertNumeric").ones_position_ord local data = {} -- equivalent romaji = katakana pairs, r=k or rk data.rk={ ['wyu']='ウュ',['vyu']='ヴュ',['vyo']='ヴョ',['vye']='ヴィェ',['vya']='ヴャ',['tyu']='テュ',['ryu']='リュ',['ryo']='リョ',['rye']='リェ',['rya']='リャ',['pyu']='ピュ',['pyo']='ピョ',['pye']='ピェ',['pya']='..." current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:kru-Tols-translit/testcases 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:kru-Tols-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:kru-Deva-translit/testcases 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:kru-Beng-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:kru-Orya-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:kru-Deva-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:sa-convert/testcases 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:Vith-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:bcl-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:User:Thecurran/Deva-Latn-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:sd-Arab-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:sd-Arab-translit/testcases 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:Osge-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:ykh-translit 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:chg-translit/testcases 1 revision imported current
- 12:4612:46, 21 April 2026 diff hist 0 m Module:uz-afg-translit/testcases 1 revision imported current