Template:Level: Difference between revisions

Template page
mNo edit summary
m (Fixed typo)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Level/{{{1}}}{{!}}{{#if:{{{2|}}}|{{{2|}}}}}]]<noinclude>
[[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}}

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