Template:Component

Template page
Revision as of 09:58, 2 November 2023 by Gelthor (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[[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