Template:Case Study Inventory Row

From WikiEducator
Jump to: navigation, search

|- valign="top" bgcolor="{{{status}}}" |[{{{url}}} {{{title}}}]||{{{blurb}}}||{{{sector}}}||{{{domain}}}||{{{aspects}}}||{{{region}}}||{{{status}}}||{{{learning value potential}}}||{{{priority}}}||{{{effort}}}||{{{score}}}

Purpose

Three templates to be used together to form a table - specifically an inventory of case studies:

Only the second one {{Case Study Inventory Header}} takes parameters.

Usage

The template is not robust: when using it, specify each parameter, even if blank.

Parameters

title - title of the case study
url - one URL of the case study (or web site of project, etc.)
blurb - brief description
sector - public, private or civil (etc.)
domain - e.g. education, health, environment, public services, ...
aspects - aspects emphasised in the case study e.g. policy, economics, community building, community innovation, technical, ...
region - where the case is based geographically e.g. global, Europe, UK, France, ...
status - ready, wip, candidate, pass (these values will change the row colour, see {{FSCSstatus colour}})
value - learning value potential - e.g. high, medium, low (determine according to your needs)
priority - e.g. high, medium, low (determine according to your needs)
effort - effort required to adapt the case study to your needs e.g. low - all required materials are readily available under CC-BY-SA and we have willing collaborators
score - e.g. 1 .. 10 (determine according to your needs) - this is the column most likely to sort on.

Example

{{Case Study Inventory Header}}
{{Case Study Inventory Row
|title = WikiEducator
|url = http://wikieducator.org/WikiEducator:About
|blurb = 
WikiEducator is a community project working collaboratively 
with the [[w:Free_Culture_movement|Free Culture Movement]] 
towards a free version of the education curriculum by 2015.
|sector = civil
|domain = education
|aspects = policy, economics, community building, community innovation, ...
|region = global, based in NZ, web host in Canada
|status = candidate
|learning value potential = high
|priority = high
|effort = low - all required materials are readily available under CC-BY-SA
|score = 8
}}
{{Case Study Inventory Row
|title = People and Planet
|url = http://peopleandplanet.org/floss
|blurb = 
People & Planet is a student network in Britain campaigning to end world poverty, 
defend human rights and protect the environment.
The organisation is committed to using Free Software wherever it can. 
This means they can use, copy, change and share software as needed. 
|sector = civil
|domain = sustainability
|aspects = Policy, Cost, Security and Reliability, Flexibility, Technology Freedom, Environmental Impact, Technical, ... 
|region = Based in the UK
|status = ready
|learning value potential = high
|priority = high
|effort = low
|score = 9
}}
{{Case Study Inventory Footer}}

Result:

Title Blurb Sector Domain Aspects Region Status Value Priority Effort Score
WikiEducator WikiEducator is a community project working collaboratively with the Free Culture Movement towards a free version of the education curriculum by 2015. civil education policy, economics, community building, community innovation, ... global, based in NZ, web host in Canada candidate high high low - all required materials are readily available under CC-BY-SA 8
People and Planet People & Planet is a student network in Britain campaigning to end world poverty, defend human rights and protect the environment. The organisation is committed to using Free Software wherever it can. This means they can use, copy, change and share software as needed. civil sustainability Policy, Cost, Security and Reliability, Flexibility, Technology Freedom, Environmental Impact, Technical, ... Based in the UK ready high high low 9
Title Blurb Sector Domain Aspects Region Status Value Priority Effort Score

Known Issues

It seems that long parameter entries (e.g. for 'blurb' above) need to be one long line. ??

Suggestions

Make this generic - table of anything. Challenge: dealing with custom columns.