Template:ImageGrid: Difference between revisions
Appearance
Created page with "<includeonly> <div style="display:flex; flex-wrap:wrap; gap:10px; justify-content:center;"> {{#if: {{{1|}}} | [[File:{{{1}}}|150px]] }} {{#if: {{{2|}}} | [[File:{{{2}}}|150px]] }} {{#if: {{{3|}}} | [[File:{{{3}}}|150px]] }} {{#if: {{{4|}}} | [[File:{{{4}}}|150px]] }} {{#if: {{{5|}}} | [[File:{{{5}}}|150px]] }} {{#if: {{{6|}}} | [[File:{{{6}}}|150px]] }} </div> </includeonly> <noinclude>" |
No edit summary |
||
| Line 10: | Line 10: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Usage: | |||
<pre> | |||
{{ImageGrid | |||
| Example1.jpg | |||
| Example2.png | |||
| Example3.jpg | |||
| Example4.png | |||
| Example5.png | |||
}} | |||
</pre> | |||
</noinclude> | |||
Revision as of 02:28, 30 September 2025
Usage:
{{ImageGrid
| Example1.jpg
| Example2.png
| Example3.jpg
| Example4.png
| Example5.png
}}