Template:AchievementList/doc

From Modding of Isaac Wiki
Jump to navigation Jump to search

Example Usage

{{AchievementList/header}}
{{AchievementList
 | name        = Immoral Hearts
 | link        = Hearts
 | image       = ImmoralHeartUnlock.png
 | unlocked by = Defeat {{IconLink|o=o|Mom}} as {{Character|Fiend}}
}} {{AchievementList
 | name        = Jack Cards
 | image       = JackCardsUnlock.png
 | link        = Cards#Playing_Cards|Jack Cards
 | unlocked by = Defeat {{IconLink|o=o|Ultra Greedier}} as {{Character|Fiend}}
}}  {{AchievementList
 | name        = The Fiend Folio
 | image       = FiendFolioUnlock.png
 | unlocked by = Get every Hard Mode completion mark as {{Character|Fiend}}
}}  {{AchievementList
 | name        = The Bastard
 | unlocked by = Use {{IconLink|o=o|Red Key}} to open the hidden closet in {{IconLink|o=o|HomeIcon|Home}} as {{Character|Fiend}}
}}
|}

What everything means

Header

{{AchievementList/header}}

To start an achievement table you need to put this as the top it contains the needed information to format the table

Rest

The name is your achievements name The link is where you want the link that appears on name, if you don't define anything it will take name as a default argument (not recommended) The image is your achievement, if you don't define it will default to nameUnlock.png (not recommended) The unlocked by is your achievement unlock method, you can put anything here

Don't forget to put |} at the end so the table is closed and doesn't break anything

{{AchievementList
 | name        = Immoral Hearts
 | link        = Hearts
 | image       = ImmoralHeartUnlock.png
 | unlocked by = Defeat {{IconLink|o=o|Mom}} as {{Character|Fiend}}
}}
|}