All public logs

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

Logs
  • 07:44, 26 July 2023 Etraud talk contribs created page Module:Pronouns (Created page with "local p = {} function p.pronoun(frame) local args = frame.args local pronouns = { he = "he", she = "she", they = "they" } local selectedPronouns = {} local categories = {} for i, arg in ipairs(args) do if pronouns[arg] then table.insert(selectedPronouns, pronouns[arg]) table.insert(categories, "[[Category:Players who are a " .. pronouns[arg] .. "]]") end end if #selectedP...")