Template:Infobox craft type: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{Infobox | ||
| child = {{yesno|{{{embed|}}}}} | | child = {{yesno|{{{embed|}}}}} | ||
| templatestyles = Infobox craft type/styles.css | | templatestyles = Infobox craft type/styles.css | ||
| Line 19: | Line 19: | ||
<!--***Craft details*** --> | <!--***Craft details*** --> | ||
| rowclass2 = | | rowclass2 = mergedtoprow | ||
| header2 = {{#if:{{{minimum_size|}}}{{{maximum_size|}}}{{{can_fly|}}}{{{height_limit|}}}{{{height_above_ground|}}}{{{cruise_speed|}}}|Craft details}} | | header2 = {{#if:{{{minimum_size|}}}{{{maximum_size|}}}{{{can_fly|}}}{{{height_limit|}}}{{{height_above_ground|}}}{{{cruise_speed|}}}|Craft details}} | ||
| Line 51: | Line 51: | ||
<!-- ***Miscellaneous information*** --> | <!-- ***Miscellaneous information*** --> | ||
| rowclass10 = | | rowclass10 = mergedtoprow | ||
| header10 = Miscellaneous information | | header10 = Miscellaneous information | ||
| Line 65: | Line 65: | ||
| belowrowclass = mergedtoprow | | belowrowclass = mergedtoprow | ||
| below = {{{footnotes|}}} | | below = {{{footnotes|}}} | ||
}} | }} </includeonly><noinclude> | ||
{{documentation}} | |||
<!--Please add this template's categories to the /doc subpage, not here - thanks!--> | |||
</noinclude> | |||
Revision as of 21:30, 21 August 2022
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
Ship | |
|---|---|
Craft type | |
The ENS Kyoshi, an example of a ship. | |
| Craft details | |
| Minimum size | 10 |
| Maximum size | 100,000 |
| Can fly | No |
| Height limit | 80 |
| Speed | 4 |
| Block requirements |
|
| Miscellaneous information | |
| Classes | |
| First implemented | December 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 -->
}}