Template:AdvancementTable

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]

{{AdvancementTable}} is used to set the header and footer for the table.

{{{1}}} is the only parameter. Setting it to foot closes the table, any other value sets the header for the table.

Example[edit source]

Input:

{{AdvancementTable|This is the header}}
{{AdvancementRow
|title=Bullseye
|bg=fancy
|Target
|Hit the bullseye of a Target block from at least 30 meters away
|Take Aim
|Be at least 30 blocks away horizontally when the center of a [[target]] is shot with a projectile by the player.
|adventure/bullseye
|{{xp|50}} [[experience]]
}}
{{AdvancementTable|foot}}

Result:

This is the header
IconAdvancementIn-game descriptionParentActual requirements (if different)Resource locationRewards
BullseyeHit the bullseye of a Target block from at least 30 meters awayTake AimBe at least 30 blocks away horizontally when the center of a target is shot with a projectile by the player.adventure/bullseye50XP experience

See also[edit source]

[view] [edit] [history] [refresh]The above documentation is transcluded from Template:AdvancementTable/doc.