Related changes

From koreapedia

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.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 00:13, 9 October 2025
 
Page name:
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

8 October 2025

N    18:15  Module:Infobox 6 changes history +4,910 [Wikiuser (6×)]
     
18:15 (cur | prev) +579 Wikiuser talk contribs
     
18:06 (cur | prev) −237 Wikiuser talk contribs
     
17:54 (cur | prev) +2,025 Wikiuser talk contribs
     
17:50 (cur | prev) +118 Wikiuser talk contribs
     
17:44 (cur | prev) +238 Wikiuser talk contribs
N    
17:31 (cur | prev) +2,187 Wikiuser talk contribs (Created page with "-- Module:Infobox -- Minimal, dependency-free infobox builder that outputs HTML. -- All styling comes from your site CSS classes (e.g., .infobox, .infobox-label). local p = {} local function isNonEmpty(s) if type(s) ~= "string" then return s ~= nil end return mw.text.trim(s) ~= "" end local function cellText(s) if not isNonEmpty(s) then return nil end return mw.text.trim(s) end -- Render an File:... wikitext for the image; callers pass only the filename. local...")