Module:SkillTable: Revision history

From Little Tail Wiki
Jump to navigationJump 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.

13 March 2025

  • curprev 15:5815:58, 13 March 2025 Zoltier talk contribs 2,452 bytes +12 No edit summary
  • curprev 15:5015:50, 13 March 2025 Zoltier talk contribs 2,440 bytes +8 No edit summary
  • curprev 15:4215:42, 13 March 2025 Zoltier talk contribs 2,432 bytes +2,432 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 =..."