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

Module:Iconbar: 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.

9 March 2026

  • curprev 14:5814:58, 9 March 2026 NIK220V talk contribs 1,999 bytes +1,999 Created page with "local p = {} function p.bar( f ) local args = require( 'Module:ProcessArgs' ).merge() local link = args.link or '' local full = args.full local half = args.half or 'Half ' .. full local empty = args.empty or 'Empty ' .. full local fullAlt = args.fullalt or args.alt or '' local halfAlt = args.halfalt or args.alt or '' local emptyAlt = args.emptyalt or args.alt or '' local value = math.abs( tonumber( args.value ) or 0 ) / 2 local min = math.ceil( math.abs( tonumb..."