Template:Infobox component/Documentation

Template page
Revision as of 01:05, 14 November 2023 by Gelthor (talk | contribs) (Renamed parameters)

Usage

{{Infobox component
| component    = In game name. Optional, defaults to subpage name
| image        = Defaults to "Component {{{componet}}}.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 componennt (Optional)
}}

Example

{{Infobox component
| component    = 8 Bit NAND
| image        = Component 8 Bit NAND.png
| bit-width    = 8
| type         = 8bit
| subtype      = logic
| prerequisite = Logic Engine
}}
8 Bit NAND
Width 8
Type 8bit / logic
Unlocked by Logic Engine

Skeleton

{{Infobox component
| component    = <!-- In game name. Optional, defaults to subpage name -->
| image        = <!-- Defaults to "Component {{{componet}}}.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 componennt (Optional) -->
}}