Template:HeadTable

From Dead Cells Wiki
Jump to navigation Jump to search

Usage[edit]

{{HeadTable
| name = 
| icon = 
| description = 
| hint = 
| unlock_condition = 
| note = 
| showcase = 
| dlc = 
| identifier = 
| spoiler = 
}}

Example[edit]

Icon Name Description Hint Unlock Condition In-game appearance
Classic Outfit Icon.png
Classic Outfit You went through a lot with this one, and will most likely go through a lot more.This is a test

Outfits

Use XYZ. Use Sword.
Classic Outfit.png
Faithful Hand of the King Outfit Icon.png
Faithful Hand of the King Outfit One outfit to protect them all.This is another test

The Collector

Drops from XYZ. Exclamation.png
[Reveal]
Drops from The Hand of the King
Faithful Hand of the King Outfit.png
Spoiler Head Icon.png
Classic Giant Outfit Icon.png
???Classic Giant OutfitRotG Contains spoilersYour very own oversized suit, David Byrne-style!Yet another test Big guy. Exclamation.png
[Reveal]
Drops from The Giant
Spoiler Outfit.png
Classic Giant Outfit.png

Code[edit]

{| class="wikitable sortable" style="text-align:center"
|+
!Icon
!Name
!Description
!Hint
!Unlock Condition
!In-game appearance
{{HeadTable
| name = Classic Outfit
| description = You went through a lot with this one, and will most likely go through a lot more.
| hint = Use XYZ.
| unlock_condition = Use Sword.
| note = This is a test

[[Outfits]]
| dlc = 
| identifier = 
| spoiler = 
}}
{{HeadTable 
| name = Faithful Hand of the King Outfit
| description = One outfit to protect them all.
| hint = Drops from XYZ.
| unlock_condition = Drops from [[The Hand of the King]]
| note = This is another test

[[The Collector]]
| dlc = 
| identifier = test
| spoiler = minor
}}
{{HeadTable
| name = Classic Giant Outfit
| description = Your very own oversized suit, David Byrne-style!
| hint = Big guy.
| unlock_condition = Drops from [[The Giant]]
| note = Yet another '''test'''
| dlc = RotG
| identifier = 
| spoiler = major
}}
|}