Template:Achievement

From Dead Cells Wiki
Jump to navigation Jump to search

Usage[edit]

{{Achievement
| icon = 
| name = 
| description = 
| xbox = 
| playstation = 
| identifier = 
| spoiler = 
| dlc = 
}}

Example[edit]

Icon Name Description Gamer Score Trophy
SpoilerAch.pngPromenadeAch.png Exclamation.png [Show achievement]Love the serenity... Contains spoilersTest ???100 ???Trophy bronze.png Bronze
GiantFlawlessAch.png David and Goliath...RotG Other test 10 Trophy platinum.png Platinum

Code[edit]

{| class="wikitable sortable" style="width: 80%"
|-
! Icon !! style="width: 30%" | Name !! style="width: 40%" | Description !! style="width: 13%" | Gamer Score !! style="width: 13%" | Trophy
{{Achievement
| icon = PromenadeAch.png
| name = Love the serenity...
| description = Test
| xbox = 100
| playstation = Bronze
| identifier = cool_achiv
| spoiler = Yes
}}
{{Achievement
| icon = GiantFlawlessAch.png
| name = David and Goliath...
| description = Other test
| xbox = 10
| playstation = Platinum
| identifier = cooler_achiv
| dlc = rotg
}}
|}