Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 20:03, 24 November 2024 Ypn^2 talk contribs moved page Module:Sandbox/ypn^2 to Module:DafYomi (Move to mainspace)
- 20:03, 24 November 2024 Ypn^2 talk contribs created page Module:Sandbox/ypn^2 (Ypn^2 moved page Module:Sandbox/ypn^2 to Module:DafYomi: Move to mainspace) Tag: New redirect
- 19:18, 24 November 2024 Ypn^2 talk contribs created page Module:Sandbox/ypn^2 (←Created page with 'local p = {} function p.today (frame) return p.fromDate(os.time()) end function p.date (frame) return p.fromDate(os.date("*t", frame.args[1])) end function p.fromDate (frame) local dat = frame.args[0] dat.hour = 0 dat.min = 0 dat.sec = 0 local date0 = os.date("*t", "1 March 2005") local since = os.difftime(dat, date0) return since end return p')