Jump to content

Template:Dress Up Infobox

From The Petit Planet Wiki
Revision as of 23:51, 14 November 2025 by Eleiyas (talk | contribs) (idk what tags is doing here, but I fixed the categorization stuff.)
Template documentation
Note: parts of or the entire template might not be visible without values provided.


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

    Incorrect XML markup. Please validate your XML

    Attributes construct error

    Tag definition is not properly terminated

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

    Opening and ending tag mismatch

  • 17
    <data source="quality">

    Extra content at the end of the document

  • 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