Template:EyesList/doc
From SpiralKnights
Contents
Parameters
Required
{{EyesList/start}}
- starts the template.
- name
- The full name of the item as seen in-game.
- acquisition
- where to get the eyes. Most eyes have more than one method of acquisition.
{{Table/end}}
- ends the template.
Optional
<br/> puts in line breaks without breaking template or page. This is prudent for acquisition section.
Usage
For organizing Eyes.
- Example
{{EyesList/start}}
{{EyesList
|name = Almond Eyes
|acquisition = When creating a new knight <br/> [[Vatel]] - 50,000 crowns <br/> [[Lockbox#Mirrored Lockbox|Mirrored Lockbox]]<br/>[[Lockbox#Iron Lockbox|Iron Lockbox]]
}}
{{Table/end}}
- Produces
|- valign="middle"
|style="background: #c7dbea; padding:3px; border-radius: 5px;" valign="top" | Almond Eyes |style="background: #c7dbea; padding:3px; border-radius: 5px;" | |style="background: #c7dbea; padding:3px; border-radius: 5px;" | When creating a new knightVatel - 50,000 crowns
Mirrored Lockbox
Iron Lockbox
|}