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).

Logs
  • 00:53, 29 August 2025 Imahero talk contribs created page Module:Creatures/doc (Created page with "This module is meant to be loaded by other modules. For example: <syntaxhighlight lang=lua> local p = {} function p.test(frame) return creatureTest() end function creatureTest(items) local items = loadData("Creatures") local result = "" for k, v in pairs(items) do result = result .. k .. "'s attack is " .. v["attack"] .. ", " end result = result:sub(1, -3) return result end function loadData(name) if mw.title.new(name, 828).exists then return mw.loadData("...")