Template:FashionShow
Introduction
This is the template page for a "fashion show" (a screenshot of a character demonstrating a particular fashion category for a particular race/gender).
Example
[edit]Code
[edit]To use it add the following code but replace the values with the appropriate ones for your screenshot:
{{FashionShow
|file=Female Human Sly Summoner's Robe.png
|gender=Female
|race=Human
|armor= A [[Sly Summoner's Robe]]
|fashion=Crimson Robe of Alendine
|tint=Cyan / Aqua
}}
{{FashionShowEnd}}
Fields
[edit]One note: none of these fields should contain wiki-links (brackets), except for the "armor" field (that field doesn't auto-link because it can contain stuff like "Full suit of ___ except for boots which are ____") and the "multirace" field.
- race: The race of the character in the screen shot
- gender: The gender of the character in the screen shot
- multirace: (optional) Very rarely (usually when the player has access to Illusions) screenshots feature multiple races wearing the same gear; in this case the "multirace" field can be used instead of race to specify all the races listed
- armor: The armor set or individual pieces the character is wearing, preferably with links added
- fashion:' The fashion category this screenshot demonstrates
- tint: (optional) The fashion tint category this screenshot demonstrates (if any)
- file: The name of the screenshot file
- file2: (optional) The name of the second screenshot file
Uploading Screenshots
[edit]To upload the screenshot first save (or preview) the template code on a category page, using a file name of your choice. That file name will appear as a red link in the page: when you can click that link, you will be taken to a page where you can upload the file itself.
Two Image Fashion Shows
[edit]To include a second image add a "file2" line. For example:
{{FashionShow
|file=EruditeSteelsilkfront.jpg
|file2=EruditeSteelsilkback.jpg
|gender=Male
|race=Erudite
|armor=[[Steelsilk Breastplate]]
|fashion=Velious Plate 1
|tint=Silver Sand
}}
{{FashionShowEnd}}
Multi-Race Fashion Shows
[edit]If a single image contains multiple races you can use the "multirace" field, like so:
{{FashionShow
|file=Troubadours.png
|gender=Male
|multirace=[[Wood Elf]], [[Dark Elf]], [[High Elf]], [[Barbarian]]
|armor=[[Troubadour's Breastplate|Troubadour's Armor]]
|fashion=Velious Plate 2
|tint=Cherrywood
}}{{FashionShowEnd}}
Combining Multiple Fashion Show Templates
[edit]To use two or more of these templates together put no space between them (the code looks ugly but the resulting page looks better that way) and only use a single FashionShowEnd template at the very end, like so:
{{FashionShow
|file=Robe of Benevolence Gnome.jpg
|gender=Male
|race=Gnome
|armor= A [[Robe of Benevolence]]
|fashion=Crimson Robe of Alendine
|tint=Zest Orange
}}{{FashionShow
|file=Female Human Sly Summoner's Robe.png
|gender=Female
|race=Human
|armor= A [[Sly Summoner's Robe]]
|fashion=Crimson Robe of Alendine
|tint=Cyan / Aqua
}}
{{FashionShowEnd}}