(Added internal-enum) |
m (Fixed typo) |
||
Line 17: | Line 17: | ||
{{Infobox component | {{Infobox component | ||
| component = 8 Bit NAND | | component = 8 Bit NAND | ||
| internal-enum = Nand8 | | internal-enum = Nand8 | ||
| image = Component Nand8.png | | image = Component Nand8.png | ||
| bit-width = 8 | | bit-width = 8 | ||
Line 27: | Line 27: | ||
{{Infobox component | {{Infobox component | ||
| component = 8 Bit NAND | | component = 8 Bit NAND | ||
| internal-enum = Nand8 | | internal-enum = Nand8 | ||
| image = Component Nand8.png | | image = Component Nand8.png | ||
| bit-width = 8 | | bit-width = 8 |
Revision as of 11:10, 31 August 2024
Usage
{{Infobox component | component = In-game display name. Optional, defaults to subpage name | internal-enum = Internal unique ID. Optional, defaults to {{{component}}}. | image = Defaults to "Component {{{internal-enum}}}.png" | bit-width = One of 1; 8; 16; 32; 64 (Optional) | type = One of 1bit; 8bit; 16bit; 32bit; 64bit; io; (Required) | subtype = One of display; logic; math; probe; ram; sandb (Optional) | prerequisite = Level that unlocks this component (Optional) | nocategory = Set to 1, or any value, to prevent the page from being included in any of the compoment categories }}
Example
{{Infobox component | component = 8 Bit NAND | internal-enum = Nand8 | image = Component Nand8.png | bit-width = 8 | type = 8bit | subtype = logic | prerequisite = Logic Engine }}
Width | 8 |
---|---|
Type | 8bit / logic |
Unlocked by | Logic Engine |
Internal ID | Nand8 |
Skeleton
{{Infobox component | component = <!-- In-game display name. Optional, defaults to subpage name --> | internal-enum = <!-- Internal unique ID. Optional, defaults to {{{component}}} --> | image = <!-- Defaults to "Component {{{internal-enum}}}.png" --> | bit-width = <!-- One of 1; 8; 16; 32; 64 (Optional) --> | type = <!-- One of 1bit; 8bit; 16bit; 32bit; 64bit; io; (Required) --> | subtype = <!-- One of display; logic; math; probe; ram; sandb (Optional) --> | prerequisite = <!-- Level that unlocks this component (Optional) --> | nocategory = <|-- Set to 1, or any value, to prevent the page from being included in the Guide Category -->