Module:Experience/Album: 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.

29 November 2024

  • curprev 10:3310:33, 29 November 2024Artoire talk contribs 1,408 bytes +95 Support "raw" parameter undo
  • curprev 09:3309:33, 29 November 2024Artoire talk contribs 1,313 bytes +1,313 Created page with "require('strict') local data = mw.loadData('Module:Experience/data').album local lang = mw.language.getContentLanguage() local p = {} -- Given a level, returns the album XP (if known). -- If not known, returns the given "default" argument function p.main(frame) local args = frame:getParent().args if args[1] == nil then error('{{Album XP}} transcluded without level') end local level = tonumber(args[1]) local xp = p._main(level) if xp ~= nil then return tostrin..."