Template:Component: Difference between revisions

Template page
No edit summary
m (Alpha branch components under "Components/" (pluralized))
 
Line 1: Line 1:
[[{{#ifeq:{{{3|}}}|alpha|Alpha Branch/}}Component/{{{1}}}{{!}}{{#if:{{{2|}}}|{{{2|}}}|{{{1}}}}}]]<noinclude>
[[{{#ifeq:{{{3|}}}|alpha|Alpha Branch/Components/|Component/}}{{{1}}}{{!}}{{#if:{{{2|}}}|{{{2|}}}|{{{1}}}}}]]<noinclude>


Create a link to the named component.
Create a link to the named component.

Latest revision as of 09:38, 19 February 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