Template:DNExemptionInfoBox: Difference between revisions
From FOIwiki
Jump to navigationJump to search
Alex skene (talk | contribs) No edit summary |
Alex skene (talk | contribs) No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
==Output== | ==Output== | ||
* | * 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" | |||
| 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;" | | | style="text-align:left; vertical-align: top;" | | ||
{{#ask: [[Category:ICO Decision Notice]] [[{{{exemption}}}::Complaint | {{#ask: [[Category:ICO Decision Notice]] [[{{{exemption}}}::~Complaint* Upheld]] | ||
| mainlabel=- | | mainlabel=- | ||
| ?Decision_Notice_Reference | | ?Decision_Notice_Reference | ||
Line 42: | Line 40: | ||
| default = None}} | | default = None}} | ||
|} | |} | ||
<small>Includes DNs up to: {{DNLastUploadedDate}}</small> | |||
</includeonly> | </includeonly> |
Latest revision as of 23:17, 13 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