Module:Sandbox/One Bar: Difference between revisionsGive feedback
Jump to navigation
Jump to search
table fluff |
typo |
||
| Line 43: | Line 43: | ||
local pi_souls_list = get_pi_list() | local pi_souls_list = get_pi_list() | ||
local level_count = 0 | local level_count = 0 | ||
for _ in ipairs( | for _ in ipairs(pi_souls_list) do level_count = level_count + 1 end | ||
local property = frame.args[1] --frame:getParent().args[1] | local property = frame.args[1] --frame:getParent().args[1] | ||
local name = key_to_name[property] | local name = key_to_name[property] | ||