Module:QuestDetails: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

16 October 2024

  • curprev 15:0015:00, 16 October 2024Alex talk contribs 8,694 bytes +8,694 Created page with "-- <nowiki> -- {{Quest details}} local p = {} local yesno = require('Module:Yesno') local onmain = require('Module:Mainonly').on_main() local buildMap --= require('Module:Map').buildMap -- lazy loaded local title = mw.title.getCurrentTitle() local difficulties = { none = 'None', novice = 'Novice', intermediate = 'Intermediate', experienced = 'Experienced', master = 'Master', grandmaster = 'Grandmaster', special = 'Special' } difficulties['..."