All public logs

From Archaelund Wiki

Combined display of all available logs of Archaelund Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:04, 29 March 2025 MikeB talk contribs created page Module:Training (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...")