Template:Altimage: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 40: Line 40:
This template is used to display alternate images for an infobox in an "image carousel" format.
This template is used to display alternate images for an infobox in an "image carousel" format.


This is similar to, but a more advanced version of [[Template:Infobox_image_and_gif]]. This version supports multiple images.
This is similar to, but a more advanced version of [[Template:Infobox image and gif]]. This version supports multiple images.
 
One or more instances of this template must be wrapped between [[Template:Altimage start|altimage start]] and [[Template:Altimage end|altimage end]], with the following general structure:
 
<syntaxhighlight lang="HTML">
{{altimage start}}
  {{altimage | ...}}
  {{altimage | ...}}
  ...
{{altimage end}}
</syntaxhighlight>


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 18:38, 25 October 2020


This template is used to display alternate images for an infobox in an "image carousel" format.

This is similar to, but a more advanced version of Template:Infobox image and gif. This version supports multiple images.

One or more instances of this template must be wrapped between altimage start and altimage end, with the following general structure:

{{altimage start}}
  {{altimage | ...}}
  {{altimage | ...}}
  ...
{{altimage end}}