Content added Content deleted
(Created page with "<noinclude>Used to carry out a search on all policies. Presently covers all policies, but will only cover approved policies later. </noinclude><includeonly> {{#cargo_query:...")
 
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 3: Line 3:


{{#cargo_query:table=Policies
{{#cargo_query:table=Policies
|fields=CONCAT("[[", _pageName, '|',PolicyID, "]]")=Policy ID ,CONCAT("[[", _pageName, '|',Policy, "]]")=Policy, PCategory=Category
|fields=CONCAT('<span class="plainlinks">[https://thepolicyhub.org.uk/wiki/Special:FormEdit/Amend_Policies/', _pageName, '?&returnto=BackP ', PolicyID, ']</span>')=Policy ID ,Policy, Category=Category
|where=PolicyID LIKE "%{{{policyid|}}}%" AND Policy LIKE "%{{{policy|}}}%" AND PCategory LIKE "%{{{pcategory|}}}%"
|where=PolicyID LIKE "%{{{policyid|}}}%"
AND Policy LIKE "%{{{policy|}}}%"
AND Category LIKE "%{{{category|}}}%"
AND Approval LIKE "%{{{approval|}}}%"
|order by=Category,SubCategory,PolicyID
|format=table
|format=table
}}
}}
</includeonly>
</includeonly>

<!--->>

Latest revision as of 22:34, 1 July 2022

Used to carry out a search on all policies. Presently covers all policies, but will only cover approved policies later.