All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Old School Near-Reality Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:40, 8 November 2022 Jacmob talk contribs created page Module:Attack speed bar (Created page with "local p = {} local editbutton = require('Module:Edit button') local valid_speeds = { ['1'] = true, ['2'] = true, ['3'] = true, ['4'] = true, ['5'] = true, ['6'] = true, ['7'] = true, ['8'] = true, ['9'] = true, ['10'] = true, ['12'] = true, ['15'] = true, ['random'] = true, ['varies'] = true, ['n/a'] = true, } function p.make_bar(speed) if not speed or speed == '' then return editbutton("'''?''' (edit)") end speed = string.lower(speed) if not va...")