Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Difficulties: Revision history

From Obby Wiki

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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

7 April 2025

  • curprev 09:0409:04, 7 April 2025 Wlft talk contribs 1,288 bytes +1,288 Created page with "local p = {} local config = require('Module:Difficulties/config') function p.main(frame) local args = frame:getParent().args local difficulties = config.difficulties local output = mw.html.create('table') output:addClass() for i, v in pairs(difficulties) do local difficulty_param_name = mw.text.trim(i) local enabled_param = args[difficulty_param_name:ucfirst()] or args[difficulty_param_name] if enabled_param and mw.text.tri..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)