![]() |
VOOZH | about |
{{AdvancementRow}} instead.Using this template, you can create tables like those commonly used in the “Advancements” section of articles and on the Advancement page.
To use this template, replace the note after each | with what is specified.
{{advancements
|category=Category of advancement
|title=Name of advancement
|bg=Specify the background ("plain", "fancy", "oval"). Background default to "plain"
|upcoming=Version where this advancement will be introduced. Places an {{t|upcoming}} tag in the Title column.
|until=Version where this advancement will be removed. Places an {{t|until}} tag in the Title column.
|Put name of the grid icon for the advancement here
|Word-for-word in-game description
|Advancements ahead this one, defaults to "None"
|If the in-game description is not obvious, explain here
|PC Internal ID, defaults to "—"
|Rewards given when achieved, only shows if the parameter {{{prize}}} is set in the first table of the group
}}
To group multiple advancements templates into one table, you also need to set |head= in the first template of the table, and |foot= in the last.
{{Advancements
|category= [[File:Grass Block.png|16px]] Minecraft
|title=Zombie Doctor
|bg=oval
|Golden Apple
|Weaken and then cure a zombie villager
|We Need to Go Deeper
|Throw a splash potion of weakness at a zombie villager and give it a golden apple (by facing the zombie and pressing the {{control|use}} key with a golden apple in your hand).
|story/cure_zombie_villager
}}
Produces:
| Icon | Advancement | In-game description | Parent | Actual requirements (if different) | Identifier |
|---|---|---|---|---|---|
| 👁 Image 👁 Image | Zombie Doctor | Weaken and then cure a zombie villager | We Need to Go Deeper | Throw a splash potion of weakness at a zombie villager and give it a golden apple (by facing the zombie and pressing the use key with a golden apple in your hand). | story/cure_zombie_villager{"anchor": "", "title": "Zombie Doctor", "icon": "Golden Apple
", "icon-style": "oval", "title": "Zombie Doctor", "description": "Weaken and then cure a zombie villager
", "parent": "We Need to Go Deeper
", "requirements": "Throw a splash potion of weakness at a zombie villager and give it a golden apple (by facing the zombie and pressing the <span class="explain" title="Defaults to right click on mouse or left trigger on controller.">use</span> key with a golden apple in your hand).
", "resourcelocation": "story/cure_zombie_villager
", "rewards": "" } |
Make sure to include a header if you do use this template though, sice the collapsible "Hide" button will break the table header (as seen above) if you don't.