Main public logs

From Little Tail Wiki
Jump to navigationJump to search

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

Logs
  • 15:42, 13 March 2025 Zoltier talk contribs created page Module:SkillTable (Created page with "local p = {} function p.main(frame) local args = frame.args local skills = {} local i = 1 -- Get colors via template local bg = frame:expandTemplate{title = "Color", args = {args.color or "#b06767"}} local bg2 = frame:expandTemplate{title = "Color", args = {args.color2 or "#9199a6"}} -- Extract skills while args["skill"..i] do skills[i] = { name = args["skill"..i], sp = args["sp"..i], levels =...")