User contributions for Sware
Jump to navigation
Jump to search
31 July 2024
- 09:4009:40, 31 July 2024 diff hist +1,575 N Module:maintenance category 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..." current
- 09:4009:40, 31 July 2024 diff hist +27,122 N Module:headword/page 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:3909:39, 31 July 2024 diff hist +4,895 Module:headword/data No edit summary current
- 09:3809:38, 31 July 2024 diff hist +5 Module:utilities/data No edit summary current
- 09:3709:37, 31 July 2024 diff hist −20 Contionary:Љєрєса No edit summary
- 09:3609:36, 31 July 2024 diff hist −323 Module:utilities/data No edit summary
- 09:3509:35, 31 July 2024 diff hist +48 Module:utilities/templates No edit summary
- 09:3209:32, 31 July 2024 diff hist +1,674 N Module:utilities/format categories with sort keys 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...." current
- 09:3109:31, 31 July 2024 diff hist −8 Module:utilities/templates No edit summary
- 09:3009:30, 31 July 2024 diff hist +10,896 Module:utilities No edit summary
- 09:2909:29, 31 July 2024 diff hist +1,523 N Module:utilities/templates 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..."
- 09:2809:28, 31 July 2024 diff hist +104 N Template:Topic Created page with "{{#invoke:utilities/templates|template_categorize|format=topic}}<noinclude>{{documentation}}</noinclude>" current
- 09:2609:26, 31 July 2024 diff hist −136 Contionary:Љєрєса No edit summary
- 09:0809:08, 31 July 2024 diff hist +4 Contionary:тыгңөҗ a template I created for cases like this current
26 July 2024
- 13:5213:52, 26 July 2024 diff hist +945 N User talk:Kaw57 Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current
25 July 2024
- 10:2610:26, 25 July 2024 diff hist +945 N User talk:Pafan Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current
20 July 2024
- 19:4719:47, 20 July 2024 diff hist −28 m Hanebrugish →Etymology
19 July 2024
- 19:5019:50, 19 July 2024 diff hist +945 N User talk:Charles Jeanfils Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current
18 July 2024
- 17:5517:55, 18 July 2024 diff hist +5 Module:languages/datax Undo revision 373004 by Sware (talk) Tag: Undo
- 17:5417:54, 18 July 2024 diff hist −5 Module:languages/datax No edit summary Tag: Reverted
- 17:5317:53, 18 July 2024 diff hist +43 Category:Vinnish words No edit summary current
11 July 2024
- 10:4610:46, 11 July 2024 diff hist −65 User:Sware/vector.css Blanked the page current Tag: Blanking
- 10:4410:44, 11 July 2024 diff hist +30 MediaWiki:Common.css No edit summary
- 10:4310:43, 11 July 2024 diff hist +65 N User:Sware/vector.css Created page with ".IPA { font-family: 'Times',sans-serif; font-size: 95%; }"
- 10:4210:42, 11 July 2024 diff hist −155 MediaWiki:Common.css No edit summary
- 10:4010:40, 11 July 2024 diff hist +89 MediaWiki:Common.css No edit summary
- 10:3810:38, 11 July 2024 diff hist −4 Template:IPA No edit summary current
- 10:3710:37, 11 July 2024 diff hist −62 Template:IPA No edit summary
- 10:3710:37, 11 July 2024 diff hist −30 Template:IPA No edit summary Tag: Manual revert
- 10:3410:34, 11 July 2024 diff hist +30 Template:IPA No edit summary Tag: Reverted
9 July 2024
- 13:4613:46, 9 July 2024 diff hist +944 N User talk:Tilt5951 Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current
8 July 2024
- 10:1710:17, 8 July 2024 diff hist +944 N User talk:Aetherialis Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current
6 July 2024
- 21:5921:59, 6 July 2024 diff hist +944 N User talk:Dos'elvpekxeyet Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current
2 July 2024
- 22:3422:34, 2 July 2024 diff hist −2 Contionary:ðorsker No edit summary current
- 22:3322:33, 2 July 2024 diff hist +1,019 N Module:string/char Created page with "local char = string.char local concat = table.concat local tonumber = tonumber local function err(cp) error("Codepoint " .. cp .. " is out of range: codepoints must be between 0x0 and 0x10FFFF.", 2) end local function utf8_char(cp) cp = tonumber(cp) if cp < 0 then err("-0x" .. ("%X"):format(-cp + 1)) elseif cp < 0x80 then return char(cp) elseif cp < 0x800 then return char( 0xC0 + cp / 0x40, 0x80 + cp % 0x40 ) elseif cp < 0x10000 then if cp >= 0xD8..." current
- 22:3222:32, 2 July 2024 diff hist +944 N User talk:Parsinic Man Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current
1 July 2024
- 21:2821:28, 1 July 2024 diff hist +1,116 Module:languages/data No edit summary
- 21:2721:27, 1 July 2024 diff hist +41 Contionary:ðorsker →Noun
- 20:1220:12, 1 July 2024 diff hist −110 Template:Vi-noun-title No edit summary
- 20:1120:11, 1 July 2024 diff hist +1 Template:Vi-noun-title No edit summary
- 20:1120:11, 1 July 2024 diff hist +26 Template:Vi-noun-title No edit summary
- 20:1120:11, 1 July 2024 diff hist −4 Template:Vi-noun-title No edit summary
- 20:1120:11, 1 July 2024 diff hist +74 Template:Vi-noun-title No edit summary
- 20:1020:10, 1 July 2024 diff hist +40 Template:Vi-noun-title No edit summary
- 20:0920:09, 1 July 2024 diff hist +5 Template:Vi-noun-title No edit summary
- 20:0920:09, 1 July 2024 diff hist +2 Template:Vi-noun-title No edit summary
- 20:0920:09, 1 July 2024 diff hist −114 Template:Vi-noun-title No edit summary
- 20:0620:06, 1 July 2024 diff hist +112 Module:languages/datax No edit summary
- 20:0220:02, 1 July 2024 diff hist +52 Module:languages/datax No edit summary
- 19:3419:34, 1 July 2024 diff hist +944 N User talk:Eshaan011 Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current