Module:ItemStatTable: Revision history

Jump to navigation Jump 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.

27 September 2024

  • curprev 06:5406:54, 27 September 2024SerpentofSet talk contribs 249 bytes +249 Created page with " local ItemsByStat = require('Module:ItemsByStat') local t = {} t.tablefy = function(frame) local stat = frame.args[1] local tabledata = ItemsByStat.select(stat) return "Name: "..tabledata[1][1].." Weapon Damage:"..tabledata[2][1] end return t"