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".
- 02:18, 16 April 2024 Remsense talk contribs created page Module:Bopomofo spacing (←Created page with 'local p = {} function p.main(frame) local root = mw.html.create() local pad = '<span style="padding-left:0.5ic;"> </span>' local arg = frame:getParent().args local result = '' for k,v in pairs(arg) do result = result . v . pad; end return result end return p')