View source for Module:Infobox
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.block( f )
if f == mw.getCurrentFrame() then
args = f:getParent().args
end
return f:expandTemplate{ title='Infobox', args = args }
end
function p.item( f )
if f == mw.getCurrentFrame() then
args = f:getParent().args
end
local title = args["title"] or ""
local image = args["image"] or ""
local invimage = args["invimage"] or ""
local invimage2 = args["invimage2"] or ""
local invimage3 = args["invimage3"] or ""
local invimage4 = args["invimage4"] or ""
000
1:0
Templates used on this page:
Return to Module:Infobox.