Template:Dress Up Infobox: Difference between revisions
Appearance
ReisuDesign (talk | contribs) Created page with "<includeonly><infobox> <title source="title"> <default>{{PAGENAME|{{{title}}}}}</default> </title> <image source="image"> <caption source="caption-image"/> </image> <group layout="horizontal> <data source="category"> <label>Category</label> <format>[[{{{category}}}]]</format> </data> <data source="type"> <label>Type</label> <format>[[{{{type}}}]]</format> </data> </group> <data source="quality"> <label>Quality</label> <..." |
idk what tags is doing here, but I fixed the categorization stuff. |
||
| Line 37: | Line 37: | ||
</infobox><!-- | </infobox><!-- | ||
-->{{Namespace|main=<!-- | -->{{Namespace|main=<!-- | ||
-->[[Category:Dress Up | -->[[Category:Dress Up]]<!-- | ||
ID | |||
-->{{#if:{{{category|}}}|[[Category:{{{category}}} | -->{{#if:{{{id|}}}|[[Category:Dress Up Items|{{{id|}}}]]|[[Category:Dress Up Items]][[Category:Dress Up Items Missing ID]]}}<!-- | ||
Category | |||
-->{{#if:{{{category|}}}|[[Category:{{{category}}}]]}}<!-- | |||
Type | |||
-->{{#if:{{{type|}}}|[[Category:{{{type}}}]]}}<!-- | -->{{#if:{{{type|}}}|[[Category:{{{type}}}]]}}<!-- | ||
Tags | |||
-->{{#if:{{{tags|}}}|{{Cat List|{{{tags}}}|{item} Dress Up|{{#if:{{{category|}}}|[[Category:{item} {{{category}}}]]}}{{#if:{{{type|}}}|[[Category:{item}{{{type}}}]]}}}}}}<!-- | -->{{#if:{{{tags|}}}|{{Cat List|{{{tags}}}|{item} Dress Up|{{#if:{{{category|}}}|[[Category:{item} {{{category}}}]]}}{{#if:{{{type|}}}|[[Category:{item}{{{type}}}]]}}}}}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
--></includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | --></includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | ||
Revision as of 23:51, 14 November 2025
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