Template:Infobox craft type/doc

From BBBBT
Jump to navigation Jump to search
Ship
Craft type
The ENS Kyoshi, an example of a ship.
The ENS Kyoshi, an example of a ship.
Craft details
Minimum size10
Maximum size100,000
Can flyNo
Height limit80
Speed4
Block requirements
  • 25%-100% planks
  • 0%-1% anvils
  • 0%-1% obsidian
Miscellaneous information
Classes
First implementedDecember 2020

Example of a filled out template

{{Infobox craft type
|name                    = Ship
|craft_images            = 
|image_size              = 266
|image_alt               = 
|image_caption           = The [[ENS Kyoshi]], an example of a ship.
|minimum_size            = 10
|maximum_size            = 100,000
|can_fly                 = No
|height_limit            = 80
|height_above_ground     = 
|speed                   = 4
|block_requirements      = {{unbulleted list
    | 25%-100% planks
    | 0%-1% anvils
    | 0%-1% obsidian
 }}
|classes                 = {{unbulleted list
    |[[Kirov]]
    |[[Stoneclad]]
 }}
|first_implemented       = December 2020
|footnotes               = 
}}

Empty template

{{Infobox craft type
|name                    = <!-- Name of the craft type -->
|craft_images            = <!-- One or more example images of the craft type -->
|image_size              = <!-- The width of the image, ideally sums up to 266 (includes spacing in case of multiple images) -->
|image_alt               = <!-- Image alt text -->
|image_caption           = <!-- Image caption -->
|minimum_size            = <!-- Minimum size of the craft type -->
|maximum_size            = <!-- Maximum size of the craft type -->
|can_fly                 = <!-- Whether the craft type can fly or not -->
|height_limit            = <!-- How high the craft type can go before being pushed down -->
|height_above_ground     = <!-- How high above the ground the craft type can go before being pushed down -->
|speed                   = <!-- The speed or cruise speed of the craft type (prefer cruise speed) -->
|block_requirements      = <!-- An unbulleted list of all move blocks and fly blocks required to move, including limits on, for example, obsidian -->
|classes                 = <!-- Known classes of the craft type, should be an unbulleted list if multiple (see infobox above for an example) -->
|first_implemented       = <!-- The date the craft was first implemented on the server -->
|footnotes               = <!-- Footnotes -->
}}