Template:ConfettiList/doc
From SpiralKnights
Contents
Parameters
Required
{{ConfettiList/start}}
- starts the template
- name
- The true name of the item as seen in-game.
- type
- The type of confetti. To date, types include:
- Bubbles
- Bucket
- Confetti
- Caller
- Firework
- Flare
- Snowball
- description
- The description of the item as seen in the tooltip in-game.
- acquisition
- Where to get the item. Usually a prize box, sometimes a token trader, rarely the Featured Auction House, etc.
{{Table/end}}
- ends the template.
Optional
Usage
For organizing Confetti.
- Example
{{ConfettiList/start}}
{{ConfettiList
|name= Confetti
|type = Confetti
|description = Use this item to throw it into the air and celebrate good times. Come on!
|acquisition = [[Bulky]] during [[Caketastrophe]]<br/><br/>Several different [[Prize Box]]es
}}
{{Table/end}}
- Produces
|- valign="top"
| style="background: #c7dbea; padding: 3px 3px 3px 3px; border-radius: 5px;" || style="background: #c7dbea; padding: 3px 3px 3px 3px; border-radius: 5px;" valign="middle" align="center" | Confetti
| style="background: #c7dbea; padding: 3px 3px 3px 3px; border-radius: 5px;" valign="middle" align="center" | Bulky during Caketastrophe
Several different Prize Boxes
| style="background: #c7dbea; padding: 3px 3px 3px 3px; border-radius: 5px;" valign="top" align="left" | Description: Use this item to throw it into the air and celebrate good times. Come on!
|}