I'm going to explain a basic breakdown of the cargo templates. Using the clothes ones as an example. I still have to write up the documentation for the some of them, especially the ClothesList
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesList
**ClothesList **This is used to make the cargo table itself. It's where the headers are, but some of them are in IF statements, so that it's not used.
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesList/Header
ClothesList/Header This is used to make the little count header above the lists. Use the same settings as you use in ClothesList. You can omit |order = (since it's just an item count)
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow/Event
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow/Full
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow/Simple
These make the rules about how the data is displayed in the table. They each have a different number of columns.
**ClothesListRow **is for regular item lists. It doesn't have the event column
**ClothesList/Event **adds the event column, it's for event lists
ClothesList/Simple is used for the Balloons and Character Hats. It only has the columns for image, name, source and that they're not dyeable
**ClothesList/Full **adds a Type column (shirt, dress, etc) It is only used on the
The **ClothesList **template picks one to use based on parameters entered.
|event = y Use to make event lists (you can write anything here. I usually use y. If you're trying to list items from a old event that was replaced, what you type in event must match event name
For example:
|event = Launch Event |eventname = Launch Event
If you use either it will make it simple
|type = Balloons |type = Character Hats
ClothesList/Full is used on the Full item list. It not automatic