Template:OutfitGallery
Jump to navigation
Jump to search



































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



Ballad



New Age



Three variant sets with Title excluded
{{OutfitGallery
|page =
|variant1 = Rock Star
|variant2 = Ballad
|variant3 = New Age
}}
OutfitGallery
Rock Star



Ballad



New Age



Two variant sets with Title excluded
{{OutfitGallery
|page =
|variant1=Rock Star
|variant2=Ballad
}}
OutfitGallery
Rock Star



Ballad



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



New Age



New Age



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

New Age

New Age

Related