Module:InfoboxImage/doc: Difference between revisions

Content deleted Content added
Parameters displayed in image syntax: use of alt without title
Line 76:
:<pre style="overflow:auto;">{{#invoke:InfoboxImage | InfoboxImage | image={{{image}}} | upright = yes }}</pre>
:<code>{{#invoke:InfoboxImage | InfoboxImage | image={{{image}}} | upright = yes }}</code>
 
When "alt" is used without "title", the alt text is also used as the title:
:<pre style="overflow:auto;">{{#invoke:InfoboxImage | InfoboxImage | image={{{image}}} | alt = Alt text }}</pre>
:<code>{{#invoke:InfoboxImage | InfoboxImage | image={{{image}}} | alt = Alt text }}</code>
 
For more information, see [[Wikipedia:Extended image syntax]].