Jump to content

Main public logs

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".
User logs
  • 05:34, 8 September 2023 AmazingJus talk contribs created page Module:User:AmazingJus/chr (Created page with 'local export = {} local gsub = mw.ustring.gsub -- map symbols to formatted versions local symbols = { ["1"] = "¹", ["2"] = "²", ["3"] = "³", ["4"] = "⁴", ["."] = "\u{0323}" } -- map tone numbers to contours local tones = { ["1"] = "˨˩", ["2"] = "˨", ["3"] = "˧", ["4"] = "˧˦" } -- map letters to phonetic values local phon = { ["v"] = "ə̃", ["k"] = "kʰ", ["g"] = "k", ["h"] = "h", ["qu"] = "kʰʷ", ["gw"] = "kʷ", ["t"] = "tʰ...')