Difference between pages "Template:Learning Activity Overview" and "Template:License CC BY SA"

From TeachingOpenSource
(Difference between pages)
m
 
 
Line 1: Line 1:
=== Overview ===
----
This work is licensed under a
[http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International License]


{| class="wikitable"
[[File:CC_license.png]]
|-
! style="text-align:right;" | Title
|'''{{{title}}}'''
|-
! style="text-align:right;" | Overview
|{{{overview}}}
|-
! style="text-align:right;" | Prerequisites
|{{{prerequisites}}}
|-
! style="text-align:right;" | Learning Objectives
|The student should be able to:
{{{objectives}}}
|-
! style="text-align:right;" | [[:Category:Process Skills|Process Skills]] Practiced
|{{{process skills}}}
|-
|}
<noinclude>
== Usage ==
This template provides a consistent overview for [[:Category:Learning Activity|Learning Activities]], [[:Category:Learning Module|Learning Modules]], and [[:Category:Instructor Activities|Instructor Activities]].
(For details, see [[Learning Activity Template with Directions]], [[Learning Module Template with Directions]], etc.)
This template should be invoked with a value for each parameter:
<pre>
{{Learning Activity Overview
|title=
Edit a Wiki (Activity)
|overview=
Culminating course for students in the final year of the major.
|prerequisites=
None
|objectives=
# Edit a wiki.
|process skills=
[[:Category:Communication (Written)|]]
}}
</pre>
Here is a blank template to copy & paste:
<pre>
{{Learning Activity Overview
|title=
|overview=
|prerequisites=
|objectives=
|process skills=
}}
</pre>
 
=== Notes ===
* 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: {{{overview|}}} | {{{overview}}} | "overview" is missing. }} </pre>
</noinclude>

Revision as of 19:41, 21 January 2017