All public logs

Jump to navigation Jump to search

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

Logs
  • 00:18, 21 August 2024 TheGmaster talk contribs created page Module:Creatures (Created page with "local p = {} function cloneTable (t) -- t is a table local new_t = {} -- create a new table local i, v = next(t, nil) -- i is an index of t, v = t[i] while i do new_t[i] = v i, v = next(t, i) -- get next index end return new_t end function p.listCreatures( frame ) -- Parameters passed when the function is invoked local creatureList = frame.args[1] -- {|name=... -- Parameters passed from the template to the func...")