Editing Module:Sandbox/Samlovesmath/Infobox heroGive feedback
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 heroes_data = mw.loadJsonData("Data:HeroData.json") | local heroes_data = mw.loadJsonData("Data:HeroData.json") | ||
local theme_data = mw.loadJsonData("Data: | local theme_data = mw.loadJsonData("Data:Samlovesmath/Infobox_hero.json") | ||
local heroes_data_module = require('Module:HeroData') | local heroes_data_module = require('Module:HeroData') | ||