This is a documentation subpage for 'Template:XImg'.
It contains usage information, categories, and other content that is not part of the original template page.
Usage
{{XImg
| image = The image page or URL
| width = (Optional) The desired width of the image
| frame = (Optional) Include a frame
| rounded = (Optional) Make rounded
| align = (Optional) left, right, center, floatleft, floatright
| title = (Optional) Include an inline title
}}
Example Frameless Left
{{XImg
| image = https://c.l3n.co/i/76YZuC.jpeg
| width = 300px
| align = left
}}
Example Frame Align Right
{{XImg
| image = https://c.l3n.co/i/76YZuC.jpeg
| width = 300px
| frame = yes
| align = right
}}
Example Rounded Center
{{XImg
| image = https://c.l3n.co/i/76YZuC.jpeg
| width = 300px
| rounded = yes
| align = center
| title = Title
}}
Title
Example Float Left
{{XImg
| image = https://c.l3n.co/i/76YZuC.jpeg
| width = 300px
| align = floatleft
}}
Example of text wrapping.
Example Float Right
{{XImg
| image = https://c.l3n.co/i/76YZuC.jpeg
| width = 300px
| align = floatright
}}
Example of text wrapping.