Editing Module:SoulUnlockGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
local util_module = require('Module:Utilities') | local util_module = require('Module:Utilities') | ||
local soul_unlocks_data = mw.loadJsonData("Data:SoulUnlockData.json") | local soul_unlocks_data = mw.loadJsonData("Data:SoulUnlockData.json") | ||
local localization_map = { | local localization_map = { | ||
| Line 128: | Line 127: | ||
local tr = '' | local tr = '' | ||
tr = tr .. '<th>' .. '' .. '</th>' | tr = tr .. '<th>' .. '' .. '</th>' | ||
tr = tr .. '<th colspan="3">' .. | tr = tr .. '<th colspan="3">' .. 'Individual' .. '</th>' | ||
tr = tr .. '<th colspan="3">' .. | tr = tr .. '<th colspan="3">' .. 'Accumulative' .. '</th>' | ||
ret = ret .. '<tr>' .. tr .. '</tr>' | ret = ret .. '<tr>' .. tr .. '</tr>' | ||