All 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:34, 6 August 2024 Imahero talk contribs created page Module:Hero (Created page with "local p = {}; function p.plural(frame) local num_heroes = tonumber(frame.args.count) local conj_heroes = num_heroes == 1 and 'hero' or 'heroes' return conj_heroes end return p")