(Created page with "[[Level/{{{1}}} {{#if|{{{2|}}}|{{!}}{{{2|}}}}}]]<noinclude> Create a link to the named level. </noinclude>") |
m (Fixed typo) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Level/{{{1}}} {{#if | [[Level/{{{1}}}{{!}}{{#if:{{{2|}}}|{{{2|}}}|{{{1}}}}}]]<noinclude> | ||
Create a link to the named level. | Create a link to the named level. | ||
===Quick example=== | |||
<pre> | |||
{{Level|3 Bit Decoder}} | |||
</pre> | |||
{{Level|3 Bit Decoder}} | |||
===Full example=== | |||
You can also incude display text. | |||
<pre> | |||
{{level|3 Bit Decoder|The level where you create the three bit decoder component}} | |||
</pre> | |||
{{level|3 Bit Decoder|The level where you create the three bit decoder component}} | |||
</noinclude> | </noinclude> |
Latest revision as of 09:58, 2 November 2023
[[Level/{{{1}}}|{{{1}}}]]
Create a link to the named level.
Quick example[edit source]
{{Level|3 Bit Decoder}}
Full example[edit source]
You can also incude display text.
{{level|3 Bit Decoder|The level where you create the three bit decoder component}}
The level where you create the three bit decoder component