Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- D
- Azupedia edit
- 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
18 June 2025
N 12:53 | Module:IPA diffhist +7,148 Fire talk contribs (Created page with "require('strict') local p = {} local function multiFind(s, patterns, init) local i, j = mw.ustring.find(s, patterns[1], init) for n = 2, #patterns do local i2, j2 = mw.ustring.find(s, patterns[n], init) if i2 and (not i or i2 < i) then i, j = i2, j2 end end return i, j end local function wrapAtSpaces(s) return mw.ustring.gsub(s, '(%s+)', '<span class="wrap">%1</span>') end local function wrapAtSpacesSafely(s) local patterns = { '%[%[[^%]|]-%s[^%]|]-|'...") |
N 12:52 | Module:Ko-translit/data diffhist +12,630 Fire talk contribs (Created page with "local p = {} --[[ IMPORTANT NOTE before editing this module: 1. Make sure that you use a font that displays the following characters differently, and that you know the differences of them: ᄀ (U+1100) ᆨ (U+11A8) ㄱ (U+3131) 2. When dealing with decomposed Hangul, a. [ᄀ-ᄒ] should not be directly followed by [ᅡ-ᅵ] because MediaWiki uses Unicode Normalization Form C (NFC), which converts any sequence of [ᄀ-ᄒ][ᅡ-ᅵ] into a precomposed character; write...") |
N 12:51 | Module:Ko-translit diffhist +15,935 Fire talk contribs (Created page with "local p = {} local find = mw.ustring.find local gsub = mw.ustring.gsub local m_data = require('Module:Ko-translit/data') local m_utils = require('Module:Ko-utils') local get_args = require('Module:Arguments').getArgs --[[ IMPORTANT NOTE before editing this module: 1. Make sure that you use a font that displays the following characters differently, and that you know the differences of them: ᄀ (U+1100) ᆨ (U+11A8) ㄱ (U+3131) 2. When dealing with decomposed Hangul,...") |
N 12:50 | Module:Ko-utils diffhist +1,203 Fire talk contribs (Created page with "local p = {} local find = mw.ustring.find local hanja_ranges = "[〇㐀-䶿一-鿿﨎﨏﨑﨓﨔﨟﨡﨣﨤﨧-﨩𠀀-𪛟𪜀-𰀀-𲎯]" -- Decomposes Hangul into jamo (e.g. 한 (U+D55C) → ᄒ (U+1112), ᅡ (U+1161), ᆫ (U+11AB)) function p.decompose_hangul(text) return mw.ustring.gsub(text, "[가-힣]", mw.ustring.toNFD) end -- Returns boolean on whether input contains any Hangul text at all function p.contains_hangul(text) local hangul_ranges = "[ᄀ-...") |
N 12:49 | Module:Korean diffhist +11,373 Fire talk contribs (Created page with "require('strict'); local p = {} -- common label prepping to make loop more readable local function prep_label(result, label, show_labels, out, i) if show_labels ~= 'no' then -- labels for every case except for optional first term outside parentheses if (out ~= 'yes') or (out == 'yes' and i > 1) then table.insert(result, label) end end return result end -- function to generate error message local function format_error(message) local result = { '<span clas...") |
N 12:48 | Template:Korean/auto diffhist +89 Fire talk contribs (Created page with "<includeonly>{{#invoke:Korean|ko}}</includeonly><noinclude> {{documentation}}</noinclude>") |
17 June 2025
|
20:34 | Module:Hatnote 4 changes history −2,874 [Fire (4×)] | |||
|
20:34 (cur | prev) −1 Fire talk contribs Tag: Manual revert | ||||
|
20:30 (cur | prev) +1 Fire talk contribs Tag: Reverted | ||||
|
20:17 (cur | prev) +19 Fire talk contribs | ||||
|
09:57 (cur | prev) −2,893 Fire talk contribs |
17:11 | Module:TableTools diffhist +1,296 Fire talk contribs |
15:16 | Module:Hatnote list diffhist +103 Fire talk contribs |
10:02 | Module:Hatnote/styles.css diffhist +186 Fire talk contribs |