Template:Digital Circuits/Exercise

From testwiki
Revision as of 16:00, 28 July 2017 by imported>Pi zero ({{BookCat}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

{{Digital Circuits/Exercise| [Optional instructions]
| 
[the exercise text]
|
[the exercise solution text]
| [[optional title text]
}}

Example

{{Digital Circuits/Exercise|Simplify the following Boolean expressions:
|
* #<math>Q=AB+A\,</math>
|
* #<math>Q=A\,</math>
}}

To put a name in the top bar, after the link to the index:

{{Digital Circuits/Exercise|Simplify the following Boolean expressions:
|
*<math>Q=AB+A\,</math>
|
*<math>Q=A\,</math>
|
top=Simplification practice
}}

Template:BookCat