All public logs

Jump to navigation Jump to search

Combined display of all available logs of JoJo's Bizarre Encyclopedia - JoJo Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:08, 18 March 2024 Vish talk contribs created page Module:Pronoun (Created page with "local p = {} -- A function to check if the verb ends in 's' and should change based on pronoun local function adjustVerb(pronoun, verb) if pronoun == "he" or pronoun == "she" or pronoun == "it" then -- Add 's' for singular third-person, if it doesn't already end with 's' if not verb:match("s$") then verb = verb .. "s" end elseif pronoun == "they" then -- Remove 's' for 'they', consider special cases like 'goes' -> 'go'...")