Template:Basic info: Difference between revisions
Jump to navigation
Jump to search
made a template, lets see if it works |
m guh |
||
| Line 21: | Line 21: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"image": {}, | "description": "The text that goes at the top of the table", | ||
"example": "Small Engine", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"description": "Thumbnail for the block", | |||
"type": "wiki-file-name" | |||
}, | |||
"size": {}, | "size": {}, | ||
"mass": {}, | "mass": {}, | ||
Revision as of 23:46, 4 March 2026
| {{{name}}} | |
|---|---|
| {{{image}}} | |
| Dimensions | {{{size}}} |
| Mass | {{{mass}}} |
| Cost | {{{cost}}} |
| Logic In | {{{logic_in}}} |
| Logic Out | {{{logic_out}}} |
| Parameters | {{{params}}} |
Template for basic block information, every block should have one of these
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | The text that goes at the top of the table
| String | optional |
| image | image | Thumbnail for the block | File | optional |
| size | size | no description | Unknown | optional |
| mass | mass | no description | Unknown | optional |
| cost | cost | no description | Unknown | optional |
| logic_in | logic_in | no description | Unknown | optional |
| logic_out | logic_out | no description | Unknown | optional |
| params | params | no description | Unknown | optional |