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".
- 04:37, 27 January 2025 Davemc0 talk contribs created page Module:Sandbox/Davemc0 (←Created page with '--The following below is some starter code that you may use to get started with module writing and testing. -- local p = {} p.main = function(frame) local args = frame.args local out = 'My Test' -- some code here return out end return p')