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
  • 20:55, 5 February 2024 Imahero talk contribs created page Module:Scenario (Created page with "local p = {} function p.players(frame) local num_players = tonumber(frame.args[1]) or 0 local conj_players = num_players == 1 and 'Player' or 'Players' return conj_players end return p")