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:14, 20 December 2023 Imahero talk contribs created page Module:Mapcheck (Created page with "local p = {} --p stands for package function p.mapcheck(frame) compile = '' for _, filetype in pairs({'png', 'gif', 'jpg'}) do for _, filesize in pairs({'tiny', 'small', 'medium', 'large', 'huge'}) do for _, filelevel in pairs({' ', ' underground '}) do filename = frame.args.scenario..filelevel..'map '..filesize..'.'..filetype fileresult = frame:expandTemplate{title = 'exist', args = {'file:'..filename, 'yes'}} if fileresult == 'yes' then compile...")