Template:Infobox component/Documentation: Difference between revisions

Template page
(Created page with "==Usage== <pre> {{Infobox component | component = In game name. Optional, defaults to subpage name | image = Defaults to "Component {{{componet}}}.png" | 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) }} </pre> ==Example== <pre> {{Infobox component |...")
 
(Add nofloat option)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
<pre>
<pre>
{{Infobox component
{{Infobox component
| component   = In game name. Optional, defaults to subpage name
| component     = In-game display name. Optional, defaults to subpage name
| image       = Defaults to "Component {{{componet}}}.png"
| internal-enum = Internal unique ID. Optional, defaults to {{{component}}}.
| width       = One of 1; 8; 16; 32; 64 (Optional)
| image         = Defaults to "Component {{{internal-enum}}}.png"
| type         = One of 1bit; 8bit; 16bit; 32bit; 64bit; io; (Required)
| bit-width     = One of 1; 8; 16; 32; 64 (Optional)
| subtype     = One of display; logic; math; probe; ram; sandb (Optional)
| type         = One of 1bit; 8bit; 16bit; 32bit; 64bit; io; (Required)
| prerequisite = Level that unlocks this componennt (Optional)
| 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
| nofloat      = Set to 1, or any value, to prevent the table from floating on the right hand side
}}
}}
</pre>
</pre>
Line 14: Line 17:
<pre>
<pre>
{{Infobox component
{{Infobox component
| component   = 8 Bit NAND
| component     = 8 Bit NAND
| image       = Component 8 Bit NAND.png
| internal-enum = Nand8
| width       = 8
| image         = Component Nand8.png
| type         = 8bit
| bit-width     = 8
| subtype     = logic
| type         = 8bit
| prerequisite = Logic Engine
| subtype       = logic
| prerequisite = Logic Engine
}}
}}
</pre>
</pre>
{{Infobox component
{{Infobox component
| component   = 8 Bit NAND
| component     = 8 Bit NAND
| image       = Component 8 Bit NAND.png
| internal-enum = Nand8
| width       = 8
| image         = Component Nand8.png
| type         = 8bit
| bit-width     = 8
| subtype     = logic
| type         = 8bit
| prerequisite = Logic Engine
| subtype       = logic
| prerequisite = Logic Engine
| nocategory    = 1
}}
}}


Line 34: Line 40:
<pre>
<pre>
{{Infobox component
{{Infobox component
| component   = <!-- In game name. Optional, defaults to subpage name -->
| component     = <!-- In-game display name. Optional, defaults to subpage name -->
| image       = <!-- Defaults to "Component {{{componet}}}.png" -->
| internal-enum = <!-- Internal unique ID. Optional, defaults to {{{component}}} -->
| width       = <!-- One of 1; 8; 16; 32; 64 (Optional) -->
| image         = <!-- Defaults to "Component {{{internal-enum}}}.png" -->
| type         = <!-- One of 1bit; 8bit; 16bit; 32bit; 64bit; io; (Required) -->
| bit-width     = <!-- One of 1; 8; 16; 32; 64 (Optional) -->
| subtype     = <!-- One of display; logic; math; probe; ram; sandb (Optional) -->
| type         = <!-- One of 1bit; 8bit; 16bit; 32bit; 64bit; io; (Required) -->
| prerequisite = <!-- Level that unlocks this componennt (Optional) -->
| 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 -->
| nofloat      = <!-- Set to 1, or any value, to prevent the table from floating on the right hand side .-->}}
</pre>
</pre>

Latest revision as of 10:46, 8 September 2024

Usage[edit source]

{{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
| nofloat       = Set to 1, or any value, to prevent the table from floating on the right hand side
}}

Example[edit source]

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

Skeleton[edit source]

{{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 -->
| nofloat       = <!-- Set to 1, or any value, to prevent the table from floating on the right hand side .-->}}