Template:FishGallery/doc/it

Da Palia Wiki.
Vai alla navigazione Vai alla ricerca
Questa pagina è una versione tradotta della pagina Template:FishGallery/doc; la traduzione è completa al 78%.

Uso

{{FishGallery/doc}} viene utilizzato per la sezione Galleria di ogni pagina di pesce.

Il modello verifica ed estrae automaticamente tre immagini per ogni pagina:

  • UntranslatedPagename.png (icona)
  • UntranslatedPagename Ingame.png (fish in the hand after catching)
  • UntranslatedPagename SQ Ingame.png (pesce dentro l'acquario)

Nota: se il file non esiste, non verrà visualizzata alcuna immagine/collegamento rotto.

Sintassi

{{FishGallery<!-- Immette ciascuna immagine su una nuova linea che comincia con "|File:". Aggiungendo "|" e altro testo per includere una didascalia dell'immagine. -->
|File: |
}}<!-- <span lang="en" dir="ltr" class="mw-content-ltr">Gallery end, DO NOT DELETE</span> -->

Esempi

Se la galleria è posizionata sulla pagina: Pesce gatto di Kilima

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.

{{FishGallery/doc
 |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.

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

Related