Template:Learning Activity Info
From Foss2Serve
(Difference between revisions)
m |
|||
(6 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! style="text-align:right;" | [[ACM Body of Knowledge]]<br | + | ! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM BoK]]<br>Area & Unit(s) |
| | | | ||
{{{acm unit}}} | {{{acm unit}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | [[ACM Body of Knowledge|ACM]] Topic(s) | + | ! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM BoK]]<br>Topic(s) |
| | | | ||
{{{acm topic}}} | {{{acm topic}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | {{Hover|e.g. Easy,Medium,Hard| | + | ! style="text-align:right;" | {{Hover|e.g. Easy,Medium,Hard|Difficulty}} |
| | | | ||
{{{difficulty}}} | {{{difficulty}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | {{Hover|e.g. 45 minutes|Estimated | + | ! style="text-align:right;" | {{Hover|e.g. 45 minutes|Estimated Time<br>to Complete}} |
| | | | ||
{{{time}}} | {{{time}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | Environment / Materials | + | ! style="text-align:right;" | Environment / <br>Materials |
| | | | ||
{{{environment}}} | {{{environment}}} | ||
Line 38: | Line 36: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
− | This template provides a consistent '''Additional Information''' section for [[:Category:Learning Activity|Learning | + | This template provides a consistent '''Additional Information''' section for [[:Category:Learning Activity|Learning Activity]], [[:Category:Learning Frameworks|Learning Frameworks]], [[:Category:Learning Modules|Learning Modules]], and [[:Category:Instructor Activities|Instructor Activities]]. |
Similarly, [[Template:Learning Activity Overview]] provides a consistent '''Overview''' section. | Similarly, [[Template:Learning Activity Overview]] provides a consistent '''Overview''' section. | ||
− | (For details, see the [[Learning Activity | + | (For details, see the [[Learning Activity Format with Directions]], [[Learning Module Format with Directions]], etc.) |
This template should be invoked with a value for each parameter: | This template should be invoked with a value for each parameter: | ||
<pre> | <pre> | ||
{{Learning Activity Info | {{Learning Activity Info | ||
|acm unit= | |acm unit= | ||
− | SP Professional Communication | + | [[:Category:SP Professional Communication|]] |
|acm topic= | |acm topic= | ||
Line 62: | Line 60: | ||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
Here is a blank template to copy & paste: | Here is a blank template to copy & paste: | ||
<pre> | <pre> | ||
Line 79: | Line 78: | ||
* 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: {{{author|}}} | {{{author}}} | "author" is missing. }} </pre> | <pre>{{#if: {{{author|}}} | {{{author}}} | "author" is missing. }} </pre> | ||
+ | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:43, 22 January 2019
ACM BoK Area & Unit(s) |
{{{acm unit}}} |
---|---|
ACM BoK Topic(s) |
{{{acm topic}}} |
Difficulty |
{{{difficulty}}} |
Estimated Time to Complete |
{{{time}}} |
Environment / Materials |
{{{environment}}} |
Author(s) |
{{{author}}} |
Source |
{{{source}}} |
License |
{{{license}}} |
Usage
This template provides a consistent Additional Information section for Learning Activity, Learning Frameworks, Learning Modules, and Instructor Activities. Similarly, Template:Learning Activity Overview provides a consistent Overview section. (For details, see the Learning Activity Format with Directions, Learning Module Format with Directions, etc.) This template should be invoked with a value for each parameter:
{{Learning Activity Info |acm unit= [[:Category:SP Professional Communication|]] |acm topic= |difficulty= Medium |time= 45 minutes |environment= internet access |author= Clif Kussmaul |source= (none) |license= {{License CC BY SA}} }}
Here is a blank template to copy & paste:
{{Learning Activity Info |acm unit= |acm topic= |difficulty= |time= |environment= |author= |source= |license= }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{author|}}} | {{{author}}} | "author" is missing. }}