Template:BugGallery/doc/nl

Uit Palia Wiki
Naar navigatie springen Naar zoeken springen
Dit is een vertaalde versie van de pagina Template:BugGallery/doc. De vertaling is voor 100% voltooid.

Gebruik

De {{BugGallery/doc}} sjabloon moet worden gebruikt voor de Galerijsectie van elke insectpagina.

Sjabloon controleert en haalt automatisch drie afbeeldingen op voor elke pagina:

  • UntranslatedPagename.png (icoon)
  • UntranslatedPagename Ingame.png (insect in het wild)
  • UntranslatedPagename SQ Ingame.png (insect in terrarium)

Let op: er verschijnt geen afbeelding/gebroken link als het bestand niet bestaat.

Syntaxis

{{BugGallery<!-- Plaats elke afbeelding op een nieuwe regel, beginnend met "|File:". Voeg "|" en meer tekst toe om een bijschrift bij de afbeelding toe te voegen. -->
|File: |
}}<!-- Gallerij einde, NIET VERWIJDEREN -->

Voorbeelden

Indien Galerij Geplaatst op Pagina: Vuurspuwende Libel

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.

{{BugGallery/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.

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

Verband