View source for Module:InfoboxImage
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.
-- Inputs:
-- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link
-- page - page to display for multipage images (DjVu)
-- size - size to display the image
-- maxsize - maximum size for image
-- sizedefault - default size to display the image if size param is blank
-- alt - alt text for image
-- title - title text for image
-- border - set to yes if border
-- center - set to yes, if the image has to be centered
-- upright - upright image param
-- suppressplaceholder - if yes then checks to see if image is a placeholder and suppresses it
-- link - page to visit when clicking on image
-- class - HTML classes to add to the image
-- Outputs:
-- Formatted image.
-- More details available at the "Module:InfoboxImage/doc" page
local i = {};
local placeholder_image = {
"Blue - Replace this image female.svg",
000
1:0
Templates used on this page:
- Template:Category link with count (view source)
- Template:Clc (view source)
- Template:DMCA (view source)
- Template:Dated maintenance category (view source)
- Template:Dated maintenance category (articles) (view source)
- Template:Elc (view source)
- Template:FULLROOTPAGENAME (view source)
- Template:Main other (view source)
- Template:Mlx (view source)
- Template:Module link expanded (view source)
- Template:Ns has subpages (view source)
- Template:Para (view source)
- Template:Sandbox other (view source)
- Template:Section link (view source)
- Template:Use dmy dates (view source)
- Module:Arguments (view source) (protected)
- Module:Check for unknown parameters (view source)
- Module:InfoboxImage (view source)
- Module:InfoboxImage/doc (view source)
- Module:Ns has subpages (view source)
- Module:Section link (view source)
- Module:Separated entries (view source)
- Module:String (view source)
- Module:TableTools (view source)
- Module:Unsubst (view source)
- Module:Yesno (view source) (protected)
Return to Module:InfoboxImage.