Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Heroes 3 wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:08, 28 March 2025 Imahero talk contribs created page Module:Test (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")