Template:AccessorySet/Data: Difference between revisions

From Paw Borough Wiki
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
'''This is a non-article template that contains important information used in [[:Template:AccessorySet]], and should not be directly used on article page.'''
'''This is a template that contains important information used in [[:Template:AccessorySet]], and should not be directly used on article page.'''


<pre>
<pre>
Line 25: Line 25:
* Rainbow Hanfu
* Rainbow Hanfu
-->
-->
[[Category:Set Template Data]]
[[Category:Set Templates Data]]
</noinclude><includeonly>{{#switch: {{{1}}}
</noinclude><includeonly>{{#switch: {{{1}}}
<!-- list starts  -->
<!-- list starts  -->

Latest revision as of 15:16, 25 August 2026

This is a template that contains important information used in Template:AccessorySet, and should not be directly used on article page.

|id={{#switch: {{{2}}}
|title=TITLE
|items={{Card|TBA|acc=y}}{{Card|TBA|acc=y}}{{Card|TBA|acc=y}}
}}

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 filigree accessory set has the id "filigree".
  • "TITLE" is the visible title of the set. The name should be reasonable, as an example the filigree set can be titled "Filigree Jewelry".
  • Items are added after |items= and utilize the {{Card}} template. Every card should have the |acc= parameter present and populated with "y", "true", or "yes". The name of the accessory should be trimmed to omit any dye colors. "White Filigree Teardrops" should be just "Filigree Teardrops". Items should be ordered alphabetically.

A completed example:

|filigree={{#switch: {{{2}}}
|title=Filigree Jewelry
|items={{Card|Filigree Collar|acc=y}}{{Card|Filigree Tailpiece|acc=y}}{{Card|Filigree Teardrops|acc=y}}
}}