Template:DNExemptionInfoBox: Difference between revisions

From FOIwiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 5: Line 5:


==Output==
==Output==
* 2-col table showing decisions upheld & not upheld
* 2-col table showing decisions upheld/partly upheld & not upheld
* table uses the semantic mediawiki #ask query to obtain the data
* table uses the semantic mediawiki #ask query to obtain the data
* output for each row formatted using [[:Template:DNRowFormat]]
* output for each row formatted using [[:Template:DNRowFormat]]
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{| {{table}} class="wikitable"
{| {{table}} class="wikitable"
| align="center" style="background:#f0f0f0;"|'''Complaints upheld'''
| align="center" style="background:#f0f0f0;"|'''Complaints upheld / partly upheld (P)'''
| align="center" style="background:#f0f0f0;"|'''Complaints not upheld'''
| align="center" style="background:#f0f0f0;"|'''Complaints not upheld'''
|-
|-
|
| style="text-align:left; vertical-align: top;" |
{{#ask: [[Category:ICO Decision Notice]] [[{{{exemption}}}::Complaint Upheld]]  
{{#ask: [[Category:ICO Decision Notice]] [[{{{exemption}}}::~Complaint* Upheld]]
   | mainlabel=-  
   | mainlabel=-  
   | ?Decision_Notice_Reference  
   | ?Decision_Notice_Reference  
   | ?Public_Authority
   | ?Public_Authority
   | ?Decision_Notice_Date
   | ?Decision_Notice_Date
  | ?{{{exemption}}}
   | format = template
   | format = template
   | template = DNRowFormat
   | template = DNRowFormat
Line 28: Line 27:
   | headers = hide
   | headers = hide
   | default = None}}  
   | default = None}}  
||
| style="text-align:left; vertical-align: top;" |
{{#ask: [[Category:ICO Decision Notice]] [[{{{exemption}}}::Complaint Not upheld]]
{{#ask: [[Category:ICO Decision Notice]] [[{{{exemption}}}::Complaint Not upheld]]
   | mainlabel=-  
   | mainlabel=-  
Line 41: Line 40:
   | default = None}}
   | default = None}}
|}
|}
<small>Includes DNs up to: {{DNLastUploadedDate}}</small>
</includeonly>
</includeonly>

Latest revision as of 00:17, 14 May 2010

Box to display on pages that contain user info on foi exemptions, showing relevant ICO decision notices

Usage

{{DNExemptionInfoBox|exemption=nn}} (eg where nn = 14)

Output

  • 2-col table showing decisions upheld/partly upheld & not upheld
  • table uses the semantic mediawiki #ask query to obtain the data
  • output for each row formatted using Template:DNRowFormat