Template: Meeting

No edit summary
No edit summary
Line 16: Line 16:
   | fields            = CONCAT('[[Meeting:',type,' (',date,')|',DATE_FORMAT(date, '%e %M %Y'),']]')=prev_date
   | fields            = CONCAT('[[Meeting:',type,' (',date,')|',DATE_FORMAT(date, '%e %M %Y'),']]')=prev_date
   | where            = date IS NOT NULL AND date < '{{{date}}}'
   | where            = date IS NOT NULL AND date < '{{{date}}}'
  | order by          = date DESC
   | limit            = 1
   | limit            = 1
   | default          =
   | default          =
Line 24: Line 25:
   | fields            = CONCAT('[[Meeting:',type,' (',date,')|',DATE_FORMAT(date, '%e %M %Y'),']]')=prev_date
   | fields            = CONCAT('[[Meeting:',type,' (',date,')|',DATE_FORMAT(date, '%e %M %Y'),']]')=prev_date
   | where            = date IS NOT NULL AND date > '{{{date|}}}'
   | where            = date IS NOT NULL AND date > '{{{date|}}}'
  | order by          = date ASC
   | limit            = 1
   | limit            = 1
   | default          =
   | default          =

Revision as of 22:33, 7 October 2018

This template defines the table "meetings". View table.

{{{type}}} meeting

19 April 2024

This meeting has two pages: one restricted-access page (only for members of the current Committee) and one public-access page (which may have sensitive information redacted).


Usage of this template

{{meeting
| type           = <!-- one of: committee, public, agm, sgm -->
| date           = <!-- date of the meeting in yyyy-mm-dd format -->
| public_version = <!-- whether or not there is a page on the public wiki for this meeting; 'yes' or empty -->
}}


Discuss this page