Tip of the Day
Long pressing an item opens multi-selection options in the inventory.

Main public logs

From Walkscape Walkthrough

Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:37, 20 November 2025 Bonez565 talk contribs deleted page Module:PercentageCalculator (content was: "local p = {} function p.main(frame) local fraction = frame.args[1] local parts = mw.text.split(fraction, '/') local numerator = tonumber(parts[1]) local denominator = tonumber(parts[2]) if denominator == 0 then return '0%' else local percentage = (numerator / denominator) * 100 return string.format("%.2f%%", percentage) end end return p")