Jump to content
This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Template:FashionShow

From p99 Backup

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]
{{#if: |File:Female Human Sly Summoner's Robe.png[[File:{{{file2}}}|195px|link=Special:FilePath/{{{file2}}}]]|File:Female Human Sly Summoner's Robe.png}}
Female {{#if: Human |Human|Unknown}}
Crimson Robe of Alendine{{#if: Cyan / Aqua |, with Cyan / Aqua tint}}

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}}
Male {{#if: Erudite |Erudite|Unknown}}
Velious Plate 1{{#if: Silver Sand |, with Silver Sand tint}}


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}}
{{#if: |File:Troubadours.png[[File:{{{file2}}}|195px|link=Special:FilePath/{{{file2}}}]]|File:Troubadours.png}}
Male {{#if: |[[{{{race}}}]]|Wood Elf, Dark Elf, High Elf, Barbarian}}
Velious Plate 2{{#if: Cherrywood |, with Cherrywood tint}}

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}}
{{#if: |File:Robe of Benevolence Gnome.jpg[[File:{{{file2}}}|195px|link=Special:FilePath/{{{file2}}}]]|File:Robe of Benevolence Gnome.jpg}}
Male {{#if: Gnome |Gnome|Unknown}}
Crimson Robe of Alendine{{#if: Zest Orange |, with Zest Orange tint}}
{{#if: |File:Female Human Sly Summoner's Robe.png[[File:{{{file2}}}|195px|link=Special:FilePath/{{{file2}}}]]|File:Female Human Sly Summoner's Robe.png}}
Female {{#if: Human |Human|Unknown}}
Crimson Robe of Alendine{{#if: Cyan / Aqua |, with Cyan / Aqua tint}}