More actions
Combined display of all available logs of Mine in Abyss. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:47, 17 October 2024 Scyu talk contribs created page Module:StarDisplay (Created page with "local p = {} function p.render(frame) local danger = tonumber(frame.args[1]) or 0 local stars = "" for i = 1, danger do stars = stars .. "⭐" -- Change this to "15px" if using an image end return stars end return p")