Module:PercentageBar: Revision history

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.

March 7, 2026

  • curprev 01:2801:28, March 7, 2026Braxton2409 talk contribs 2,671 bytes +2,671 Created page with "require( 'strict' ) local PercentageBar = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderSwitcher() ) end --- Wrap the HTML into a PercentageBar --- --- @param data table {label, value, width, baseColor, fillColor} --- @param includeStyle boolean include templatestyles or not --..."