All public logs
From HorizonXI Wiki
Combined display of all available logs of HorizonXI Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:32, 2 July 2025 Starfox9507 talk contribs created page Module:Weapon Damage (Created page with "local p = {} function p.test (frame) local parsed = parseInput(frame) return type() end local function parseInput ( input ) if ( input.tonumber() ) then return input end local number = string.match(input, "%d+") local finalstring = input:gsub(number, '') return number, finalstring end return p")
