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".
- 03:36, 31 December 2023 SD0001 talk contribs created page Module:Sandbox/SD0001/Chess pgn (←Created page with 'local pgn = require('Module:Pgn') local p = {} p.pgnToFen = function (pgn) metadata, moves = pgn.main(pgn) return moves[#moves] end return p')