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 |
||
(17 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]] | |||
</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 | ||
| format = | | ?{{{exemption}}} | ||
| format = template | |||
| template = DNRowFormat | |||
| sort=Decision_Notice_Date | | sort=Decision_Notice_Date | ||
| order=descending | | order=descending | ||
| 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 33: | Line 33: | ||
| ?Public_Authority | | ?Public_Authority | ||
| ?Decision_Notice_Date | | ?Decision_Notice_Date | ||
| format = | | format = template | ||
| template = DNRowFormat | |||
| sort=Decision_Notice_Date | | sort=Decision_Notice_Date | ||
| order=descending | | order=descending | ||
Line 39: | 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