Template:ImageData

From Palia Wiki
Jump to navigation Jump to search

This template defines the table "ImageData". View table.

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Usage

{{ImageData}} is a template for querying or storing image data for Files.

Syntax

Querying

{{ImageData|image|field}}

Saving

Saving image data does not allow for an image parameter like Querying does, as the template should be saved on the Files page.

{{ImageData
 |desc = This is everything that the image is about.
 |alt  = This is a detailed description of what is going on in the image for assisting web-readers.
}}

Examples

Querying

{{ImageData|Unknown.png|desc}}

Saving

{{ImageData
 |desc = This is everything that the image is about.
 |alt  = This is a detailed description of what is going on in the image for assisting web-readers.
}}