Editing Module:Imahero/test

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
local p = {} --p stands for package
local p = {} --p stands for package
function p.testing(frame)
compile = ''
for _, filetype in pairs({'png', 'gif', 'jpg'}) do
for _, filesize in pairs({'tiny', 'small', 'medium', 'large', 'huge'}) do
filename = 'file:'..frame.args.scenario..' map '..filesize..'.'..filetype
ufilename = 'file:'..frame.args.scenario..' underground map '..filesize..'.'..filetype
compile = compile..frame:expandTemplate{title = 'exist', args = {filename, '[['..filename..']]'}}
compile = compile..frame:expandTemplate{title = 'exist', args = {ufilename, '[['..ufilename..']]'}}
end
end
return compile
end
function p.getheight(frame)
-- mw.title.makeTitle(namespace, title, fragment, interwiki)
map = mw.title.makeTitle(6, "A Cold Day in Hell map large.png")
    return map.file.height
end


function p.test( frame )
function p.test( frame )
return mw.title.getCurrentTitle()
    return frame
-- if not mw.site.server:find('heroes.thelazy.net') then
-- return 'not lazy'
-- else
-- return 'lazy'
-- end
end
end


Please note that all contributions to Heroes 3 wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: