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
  • 22:50, 11 September 2023 AmazingJus talk contribs created page Module:User:AmazingJus/sco (Created page with 'local export = {} -- list of possible vowel spellings corresponding to a vowel (see array below) local vowel_list = { -- ([aeo][aeiouwy]|ie?|ui?) ["a"] = 15, ["aa"] = 10, ["ae"] = 4, ["ai"] = 8, ["au"] = 10, ["aw"] = 10, ["ay"] = 8, ["a-e"] = 4, ["e"] = 14, ["ea"] = 3, ["ee"] = 2, ["ei"] = 3, ["eu"] = 7, ["ew"] = 12, ["ey"] = 1, ["e-e"] = 2, ["i"] = 13, ["ie"] = 2, ["i-e"] = 1, ["o"] = 16, ["oa"] = 5, ["oi"] = 9, ["oo"] = 6, ["ou"] = 6, ["ow"] = 11, [...')