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:22, 31 July 2024 Nonabelian talk contribs created page Module:Transliterate Korean (←Created page with '-- Initialize the module local p = {} -- Import the Hangul data module local data = require 'Module:Hangul/data' -- Known exceptions for Korean surnames local surname_exceptions = { ["김"] = "Kim", ["이"] = "Lee", ["박"] = "Park", ["최"] = "Choi", ["정"] = "Jung", ["강"] = "Kang", ["조"] = "Cho", ["윤"] = "Yoon", ["장"] = "Jang", ["임"] = "Lim" } -- Define a function to get the codepoint of a character lo...')