Template:Dress Up Infobox
Template page
More actions
Template documentation
Note: parts of or the entire template might not be visible without values provided.
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
Infobox for Dress Up items.
Syntax
{{Outfit Infobox
|name = Page Name
|number = Sorting Number
|image = [Image].png
|category = Outfit/Styling
|type = Headwear/Skin Tone
|quality = Quality Color
|set = Set (If Any)
|sellPrice = Sell Price at Glenn's
|source = Source of Item
}}
Example
There is a problem with parsing the infobox
-
0
-
1<title source="title">
-
2<default>{{PAGENAME|{{{title}}}}}</default>
-
3</title>
-
4<image source="image">
-
5<caption source="caption-image"/>
-
6</image>
-
7<group layout="horizontal>
-
8<data source="category">
-
9<label>Category</label>
-
10<format>[[{{{category}}}]]</format>
-
11</data>
-
12<data source="type">
-
13<label>Type</label>
-
14<format>[[{{{type}}}]]</format>
-
15</data>
-
16</group>
-
17<data source="quality">
-
18<label>Quality</label>
-
19</data>
-
20<data source="set">
-
21<label>Set</label>
-
22<format>[[{{{set}}}]]</format>
-
23</data>
-
24<data source="tags">
-
25<label>Tags</label>
-
26<format>{{List|{{{tags}}}}}</format>
-
27</data>
-
28<data source="source">
-
29<label>Source</label>
-
30<format>{{List|{{{source}}}}}</format>
-
31</data>
-
32<data source="sell">
-
33<label>Selling Price</label>
-
34<format>{{Item|Dough|x={{{sell}}}}}</format>
-
35</data>
-
36