Template:Learning Activity Info
(Difference between revisions)
m |
m |
||
Line 3: | Line 3: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! style="text-align:right;" | [[ACM Body of Knowledge]] Area & Unit(s) | + | ! style="text-align:right;" | [[ACM Body of Knowledge]]<br/>Area & Unit(s) |
| {{{acm unit}}} | | {{{acm unit}}} | ||
|- | |- | ||
Line 31: | Line 31: | ||
== Usage == | == Usage == | ||
This template provides a consistent "additional information" section for [[:Category:Learning Activity|Learning Activities]]. | This template provides a consistent "additional information" section for [[:Category:Learning Activity|Learning Activities]]. | ||
+ | (See the [[Learning Activity Template with Directions]] for details.) | ||
It should be invoked with a value for each parameter: | It should be invoked with a value for each parameter: | ||
<pre> | <pre> | ||
Line 55: | Line 56: | ||
=== Notes === | === Notes === | ||
* If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we can include prompts for new or missing parameters, e.g.: | * If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we can include prompts for new or missing parameters, e.g.: | ||
− | <pre> {{#if: {{{ | + | <pre>{{#if: {{{author|}}} | {{{author}}} | "author" is missing. }} </pre> |
</noinclude> | </noinclude> |
Revision as of 11:49, 5 February 2017
Additional Information
ACM Body of Knowledge Area & Unit(s) |
{{{acm unit}}} |
---|---|
ACM Topic | {{{acm topic}}} |
Level of Difficulty | {{{difficulty}}} |
Estimated Completion Time | {{{time}}} |
Environment / Materials | {{{environment}}} |
Author(s) | {{{author}}} |
Source | {{{source}}} |
License | {{{license}}} |
Usage
This template provides a consistent "additional information" section for Learning Activities. (See the Learning Activity Template with Directions for details.) It should be invoked with a value for each parameter:
{{Learning Activity Info |acm unit= SP Professional Communication |acm topic= |difficulty= Medium |time= 45 minutes |environment= internet access |author= Clif Kussmaul |source= (none) |license= {{License CC BY SA}} }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{author|}}} | {{{author}}} | "author" is missing. }}