Main public logs

Jump to navigation Jump to search

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

Logs
  • 17:05, 15 May 2025 Ryan talk contribs created page Module:RaritySort (Created page with "local p = {} function p.getSortValue(rarity) if not rarity then return 99 end rarity = rarity:lower() if rarity == "always" then return 1 elseif rarity:match("^1/%d+") then return 2 elseif rarity == "rare" then return 3 elseif rarity == "never" then return 4 else return 99 -- Unknown or fallback end end return p")