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 ]

Difference between revisions of "Template:FashionShow"

From Project 1999 Wiki
Jump to: navigation, search
Line 1: Line 1:
<noinclude>===Description===
+
<noinclude>==Description==
 
This is the template page for a "fashion show" (a screenshot of a character demonstrating a particular fashion category).  For example:
 
This is the template page for a "fashion show" (a screenshot of a character demonstrating a particular fashion category).  For example:
  
Line 11: Line 11:
 
}}
 
}}
 
{{FashionShowEnd}}
 
{{FashionShowEnd}}
 
+
==Code==
 
To use it add the following code but replace the values with the appropriate ones for your screenshot:
 
To use it add the following code but replace the values with the appropriate ones for your screenshot:
 
<pre>
 
<pre>
Line 24: Line 24:
 
{{FashionShowEnd}}
 
{{FashionShowEnd}}
 
</pre>
 
</pre>
 
+
==Uploading Screenshots ==
 
To upload the screenshot first save the template code on a category page, with a file name of your choice.  The file name will become a red link, and you can click it to go to a page to upload the file.
 
To upload the screenshot first save the template code on a category page, with a file name of your choice.  The file name will become a red link, and you can click it to go to a page to upload the file.
  
 
To include a second image add a "file2" line.
 
To include a second image add a "file2" line.
  
 +
==Combining Multiple Fashion Show Templates==
 
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:
 
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:
  

Revision as of 15:51, 3 May 2019

Contents

Description

This is the template page for a "fashion show" (a screenshot of a character demonstrating a particular fashion category). For example:

 

Code

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}}

Uploading Screenshots

To upload the screenshot first save the template code on a category page, with a file name of your choice. The file name will become a red link, and you can click it to go to a page to upload the file.

To include a second image add a "file2" line.

Combining Multiple Fashion Show Templates

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}}