The District of Joban Difference between revisions of "Template:InfoBox block"

Difference between revisions of "Template:InfoBox block"

Template page
m
Line 3: Line 3:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|250px]]</div>}} {{#if:{{{image_desc|}}}|<div class="infobox-imgdesc">{{{image_desc}}}</div>}}
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|250px]]</div>}} {{#if:{{{image_desc|}}}|<div class="infobox-imgdesc">{{{image_desc}}}</div>}}
{{#if:{{{general_category|}}}|<div class="infobox-category">{{{general_category}}}</div>}}
{{#if:{{{general_category|}}}|<div class="infobox-category">General Information</div>}}
<table>
<table>
{{#if:{{{id|}}}|<tr>
{{#if:{{{id|}}}|<tr>
Line 30: Line 30:
</tr>}}
</tr>}}
</table>
</table>
{{#if:{{{other_category|}}}|<div class="infobox-category">{{{other_category}}}</div>}}
{{#if:{{{other_category|}}}|<div class="infobox-category">Other Information</div>}}
<table>
<table>
{{#if:{{{since|}}}|<tr>
{{#if:{{{since|}}}|<tr>
Line 41: Line 41:
</tr>}}
</tr>}}
</table>
</table>
{{#if:{{{technical_category|}}}|<div class="infobox-category">{{{technical_category}}}</div>}}
{{#if:{{{technical_category|}}}|<div class="infobox-category">Technical Information</div>}}
<table>
<table>
{{#if:{{{class|}}}|<tr>
{{#if:{{{class|}}}|<tr>

Revision as of 18:13, 19 August 2022


Block Name
JCM Water Machine.png
Insert block images
General Information
Block ID jsblock:water_machine_1
Type Multipart
Transparent Yes
Hardness 2.0
Light Level 15
Other Information
Added in v1.0.0
Created by LX86


Infobox template for a JCM block

Template parameters

ParameterDescriptionTypeStatus
Block Nametitle

Name of the block

Stringoptional
Imageimage

Image name

Stringoptional
Image descriptionimage_desc

Image description

Stringoptional
General Categorygeneral_category

General Category

Stringoptional
Block IDid

The block ID of the block

Stringrequired
Item Groupitem_group

Item Group in creative menu

Stringoptional
Type of the blocktype

Block/Directional Block/Multipart

Suggested values
Block Directional Block Multipart
Stringoptional
Transparenttransparent

Whether Light passes through this block (Yes/No)

Stringoptional
Hardnesshardness

Hardness/Strength of a block

Numberoptional
Light Levellight_level

Light level of the block

Numberoptional
Other Categoryother_category

Other Category

Stringoptional
Versionsince

JCM Version that this block is added

Numberrequired
Authorauthor

The original creator of the block

Stringoptional
Technical Categorytechnical_category

Technical Category

Stringoptional
Class Nameclass_name

The internal class name

Stringoptional
Extendsextends

The class name that this block extends from

Stringoptional
Implementimplements

The class name that this block implements

Stringoptional