Template:KeyPolicyQuestionTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly>{| class="wikitable" | </noinclude><includeonly> | ||
<!-- | |||
{| class="wikitable" | |||
! Key Question | ! Key Question | ||
| [[HasDescription::{{{HasDescription|}}}]] | | [[HasDescription::{{{HasDescription|}}}]] | ||
Line 20: | Line 23: | ||
| [[HasKeyword::{{{Keyword|}}}]] | | [[HasKeyword::{{{Keyword|}}}]] | ||
|} | |} | ||
--> | |||
<table class="PageWidthTableTemplate"> | |||
{{#ifeq:{{{Description|}}}|||<tr><td class="PageWidthTableFirstCell">'''Description:'''</td><td class="PageWidthTableRemainderCell"> | |||
[[HasDescription::{{{Description|}}}]]</td></tr>}} | |||
{{#ifeq:{{{BelongsToComponent|}}}|||<tr><td class="PageWidthTableFirstCell">'''Belongs to component:'''</td> | |||
<td class="PageWidthTableRemainderCell"> | |||
{{#arraymap:{{{BelongsToComponent|}}}|;|x|[[PQBelongsToComponent::x]]}}</td></tr>}} | |||
{{#ifeq:{{{Keyword|}}}|||<tr><td class="PageWidthTableFirstCell">'''Keywords:'''</td> | |||
<td class="PageWidthTableRemainderCell"> | |||
{{#arraymap:{{{Keyword|}}}|;|x|[[HasKeyword::x]]|,}}</td></tr>}} | |||
</table> | |||
<br/> | |||
[[Category:KeyPolicyQuestion]] | [[Category:KeyPolicyQuestion]] | ||
[[HasComponentType::{{#show:{{{BelongsToComponent|}}} | ?FrameworkElementType}}| ]] | [[HasComponentType::{{#show:{{{BelongsToComponent|}}} | ?FrameworkElementType}}| ]] | ||
</includeonly> | </includeonly> |
Revision as of 13:43, 3 January 2014
This is the "KeyPolicyQuestionTemplate" template. It should be called in the following format:
{{KeyPolicyQuestionTemplate |HasDescription= |PQBelongsToComponent= |HasKeyword= }}
Edit the page to see the template text.