Difference between revisions of "Template:Case Study"

From Creative Commons
Jump to: navigation, search
Line 17: Line 17:
 
|Format=
 
|Format=
 
|Country=
 
|Country=
|Overview=
+
|}}
|License Usage=
 
|Motivations=
 
}}
 
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
Line 65: Line 62:
 
| {{#arraymap:{{{Country|}}}|,|x|[[Country::x]]}}
 
| {{#arraymap:{{{Country|}}}|,|x|[[Country::x]]}}
 
|}
 
|}
 
 
== Overview ==
 
{{ #if: {{{Overview|}}} | [[Overview::{{{Overview}}}]] | (no overview provided) }}
 
 
== License Usage ==
 
{{ #if: {{{License_Usage|}}} | [[License_Usage::{{{License_Usage}}}]]| (no license usage provided) }}
 
 
== Motivations ==
 
{{ #if: {{{Motivations|}}} | [[Motivations::{{{Motivations}}}]] | (no motivations provided) }}
 
  
 
</includeonly>
 
</includeonly>

Revision as of 21:06, 23 April 2008

This template simplifies the creation of articles about Case Studies. When inserted in a directory's page, it creates a decorative table with information about the content provided. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax – there are far easier ways of creating tables in MediaWiki.

To use this template, insert the following at the beginning of your page. All fields are optional and should be omitted if no information is available. The page name should reflect the name of the Case Study. It should be called in the following format:

{{Case Study
|Description=
|Quote=
|Quote Attribution=
|Image Header=
|Mainurl=
|Author=
|User Status=
|Tag=
|License short name=
|License=
|Format=
|Country=
|}}

Edit the page to see the template text.