View source for Module:Main Page RSS
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
function p.rss( f )
local args = f
if f == mw.getCurrentFrame() then
args = f:getParent().args
end
if args.title ~= nil then
args.title = "\'\'\'" .. args.title .. "\'\'\'"
else
args.title = f:expandTemplate{ title= 'Template:Version²·'}
end
return "<pre><span style=\"color:#006400\"> The \'\'\'Latest IndustrialCraft²\'\'\' version is " .. args.title .. " and can be downloaded from the awesome <span class=\"plainlinks\">[http://jenkins.ic2.player.to/job/IC2_experimental/ <span style=\"color:#006400; text-decoration:underline;\">IndustrialCraft² Jenkins</span>]</span>!</span></pre>"
end
return p
000
1:0
Template used on this page:
Return to Module:Main Page RSS.