Template:Infobox craft type/doc: Difference between revisions

From BBBBT
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<syntaxhighlight lang="html" style="overflow:auto">
{{Infobox craft type
{{Infobox craft type
|name                    = Ship <?-- test -->
|name                    = Ship
|craft_images            = supersteef2000.jpg
|craft_images            = ENS Kyoshi.png
|image_size              = 20
|image_size              = 266
|image_alt              =  
|image_alt              =  
|image_caption          = A Stalin shaped ship
|image_caption          = The [[ENS Kyoshi]], an example of a ship.
|minimum_size            =  
|minimum_size            = 10
|maximum_size            =  
|maximum_size            = 100,000
|can_fly                =  
|can_fly                = No
|height_limit            =  
|height_limit            = 80
|height_above_ground    =  
|height_above_ground    =  
|speed                  =  
|speed                  = 4
|block_requirements      =  
|block_requirements      = {{unbulleted list
|classes                =  
    | 25%-100% planks
|first_implemented      =  
    | 0%-1% anvils
    | 0%-1% obsidian
}}
|classes                = {{unbulleted list
    |[[Kirov]]
    |[[Stoneclad]]
}}
|first_implemented      = December 2020
|footnotes              =  
|footnotes              =  
}}
}}
</syntaxhighlight>
=== Example of a filled out template ===
<pre>
{{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              =
}}
</pre>
=== Empty template ===
<pre>
{{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 -->
}}
</pre>

Latest revision as of 22:38, 21 August 2022

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