=== Gallery style ===
If there is the need to place a series of images within the text use the gallery tag
<code><nowiki><gallery widths="400" heights="400"></nowiki></code><br/>
<code><nowiki>File:Example.jpg|1 - Example</nowiki></code><br/>
<code><nowiki>File:Example.jpg|3 - Example</nowiki></code><br/>
<code><nowiki></gallery></nowiki></code>
which results in
<gallery widths="400" heights="400">
File:Example.jpg|1 - Example
File:Example.jpg|2 - Example
File:Example.jpg|3 - Example
</gallery>
=== Example ===