Difference between revisions of "Template:Case Study"

From Creative Commons
Jump to: navigation, search
(License link formatting)
 
(153 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template simplifies the creation of articles about [[Casestudies|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.
+
This template simplifies the creation of articles about [[Case_Studies|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:
 
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:
Line 17: Line 17:
 
|License short name=
 
|License short name=
 
|License=
 
|License=
 +
|CC adoption date=
 
|Format=
 
|Format=
 
|Country=
 
|Country=
 +
|importance=
 +
|quality=
 
|}}
 
|}}
 
</pre>
 
</pre>
Line 24: Line 27:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
{{ #if: {{{Image_Header|}}} | [[Image Header::{{{Image_Header}}}]] <br />{{ #if: {{{Image_attribution|}}} | <span style="font-size:75%;">[[Image_attribution::{{{Image_attribution}}}]]</span> }} {{ #if: {{{Image_license|}}} | <span style="font-size:75%;">[[Image_license::{{{Image_license}}}]]</span> }} | {{Incomplete|Image Header|formedit}} }}
+
<center><div class="limitimage" style="display:block;margin-bottom:20px;padding-bottom:10px;">{{{Image_Header|}}} <br />
{| cellspacing="0" cellpadding="5" style="padding: 5%; margin:0em 0em 1em 0em; border:1px solid #43594a; background:#43594a; width:100%"  
+
<span style="font-size:75%;">{{{Image_attribution|}}}</span>
|  
+
<span style="font-size:75%;">{{{Image_license|}}}</span>
{{ #if: {{{Quote|}}} | <span style="color:white;">"[[Quote::{{{Quote}}}]]"</span> | (no pull quote) }} {{ #if: {{{Quote_Attribution|}}} | <span style="color:white;"> &mdash; [[Quote_Attribution::{{{Quote_Attribution}}}]]</span> | (no quote attribution) }}
+
</div></center>
|}
+
<div style="width: auto; max-width:30%;float: right; padding: 15px;margin-top: 0px;border: 1px solid #c0c0c0;background:#f0f0f0;overflow:hidden; display:inline-block;margin-left:20px;margin-bottom:10px;">
 
+
<div class="urllabel">'''[{{{Mainurl|}}} Go to URL]'''</div>
{{ #if: {{{Description|}}} | [[Description::{{{Description}}}]] | (no description) }}  
+
<div class="cslabel">'''[[{{{Author|}}}|License User]]'''</div>
 
+
<div class="cslabel">'''[[{{{User_Status|}}}]]'''</div>
 +
<div class="cslabel">'''License Used'''<br />{{{License|unspecified}}}</div>
 +
<div class="cslabel">'''Media'''<br/>{{{Format|}}}</div>
 +
<div class="cslabel">'''{{{CC adoption date|Adoption date unspecified}}}</div>
 +
<div class="cslabel">'''[[{{{Country|Country unspecified}}}|{{{Country|Country unspecified}}}]]'''</div>
 +
<div class="cslabel">'''Tags'''<br />{{{Tag|}}}</div>
 +
{{CS_Trans|{{{translations|}}}}}
 +
{{Quality|{{{quality|}}}|{{{importance|}}}}}
 +
</div>
 +
<div style="font-size:1.3em;text-align:justify;line-height:1.3em;;margin-bottom:20px;">{{{Description|(no description)}}}</div>
 +
<span style="font-size:1.1em;line-height:1.1em;text-align:justify;">{{{Quote|}}}</span>
 +
<span style="font-size:1.1em;"> &mdash; {{{Quote_Attribution|}}}</span>
 
__NOTOC__
 
__NOTOC__
 
[[Category:Casestudy]]
 
[[Category:Casestudy]]
{| style="width: 100%; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; clear: left; text-align:left;"
 
{| border="1" cellpadding="3" cellspacing="0" width="100%"
 
! [[Property:Mainurl|URL]]:
 
| {{#arraymap:{{{Mainurl|}}}|,|x|[[Mainurl::x]]}}
 
|-
 
! [[Property:Author|Author/Organisation]]:
 
| {{#arraymap:{{{Author|}}}|,|x|[[Author::x]]}}
 
|-
 
! [[Property:User_Status|User Status]]:
 
| {{#arraymap:{{{User_Status|}}}|,|x|[[User_Status::x]]}}
 
|-
 
! [[Property:Tag|Tags]]:
 
| {{#arraymap:{{{Tag|}}}|,|x|[[Tag::x]]}}
 
|-
 
! [[Property:License short name|License short name]]:
 
| {{#arraymap:{{{License short name|}}}|,|x|[[License short name::x]]}}
 
|-
 
! [[Property:License|License URL]]: 
 
| {{#arraymap:{{{License|}}}|,|x|[[License::x]]}}
 
|-
 
! [[Property:Format|Media]]:
 
| {{#arraymap:{{{Format|}}}|,|x|[[Format::x]]}}
 
|-
 
! [[Property:Country|Country]]:
 
| {{#arraymap:{{{Country|}}}|,|x|[[Country::x]]}}
 
|}
 
 
 
</includeonly>
 
</includeonly>

Latest revision as of 23:51, 25 June 2015

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=
|Image attribution=
|Image license=
|Mainurl=
|Author=
|User Status=
|Tag=
|License short name=
|License=
|CC adoption date=
|Format=
|Country=
|importance=
|quality=
|}}

Edit the page to see the template text.