Template:Component: Difference between revisions

Template page
(Created page with "[[Component/{{{1}}}{{!}}{{#if:{{{2|}}}|{{{2|}}}|{{{1}}}}}]]<noinclude> Create a link to the named component. ===Quick example=== <pre> {{component|3 Bit Decoder}} </pre> {{component|3 Bit Decoder}} ===Full example=== You can also incude display text. <pre> {{component|3 Bit Decoder|The component that decodes 3 bits}} </pre> {{component|3 Bit Decoder|The component that decodes 3 bits}} </noinclude>")
(No difference)

Revision as of 09:58, 2 November 2023

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

Create a link to the named component.

Quick example

{{component|3 Bit Decoder}}

3 Bit Decoder

Full example

You can also incude display text.

{{component|3 Bit Decoder|The component that decodes 3 bits}}

The component that decodes 3 bits