Template:ImageTray

From Helldivers Wiki
Jump to navigation Jump to search

This is the documentation for the ImageTray template.

Usage

This template is used to create an image tray containing multiple images with links and labels.

Parameters

  • 1-10: The parameters are comma-separated values representing links, text, images, and labels for each image.
    • Link: The link for the image.
    • Text: The text to display below the image.
    • Image: The filename of the image to display.
    • Label: The label to display on the image.
  • subtext: (optional) Additional text to display below the image tray.
  • size: (optional) The size of the image tray. Possible values are "small" and "large". Default is "small".

Example

To use this template, use the following syntax:

{{ImageTray|
Link1,Text1,Image1.png,Label1|
Link2,Text2,Image2.png,Label2|
Link3,Text3,Image3.png,Label3|
Link4,Text4,Image4.png,Label4|
Link5,Text5,Image5.png,Label5
}}

This will create an image tray with five images, each linked to a different URL, displaying different texts and labels.