Template:OutfitGallery

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:

Description

Creates a gallery to be used for Outfits.

Syntax

{{OutfitGallery
 |variant1 =
 |variant2 =
 |variant3 =
 |page =
 |variations = 3
}}
Parameters Description
variant# Specify a variant
page Overrides the page heading, set to blank will hide the title bar
variations Sets the variation count for each outfit set


Examples

Three variant sets

{{OutfitGallery
 |page = Bard Outfit
 |variant1 = Rock Star
 |variant2 = Ballad
 |variant3 = New Age
}}

Bard Outfit

Rock Star

Rock Star Fullbody Color 1.png
Rock Star Fullbody Color 2.png
Rock Star Fullbody Color 3.png

Ballad

Ballad Fullbody Color 1.png
Ballad Fullbody Color 2.png
Ballad Fullbody Color 3.png

New Age

New Age Fullbody Color 1.png
New Age Fullbody Color 2.png
New Age Fullbody Color 3.png

Three variant sets with Title excluded

{{OutfitGallery
 |page =
 |variant1 = Rock Star
 |variant2 = Ballad
 |variant3 = New Age
}}

OutfitGallery

Rock Star

Rock Star Fullbody Color 1.png
Rock Star Fullbody Color 2.png
Rock Star Fullbody Color 3.png

Ballad

Ballad Fullbody Color 1.png
Ballad Fullbody Color 2.png
Ballad Fullbody Color 3.png

New Age

New Age Fullbody Color 1.png
New Age Fullbody Color 2.png
New Age Fullbody Color 3.png

Two variant sets with Title excluded

{{OutfitGallery
 |page =
 |variant1=Rock Star
 |variant2=Ballad
}}

OutfitGallery

Rock Star

Rock Star Fullbody Color 1.png
Rock Star Fullbody Color 2.png
Rock Star Fullbody Color 3.png

Ballad

Ballad Fullbody Color 1.png
Ballad Fullbody Color 2.png
Ballad Fullbody Color 3.png

Four variant sets with title excluded

{{OutfitGallery
 |page =
 |variant1 = Rock Star
 |variant2 = Rock Star
 |variant3 = New Age
 |variant4 = New Age
}}

OutfitGallery

Rock Star

Rock Star Fullbody Color 1.png
Rock Star Fullbody Color 2.png
Rock Star Fullbody Color 3.png

Rock Star

Rock Star Fullbody Color 1.png
Rock Star Fullbody Color 2.png
Rock Star Fullbody Color 3.png

New Age

New Age Fullbody Color 1.png
New Age Fullbody Color 2.png
New Age Fullbody Color 3.png

New Age

New Age Fullbody Color 1.png
New Age Fullbody Color 2.png
New Age Fullbody Color 3.png

Four variant sets with 1 variation

{{OutfitGallery
 |page =
 |variant1 = Rock Star
 |variant2 = Rock Star
 |variant3 = New Age
 |variant4 = New Age
 |variations = 1
}}

OutfitGallery

Rock Star

Rock Star Fullbody Color 1.png

Rock Star

Rock Star Fullbody Color 1.png

New Age

New Age Fullbody Color 1.png

New Age

New Age Fullbody Color 1.png

Related