Related changes
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:
- 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
16 September 2026
|
|
N 20:22 | Module:Sandbox/kkuo/testcases 3 changes hist +3,290 [Kkuo (3×)] | |||
| m |
|
20:22 (cur | prev) +3 Kkuo talk contribs | |||
|
|
20:22 (cur | prev) +854 Kkuo talk contribs | ||||
| N |
|
20:10 (cur | prev) +2,433 Kkuo talk contribs (Created page with "local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local cclicense = require('Module:Sandbox/kkuo') function suite:getMockFrame(args) return { getParent = function() return { args = args } end, args = {}, expandTemplate = function(_, templateData) return templateData end } end function suite:testCC0() local frame = self:getMockFrame({zero = "yes"}) local res = cclicense.main(frame) se...") | |||
|
|
N 20:21 | Module:Sandbox/kkuo 3 changes hist +6,241 [Kkuo (3×)] | |||
|
|
20:21 (cur | prev) +161 Kkuo talk contribs | ||||
|
|
20:14 (cur | prev) +89 Kkuo talk contribs | ||||
| N |
|
20:09 (cur | prev) +5,991 Kkuo talk contribs (Created page with "local p = {} local yesno = require('Module:Yesno') function p.main(frame) local args = frame:getParent().args if not args.version and not args.by and not args.zero and not args.cc0 then args = frame.args end -- Extract flags and values using Module:Yesno local is_zero = yesno(args.zero or args.cc0, false) local by = yesno(args.by, false) local nc = yesno(args.nc, false) local sa = yesno(args.sa, false) local nd = yesno(args.n...") | |||
| N 19:08 | Module:Yesno diffhist +705 Kkuo talk contribs (Helper function to standardize treatment of boolean-like wikitext input.) | ||||