Template:FoodGallery

From Palia Wiki
Jump to navigation Jump to search
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.
This template has existing translations, relatives, or sub-templates:

Usage

The {{FoodGallery}} template is to be used for the Gallery section of each cooked food recipe page.

Template automatically checks and pulls three images for each page:

  • UntranslatedPagename.png (icon)
  • UntranslatedPagename Ingame.png
  • UntranslatedPagename SQ Ingame.png (food on a plate)

Note: no image/broken link will appear if the file does not exist.

Syntax

{{FoodGallery<!-- Place each image on a new line starting with "|File:". Add "|" and more text to include an image caption. -->
|File: |
}}<!-- Gallery end, DO NOT DELETE -->

Examples

If Gallery Placed on Page: Celebration Cake

Image Properties

Additional Image properties can be added to each image along with the Galleries description, however due to Template syntax additional care must be used to escape special characters (To prevent weird formatting problems).

  • Each image property following the Description should be separated by {{!}}, which will convert into a pipe character (|)
  • Typing an equal sign (=) will cause the attribute to be treated as a named template parameter. {{=}} should be used in it's place.

Added Alt Text

The alternative text can be overridden in situations where an image fails to load, or a user is making use of a screen reader to assist in reading the page.

{{FoodGallery
 |File:image1.png|Description 1{{!}}alt{{=}}Alternative image text
 |File:image2.png|Description 2{{!}}alt{{=}}More alternative text
}}

Added Page Link

Images by default will link to their image page, such as [[:File:image1.png]], this behavior can be overridden by providing a link= to another page.

{{FoodGallery
 |File:image1.png|Description 1{{!}}link{{=}}[[Some Other Page]]
 |File:image2.png|Description 2{{!}}link{{=}}[[Also Another Page]]
}}

Related