Template:GIF Gallery
From Dungeon Defenders 2 Wiki
Revision as of 11:03, 8 March 2025 by Paloverde zfogshooterz (talk | contribs)
Template Purpose
- To help with creating a gallery of gifs that can be responsive enough to various page sizes instead of getting pushed out of the page horizontally (or being squished if it's in mobile portrait view).
- In order for the responsiveness to fully work, the template must be wrapped in a div style element containing flex properties. (As shown below)
<div style="display: flex; flex-wrap: wrap; width:100%;">
{{GIF Gallery}}
</div>
|
Base Template Text Parameters
Parameter | Required | Description | Default |
---|---|---|---|
gif_image | ![]() |
The GIF image file. | https://wiki.dungeondefenders2.com/images/e/ec/Blank_GIF.gif |
description | ![]() |
Description of the presented GIF image. | Description? |
Examples
|
|
Result - Multiple Images with Div Style Wrapper |