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".
- 00:13, 3 January 2025 Northern Moonlight talk contribs created page Module:Unihan pronunciation (←Created page with 'local p = {} local unicode_data = require("Module:Unicode data/sandbox") --- @param text string function p.kCantonese(text) local result = {} for char in mw.text.gsplit(text, "", true) do local code = mw.ustring.codepoint(char) table.insert(result, unicode_data.lookup_kCantonese(code)) end return table.concat(result, " ") end return p')