Related changes
Appearance
Enter a page name to see changes on the 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 highlighted in bold.
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
2 October 2025
1 October 2025
|
N 22:58 | Module:InfoboxBasic 8 changes history +3,626 [Mvuijlst (8×)] | |||
|
22:58 (cur | prev) +707 Mvuijlst talk contribs | ||||
|
22:54 (cur | prev) +1,529 Mvuijlst talk contribs | ||||
|
22:53 (cur | prev) −1,082 Mvuijlst talk contribs | ||||
|
22:51 (cur | prev) +1,403 Mvuijlst talk contribs | ||||
|
22:50 (cur | prev) −1,350 Mvuijlst talk contribs | ||||
|
22:34 (cur | prev) +189 Mvuijlst talk contribs | ||||
|
22:08 (cur | prev) +149 Mvuijlst talk contribs | ||||
N |
|
21:52 (cur | prev) +2,081 Mvuijlst talk contribs (Created page with "-- Module:InfoboxBasic local p = {} local trim = mw.text.trim local function isBlank(v) return v == nil or trim(tostring(v)) == '' end local function labelFromKey(k) -- keep author's casing; just swap underscores for spaces and trim k = k:gsub('_', ' ') k = trim(k) return k end function p.render(frame) local parent = frame:getParent() local args = parent and parent.args or frame.args local title = args.name or args.Name or args.title...") |