Template:DecorSet/Data
From Paw Borough Wiki
This is a template that contains important information used in Template:DecorSet, and should not be directly used on article page.
|id={{#switch: {{{2}}}
|title=TITLE
|items={{Card|TBA}}{{Card|TBA}}{{Card|TBA}}
}}
Add the above to the source code after "<!-- list starts -->" but before "<!-- list ends -->".
- "id" should always be lowercase to keep consistency. The name should be reasonable, as an example the cushion decor set has the id "cushion".
- "TITLE" is the visible title of the set. The name should be reasonable, as an example the cushion decor set can be titled "Cushion Decor".
- Items are added after
|items=and utilize the {{Card}} template. Items should be ordered alphabetically.
A completed example:
|cushion={{#switch: {{{2}}}
|title = Cushion Decor
|items = {{Card|Blue Cushion}}{{Card|Green Cushion}}
}}
