Difference between revisions of "Template:Case Study"

From Creative Commons
Jump to: navigation, search
Line 31: Line 31:
 
{{ #if: {{{Quote|}}} | <span style="font-size:1.25em;font-weight:bold;line-height:1.2em;text-align:center;">"[[Quote::{{{Quote}}}]]"</span> | (no pull quote) }} {{ #if: {{{Quote_Attribution|}}} | <span style="font-size:1.25em;"> &mdash; [[Quote_Attribution::{{{Quote_Attribution}}}]]</span> | (no quote attribution) }}
 
{{ #if: {{{Quote|}}} | <span style="font-size:1.25em;font-weight:bold;line-height:1.2em;text-align:center;">"[[Quote::{{{Quote}}}]]"</span> | (no pull quote) }} {{ #if: {{{Quote_Attribution|}}} | <span style="font-size:1.25em;"> &mdash; [[Quote_Attribution::{{{Quote_Attribution}}}]]</span> | (no quote attribution) }}
 
</div>
 
</div>
<div style="width: auto; max-width:50%;position: relative; float: left; padding: 10px; padding-top: 5px; margin-top: 0px;border-right: 1px solid #E0E0E0;background:#f6f6f6;border-top: 1px solid #E0E0E0; overflow: hidden;padding-bottom:25px;">
+
<div style="width: auto; max-width:50%;position: relative; float: left; padding: 10px; padding-top: 5px; margin-top: 0px;border-right: 1px solid #E0E0E0;background:#f6f6f6;border-top: 1px solid #E0E0E0; overflow: hidden;padding-bottom:25px;">{{#if:{{{Mainurl|}}}|{{#arraymap:{{{Mainurl|}}}|,|x|{{#set:Mainurl=x}}}}|}}
{{#if:{{{Mainurl|}}}|{{#arraymap:{{{Mainurl|}}}|,|x|{{#set:Mainurl=x}}}}|}}
 
 
<div class="odepolabel">'''[[Property:Author|Author/Organisation]]'''</div>
 
<div class="odepolabel">'''[[Property:Author|Author/Organisation]]'''</div>
 
<span class="fielddata">{{#arraymap:{{{Author|}}}|,|x|[[Author::x]]}}</span>
 
<span class="fielddata">{{#arraymap:{{{Author|}}}|,|x|[[Author::x]]}}</span>
 
 
<div class="odepolabel">'''[[Property:User_Status|User Status]]'''</div>
 
<div class="odepolabel">'''[[Property:User_Status|User Status]]'''</div>
 
<span class="fielddata">{{#arraymap:{{{User_Status|}}}|,|x|[[User_Status::x]]}}</span>
 
<span class="fielddata">{{#arraymap:{{{User_Status|}}}|,|x|[[User_Status::x]]}}</span>
 
 
<div class="odepolabel">'''[[Property:License short name|Licenses used]]'''</div>
 
<div class="odepolabel">'''[[Property:License short name|Licenses used]]'''</div>
 
<span class="fielddata">{{#arraymap:{{{License short name|}}}|,|x|[[License short name::x]]}}</span>
 
<span class="fielddata">{{#arraymap:{{{License short name|}}}|,|x|[[License short name::x]]}}</span>
 
 
<div class="odepolabel">'''[[Property:Format|Media]]'''</div>
 
<div class="odepolabel">'''[[Property:Format|Media]]'''</div>
 
<span class="fielddata">{{#arraymap:{{{Format|}}}|,|x|[[Format::x]]}}</span>
 
<span class="fielddata">{{#arraymap:{{{Format|}}}|,|x|[[Format::x]]}}</span>
 
+
<div class="odepolabel">'''[[Property:Country|Country]]'''</div>
<div class="odepolabel">'''[[Property:Country|Country]]'''</div>>
 
 
<span class="fielddata">{{#arraymap:{{{Country|}}}|,|x|[[Country::x]]}}</span>
 
<span class="fielddata">{{#arraymap:{{{Country|}}}|,|x|[[Country::x]]}}</span>
 
 
<div class="odepolabel">'''[[Property:Tag|Tags]]'''</div>
 
<div class="odepolabel">'''[[Property:Tag|Tags]]'''</div>
 
<span class="fielddata">{{#arraymap:{{{Tag|}}}|,|$$|[[Tag::$$]]|}}</span>
 
<span class="fielddata">{{#arraymap:{{{Tag|}}}|,|$$|[[Tag::$$]]|}}</span>
 
 
{{#ifeq: {{#sub:{{PAGENAME}}|0|4}}|Case|{{#set:Case study title={{#titleparts:{{PAGENAME}}|1|2}}}}|{{#set:Case study title={{PAGENAME}}}}}}{{#arraymap:{{{License|}}}|,|x|{{#set:License=x}}}}
 
{{#ifeq: {{#sub:{{PAGENAME}}|0|4}}|Case|{{#set:Case study title={{#titleparts:{{PAGENAME}}|1|2}}}}|{{#set:Case study title={{PAGENAME}}}}}}{{#arraymap:{{{License|}}}|,|x|{{#set:License=x}}}}
 
</div>
 
</div>

Revision as of 19:38, 17 August 2010

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=
|Format=
|Country=
|}}

Edit the page to see the template text.