Difference between revisions of "Template:Search Case Description"

From AquaPedia Case Study Database
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Search Case Description
 
{{Search Case Description
|Area=
+
|Arealower=
 +
|AreaUpper=
 
|Climate=
 
|Climate=
 
|Issue=
 
|Issue=
Line 16: Line 17:
 
</noinclude><includeonly>
 
</noinclude><includeonly>
 
{{#ask: [[Category:Case Description]]  
 
{{#ask: [[Category:Case Description]]  
         {{#if: {{{Area|}}}        | [[Area::{{{Area|}}}]]}}
+
         {{#if: {{{AreaLower|}}}        | [[Area::>{{{AreaLower|}}}]]}}
         {{#if: {{{Climate|}}}     | {{#arraymap:{{{Climate|}}}|,|x|[[Climate::x]] | OR }} }}  
+
        {{#if: {{{AreaUpper|}}}        | [[Area::<{{{AreaUpper|}}}]]}}
         {{#if: {{{Issue|}}}       | [[Issue::{{{Issue|}}}]] }}  
+
         {{#if: {{{Climate|}}}         | {{#arraymap:{{{Climate|}}}|,|x|[[Climate::x]]| OR}} }}  
         {{#if: {{{NSPD|}}}       | {{#arraymap:{{{NSPD|}}}|,|x|[[NSPD::x]] | OR }} }}  
+
         {{#if: {{{Issue|}}}           | [[Issue::{{{Issue|}}}]] }}  
         {{#if: {{{Population|}}}  | [[Population::{{{Population|}}}]] }}
+
         {{#if: {{{NSPD|}}}             | {{#arraymap:{{{NSPD|}}}|,|x|[[NSPD::x]]| OR}} }}  
         {{#if: {{{Stakeholder|}}} | [[Stakeholder::{{{Stakeholder|}}}]] }}  
+
         {{#if: {{{PopulationLower|}}}  | [[Population::>{{{PopulationLower|}}}]] }}
         {{#if: {{{Water Use|}}}   | {{#arraymap:{{{Water Use|}}}|,|x|[[Water Use::x]]| OR }} }}  
+
        {{#if: {{{PopulationUpper|}}}  | [[Population::<{{{PopulationUpper|}}}]] }}
 +
         {{#if: {{{Stakeholder|}}}     | [[Stakeholder::{{{Stakeholder|}}}]] }}  
 +
         {{#if: {{{Water Use|}}}       | {{#arraymap:{{{Water Use|}}}|,|x|[[Water Use::x]]| OR}} }}  
 
  | ?Area
 
  | ?Area
 
  | ?Climate
 
  | ?Climate

Latest revision as of 12:59, 14 May 2012

This is the "Search Case Description" template. It should be called in the following format:

{{Search Case Description
|Arealower=
|AreaUpper=
|Climate=
|Issue=
|NSPD=
|Population=
|Stakeholder=
|Water Use=
}}

Edit the page to see the template text.