Module:Training: Revision history

From Archaelund 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.

29 March 2025

  • curprev 15:5115:51, 29 March 2025MikeB talk contribs 533 bytes −1 No edit summary
  • curprev 13:0413:04, 29 March 2025MikeB talk contribs 534 bytes +534 Created page with "local Training = {} -- this module implements Template:Training local mArguments = require('Module:Arguments') function Training.Table(frame) local args = mArguments.getArgs(frame) local spells = args['Spells'] or '' local mark = args['Markup'] or 1 local mark2 = args['Markup2'] or '' local spellTable = '' for itm in mw.text.gsplit(spells,';',true) do spellTable = spellTable .. frame:expandTemplate{ title = string.format(':%s',itm), args = {'SpellEntry', m..."