All public logs
Combined display of all available logs of Bharatpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:10, 23 October 2024 Muskit Gergous talk contribs created page Module:Progression rainbow (Created page with "--[[ This implements {{progression rainbow}} ]] require('strict') local p = {} -- rounding to first decimal, from http://lua-users.org/wiki/SimpleRound local function round(num) return math.floor(num * 10 + 0.5) / 10 end local function percent(param, total) -- These suck for i18n because the % is forced to the right without spacing, -- both in a required context (CSS) and unrequired (to-be-displayed text). -- I.e., there should be a separate version of this retu...")