Template:AdvancementRow

Jump to navigation Jump to search
Documentation[view] [edit] [history] [refresh]
This template uses Module:Advancement, a script written in Lua.

Using this template, you can create tables like those commonly used in the “Advancements” section of articles and on the Advancement page.

Usage[edit source]

To use this template, replace the note after each | with what is specified.

{{AdvancementRow
 |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
}}

Table parameters[edit source]

Use {{AdvancementTable}} to set headers and footers around content.

Example[edit source]

{{AdvancementTable|Example Table}}
{{AdvancementRow
 |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
}}
{{AdvancementTable|foot}}

Produces:

Example Table
IconAdvancementIn-game descriptionParentActual requirements (if different)Resource locationRewards
Zombie DoctorWeaken and then cure a zombie villagerWe Need to Go DeeperThrow 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
[view] [edit] [history] [refresh]The above documentation is transcluded from Template:AdvancementRow/doc.