Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:StarDisplay: Revision history

From Mine in Abyss

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2024

  • curprev 18:4718:47, 17 October 2024Scyu talk contribs 266 bytes +266 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"