Template:Basic info: Difference between revisions
Jump to navigation
Jump to search
lemme see how this works |
made a template, lets see if it works |
||
| Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! colspan="2" | {{{name}}} | ||
|- | |- | ||
| | | colspan="2" | {{{image}}} | ||
|- | |- | ||
| | | Dimensions || {{{size}}} | ||
|- | |- | ||
| | | Mass|| {{{mass}}} | ||
|- | |- | ||
| | | Cost|| {{{cost}}} | ||
|- | |- | ||
| | | Logic In|| {{{logic_in}}} | ||
|- | |- | ||
| | | Logic Out|| {{{logic_out}}} | ||
|- | |||
| Parameters|| {{{params}}} | |||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"image": {}, | |||
"size": {}, | |||
"mass": {}, | |||
"cost": {}, | |||
"logic_in": {}, | |||
"logic_out": {}, | |||
"params": {} | |||
}, | |||
"description": "Template for basic block information, every block should have one of these", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 23:45, 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 | no description | Unknown | optional |
| image | image | no description | Unknown | 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 |