Template:Basic info: Difference between revisions
Jump to navigation
Jump to search
m more templating |
m changed it back I cant do ts anymore |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" style="margin:0;padding:0" | ||
|- | |- | ||
! colspan="2" | {{{name}}} | ! colspan="2" | {{{name}}} | ||
|- | |- | ||
| colspan="2" | {{{image}}} | | colspan="2" | {{{image}}} | ||
|- | |- | ||
| Dimensions || {{{size}}} | | Dimensions || {{{size}}} | ||
|- | |- | ||
| Line 16: | Line 16: | ||
|- | |- | ||
| Logic Out|| {{{logic_out}}} | | Logic Out|| {{{logic_out}}} | ||
|- | |- | ||
| Pipes|| {{{pipes}}} | | Pipes|| {{{pipes}}} | ||
|- | |- | ||
| Line 34: | Line 34: | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"size": {}, | "size": { | ||
"mass": {}, | "type": "number", | ||
"required": true | |||
}, | |||
"mass": { | |||
"type": "number", | |||
"required": true | |||
}, | |||
"cost": {}, | "cost": {}, | ||
"logic_in": {}, | "logic_in": {}, | ||
"logic_out": {}, | "logic_out": {}, | ||
"params": {} | "params": { | ||
"description": "When you select it, what can you change", | |||
"example": "Slider: max RPS <br> Boolean: Infrared", | |||
"type": "string" | |||
}, | |||
"power": {}, | |||
"pipes": {} | |||
}, | }, | ||
"description": "Template for basic block information, every block should have one of these", | "description": "Template for basic block information, every block should have one of these", | ||
Latest revision as of 00:51, 5 March 2026
| {{{name}}} | |
|---|---|
| {{{image}}} | |
| Dimensions | {{{size}}} |
| Mass | {{{mass}}} |
| Power | {{{power}}} |
| Cost | {{{cost}}} |
| Logic In | {{{logic_in}}} |
| Logic Out | {{{logic_out}}} |
| Pipes | {{{pipes}}} |
| 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 | Number | required |
| mass | mass | no description | Number | required |
| cost | cost | no description | Unknown | optional |
| logic_in | logic_in | no description | Unknown | optional |
| logic_out | logic_out | no description | Unknown | optional |
| params | params | When you select it, what can you change
| String | optional |
| power | power | no description | Unknown | optional |
| pipes | pipes | no description | Unknown | optional |