Editing Module:Test
Revision as of 20:08, 28 March 2025 by Imahero (talk | contribs) (Created page with "local p = {} function p.test(frame) local items = loadData("Creatures") local result = "" for item in items do result = result .. item["name"] .. ", " end result = result:sub(1, -2) end function loadData(name) if mw.title.new(name, 828).exists then return mw.loadData("Module:" .. name) end return nil end return p")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://heroes.thelazy.net//index.php/Module:Test"