Template:Learning Activity Info
(Difference between revisions)
m (Protected "Template:Learning Activity Info" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
Line 30: | Line 30: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
− | This template provides a consistent " | + | This template provides a consistent "Additional Information" section for [[:Category:Learning Activity|Learning Activities]] and [[:Category:Learning Module|Learning Modules]]. |
− | ( | + | (For details, see the [[Learning Activity Template with Directions]] and [[Learning Module Template with Directions]].) |
− | + | This template should be invoked with a value for each parameter: | |
<pre> | <pre> | ||
{{Learning Activity Info | {{Learning Activity Info |
Revision as of 13:24, 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 and Learning Modules. (For details, see the Learning Activity Template with Directions and Learning Module Template with Directions.) This template 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. }}