Template:Component: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 21: Line 21:
You can reference Alpha branch versions of the components by including <code>alpha</code> as the third parameter.
You can reference Alpha branch versions of the components by including <code>alpha</code> as the third parameter.
<pre>
<pre>
{{Component|3 Bit decoder||alpha}}
{{Component|3-bit decoder||alpha}}
{{Component|3 Bit decoder|The component that decodes 3 bits|alpha}}
{{Component|3-bit decoder|The component that decodes 3 bits|alpha}}
</pre>
</pre>


{{component|3 Bit decoder||alpha}}<br>
{{component|3-bit decoder||alpha}}<br>
{{component|3 Bit decoder|The component that decodes 3 bits|alpha}}
{{component|3-bit decoder|The component that decodes 3 bits|alpha}}
</noinclude>
</noinclude>

Latest revision as of 05:26, 14 January 2025

[[Component/{{{1}}}|{{{1}}}]]

Create a link to the named component.

Quick example[edit source]

{{Component|3 Bit Decoder}}

3 Bit decoder

Full example[edit source]

You can also incude display text.

{{Component|3 Bit decoder|The component that decodes 3 bits}}

The component that decodes 3 bits

Alpha branch[edit source]

You can reference Alpha branch versions of the components by including alpha as the third parameter.

{{Component|3-bit decoder||alpha}}
{{Component|3-bit decoder|The component that decodes 3 bits|alpha}}

3-bit decoder
The component that decodes 3 bits