Template:PolicyInterventionSetTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "PolicyInterventionSetTemplate" template. It should be called in the following format: <pre> {{PolicyInterventionSetTemplate |ISGroup= |ConsistsOf= |Ha...")
 
m (1 revision imported)
 
(64 intermediate revisions by 3 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{PolicyInterventionSetTemplate
{{PolicyInterventionSetTemplate
|ISGroup=
|Header=
|ConsistsOf=
|Description=
|HasPurpose=
|PISet=
}}
}}
</pre>
</pre>
ConsistsOfPi is not assigned with values from PISet. See the build and maintenance page
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
<table class="PageWidthTableTemplate">
{{#subobject:{{#titleparts: {{PAGENAME}}|1}}-PI-{{{Header|}}}  
<tr><td class="PageWidthTableFirstCell">'''Belongs to group of intervention sets::'''</td><td class="PageWidthTableRemainderCell">
|HasPolicyInterventionSet={{PAGENAME}}
[[BelongsToGroupOfIS::{{{ISGroup|}}}]]</td></tr>
<tr><td class="PageWidthTableFirstCell">'''Consists of policy interventions:'''</td><td class="PageWidthTableRemainderCell">
{{#arraymap:{{{ConsistsOfPI|}}}|;|x|[[ConsistsOfPI::x]]|; }}</td></tr>
<tr><td class="PageWidthTableFirstCell">'''Purpose/effect:'''</td><td class="PageWidthTableRemainderCell">
[[HasPurposeEffect::{{{HasPurpose|}}}]]</td></tr>
 
 
{{#arraymap:{{{Creator|}}}|;|x|[[HasCreator::x]]|,  }}</td></tr>
 
}}
{{#ifeq:{{{ExternalURL|}}}|||<tr><td class="PageWidthTableFirstCell">'''External link:'''</td>
<td class="PageWidthTableRemainderCell">
[[HasURL::{{{ExternalURL|}}}]]</td></tr>
}}
{{#ifeq:{{{Reference|}}}|||<tr><td class="PageWidthTableFirstCell">'''References:'''</td>
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]|; }}</td></tr>
}}
}}
</table>
<h3>{{{Header|}}}</h3>
{{{Description|}}}
{{#if:{{{PISet|}}}
| <div class="thumbcaption  dark">Table: Policy interventions {{{Header|}}}</div>
{{TableIntroTemplate|20%|Policy intervention|60%|Description|20%|Implemented in/affected component}}
{{#arraymap:{{{PISet|}}}
|;|xx
|<tr class="StandardTableRow"><td class="StandardTableCell">[[xx]]</td>
  <td class="StandardTableCell">{{#show:xx|? HasDescription}}</td>
<td class="StandardTableCell"> <ul>
{{#ask:<q>[[HasEffect::xx]]</q>
|mainlabel=-
|? HasEffectOnComponent#-=
|userparam=xx
|format=Plainlist
|template=PIEffectImplRowTemplate
|sort = HasEffectOnComponent
}}</ul></td></tr>
|}}</table>(*) Implementing component.{{#arraymap:{{{PISet|}}}|;|x|[[ConsistsOfPI::x| ]]| }}
|}}
|}}
[[Category:PolicyInterventionSet]]
</includeonly>
</includeonly>

Latest revision as of 13:22, 1 April 2020

This is the "PolicyInterventionSetTemplate" template. It should be called in the following format:

{{PolicyInterventionSetTemplate
|Header=
|Description=
|PISet=
}}

ConsistsOfPi is not assigned with values from PISet. See the build and maintenance page

Edit the page to see the template text.