Module:Sandbox/User:Californ1a/T/Quests: Revision history

Jump to navigation Jump to search

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.

1 January 2025

30 December 2024

  • curprev 10:3410:34, 30 December 2024Californ1a talk contribsm 3,642 bytes +5 No edit summary undo
  • curprev 10:3210:32, 30 December 2024Californ1a talk contribsm 3,637 bytes −46 No edit summary undo
  • curprev 10:2810:28, 30 December 2024Californ1a talk contribs 3,683 bytes +3,683 Created page with "require('strict') require('Module:Mw.html extension') local pt = require('Module:Paramtest') local yn = require('Module:Yesno') local lang = mw.language.getContentLanguage() local p = {} local yes = '✔' local no = '✘' local icon_size = 20 -- Template entrypoint function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) local other = { free = yn(pt.default_to(args.free, false), false), collapsed = yn(pt.default_to(args.free, fals..."